
:root{
  --bg:#020814;
  --panel:#071423;
  --panel2:#0b1b2f;
  --line:rgba(117,166,232,.17);
  --line2:rgba(0,122,255,.58);
  --text:#f5f8ff;
  --muted:#aab6c9;
  --blue:#0877ff;
  --blue2:#42a4ff;
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 78% 8%,rgba(0,122,255,.25),transparent 34%),
    radial-gradient(circle at 6% 35%,rgba(0,122,255,.11),transparent 32%),
    linear-gradient(180deg,#020813,#061221 48%,#020814);
  z-index:-4;
}
.site-glow{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-3;
  background:
    linear-gradient(180deg,rgba(2,8,20,.08),rgba(2,8,20,.94)),
    radial-gradient(circle at 60% 12%,rgba(0,122,255,.18),transparent 38%);
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.site-header{
  position:fixed;
  z-index:50;
  top:20px;
  left:50%;
  transform:translateX(-50%);
  width:min(1180px,calc(100% - 36px));
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  background:rgba(3,10,20,.74);
  backdrop-filter:blur(20px);
  box-shadow:0 20px 70px rgba(0,0,0,.26);
}
.site-header.is-scrolled{background:rgba(3,10,20,.92);min-height:64px}
.brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:164px;
  height:44px;
  overflow:visible;
  border-radius:0;
}
.brand img{
  width:154px;
  max-height:40px;
  height:auto;
  object-fit:contain;
  display:block;
}
.nav{display:flex;gap:25px;color:#dfebfb;font-size:14px}
.nav a{opacity:.82}
.nav a:hover{opacity:1;color:var(--blue2)}
.header-cta,.btn,.package-card a,.contact-form button,.config-card button,.big-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 22px;
  border-radius:12px;
  font-weight:850;
  font-size:14px;
}
.header-cta,.btn-primary,.contact-form button,.config-card button{
  color:#fff;
  border:0;
  background:linear-gradient(135deg,#1384ff,#005de8);
  box-shadow:0 18px 42px rgba(0,112,255,.25);
}
.btn-ghost,.big-link{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.035);
}

.hero-actions .btn{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.hero-actions .btn:focus-visible{
  outline:2px solid rgba(70,166,255,.95);
  outline-offset:3px;
}
.hero-actions .btn:active{
  transform:translateY(-1px) scale(.99);
}
@media (hover:hover) and (pointer:fine){
  .hero-actions .btn:hover{transform:translateY(-3px)}
  .hero-actions .btn-primary:hover{
    background:linear-gradient(135deg,#2b96ff,#0a6bf2);
    box-shadow:0 22px 48px rgba(0,112,255,.36);
  }
  .hero-actions .btn-ghost:hover{
    border-color:rgba(80,170,255,.58);
    background:rgba(20,126,255,.10);
    box-shadow:0 18px 38px rgba(0,70,160,.20);
  }
}
.menu-toggle{
  display:none;
  width:50px;
  height:50px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:17px;
  background:rgba(255,255,255,.04);
}
.menu-toggle span{display:block;width:20px;height:2px;margin:5px auto;background:#fff;border-radius:99px}
.section{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:88px 0}
.eyebrow{
  display:inline-flex;
  width:max-content;
  margin:0 0 18px;
  padding:8px 14px;
  border:1px solid rgba(0,122,255,.5);
  border-radius:999px;
  color:var(--blue2);
  background:rgba(0,122,255,.08);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:900;
}
h1,h2,h3,p{margin-top:0}
h1{margin-bottom:26px;font-size:clamp(54px,8vw,98px);line-height:.93;letter-spacing:-.075em}
h2{margin-bottom:18px;font-size:clamp(36px,4.8vw,64px);line-height:1;letter-spacing:-.06em}
h1 span,h2 span{color:var(--blue)}
p{color:var(--muted);line-height:1.72}
.hero-home{
  min-height:100svh;
  width:100%;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  align-items:center;
  gap:36px;
  padding:150px max(22px,calc((100vw - 1180px)/2)) 80px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
}
.hero-home::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(2,8,20,.99) 0%, rgba(2,8,20,.94) 19%, rgba(2,8,20,.56) 34%, rgba(2,8,20,.18) 52%, rgba(2,8,20,.32) 74%, rgba(2,8,20,.92) 100%),
    linear-gradient(180deg, rgba(2,8,20,.72) 0%, rgba(2,8,20,.08) 31%, rgba(2,8,20,.18) 62%, rgba(2,8,20,.94) 100%),
    radial-gradient(ellipse at 70% 42%, rgba(8,119,255,.18), transparent 37%),
    radial-gradient(ellipse at 46% 80%, rgba(2,8,20,.8), transparent 40%);
}
.hero-copy{position:relative;z-index:7;margin-top:clamp(-40px,-4svh,-22px)}
@supports (height:1svh){.hero-copy{margin-top:clamp(-42px,-4.2svh,-22px)}}
.lead{max-width:570px;font-size:18px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:34px 0 62px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:620px}
.hero-stats div{padding-left:16px;border-left:1px solid var(--line)}
.hero-stats strong{display:block;color:var(--blue2);font-size:27px;letter-spacing:-.05em}
.hero-stats span{display:block;color:var(--muted);font-size:13px}
.hero-stage{
  position:relative;
  min-height:790px;
  display:grid;
  place-items:center;
  perspective:1600px;
  isolation:isolate;
  overflow:visible;
  z-index:2;
}
.hero-visual-canvas{
  position:relative;
  width:min(100%,760px);
  height:790px;
  margin:auto;
  isolation:isolate;
  flex:none;
}
.hero-visual-canvas::before{
  content:"";
  position:absolute;
  z-index:1;
  left:-28%;
  top:-16%;
  width:158%;
  height:122%;
  background:
    radial-gradient(ellipse at 58% 54%, rgba(2,8,20,0) 0 28%, rgba(2,8,20,.12) 48%, rgba(2,8,20,.52) 76%, rgba(2,8,20,.86) 100%),
    radial-gradient(ellipse at 54% 82%, rgba(2,8,20,.86), transparent 60%),
    linear-gradient(90deg, rgba(2,8,20,.84), rgba(2,8,20,.04) 34%, rgba(2,8,20,.12) 66%, rgba(2,8,20,.78));
  filter:blur(34px);
  opacity:.78;
  pointer-events:none;
}
.hero-stage::before,.hero-stage::after,.hero-visual-canvas::after{content:none}
.road-bg{
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  width:204%;
  max-width:none;
  height:auto;
  opacity:.58;
  object-fit:contain;
  --road-x:0px;
  --road-y:0px;
  filter:saturate(1.08) contrast(1.02) brightness(.84);
  transform:
    translate3d(calc(-50% + var(--road-x)),calc(-50% + var(--road-y)),0)
    rotate(-10deg)
    scale(1.1);
  transform-origin:center center;
  will-change:transform;
  backface-visibility:hidden;
  pointer-events:none;
  -webkit-mask-image:
    radial-gradient(ellipse at 53% 48%, #000 0 50%, rgba(0,0,0,.9) 63%, rgba(0,0,0,.58) 78%, transparent 96%),
    linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 9%, #000 89%, transparent 100%);
  mask-image:
    radial-gradient(ellipse at 53% 48%, #000 0 50%, rgba(0,0,0,.9) 63%, rgba(0,0,0,.58) 78%, transparent 96%),
    linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 9%, #000 89%, transparent 100%);
}
.demo-layer{
  position:absolute;
  z-index:3;
  object-fit:contain;
  height:auto;
  filter:drop-shadow(0 34px 70px rgba(0,0,0,.58)) drop-shadow(0 0 28px rgba(0,116,255,.2));
  will-change:transform,opacity;
  --motion-x:0px;
  --motion-y:0px;
  --layer-scale:1;
  --layer-rotate:0deg;
  --float-min:0px;
  --float-max:0px;
  --float-delay:-1.625s;
  opacity:1;
  translate:0 0;
  animation:hero-layer-float 3.25s ease-in-out var(--float-delay) infinite alternate;
  animation-play-state:paused;
  transform:
    translate3d(calc(-50% + var(--motion-x)),calc(-50% + var(--motion-y)),0)
    rotate(var(--layer-rotate))
    scale(var(--layer-scale));
  transform-origin:center center;
  transition:none;
  backface-visibility:hidden;
  pointer-events:none;
}
.hero-system-desktop{
  width:29%;left:70%;top:20%;z-index:3;
  --layer-scale:.96;--layer-rotate:-1.5deg;
  --float-min:-3.5px;--float-max:3.5px;--float-delay:-1.625s;
}
.hero-flower-desktop{
  width:42%;left:34%;top:31%;z-index:7;
  --layer-scale:1.02;--layer-rotate:.4deg;
  --float-min:-3.9px;--float-max:3.9px;--float-delay:-2.452s;
}
.hero-flower-phone{
  width:15%;left:85%;top:32%;z-index:10;
  --layer-scale:1.02;--layer-rotate:-1.2deg;
  --float-min:-4.8px;--float-max:4.8px;--float-delay:-3.280s;
}
.hero-cleanex-desktop{
  width:47%;left:56%;top:57%;z-index:8;
  --layer-scale:1.05;--layer-rotate:-1deg;
  --float-min:-4.1px;--float-max:4.1px;--float-delay:-4.107s;
}
.hero-cleanex-phone{
  width:14%;left:90%;top:67%;z-index:11;
  --layer-scale:1;--layer-rotate:1.5deg;
  --float-min:-5px;--float-max:5px;--float-delay:-4.935s;
}
.hero-barmix-desktop{
  width:41%;left:26%;top:79%;z-index:9;
  --layer-scale:1.04;--layer-rotate:.6deg;
  --float-min:-4.3px;--float-max:4.3px;--float-delay:-5.762s;
}
.hero-business-phone{
  width:14%;left:74%;top:82%;z-index:10;
  --layer-scale:.98;--layer-rotate:-1deg;
  --float-min:-4.7px;--float-max:4.7px;--float-delay:-6.590s;
}
.hero-stage.is-float-active .demo-layer{animation-play-state:running}
@keyframes hero-layer-float{from{translate:0 var(--float-min)}to{translate:0 var(--float-max)}}
.section-head{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(260px,.28fr);
  gap:28px;
  align-items:end;
  margin-bottom:34px;
}
.path-grid,.project-grid,.package-grid{display:grid;gap:18px}
.path-grid{grid-template-columns:repeat(3,1fr)}
.path-card,.project-card,.feature-slide,.contact,.contact-form,.package-card,.config-card,.config-summary,.split-section{
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),rgba(7,18,32,.72);
  backdrop-filter:blur(18px);
  border-radius:var(--radius);
  box-shadow:0 22px 80px rgba(0,0,0,.28);
}
.path-card{padding:28px}
.path-card span{color:var(--blue2);font-weight:900}
.path-card h3{font-size:27px;margin:16px 0 8px}

.offer-intro{
  position:relative;
}
.offer-variant-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.offer-variant{
  position:relative;
  min-height:285px;
  padding:30px;
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),rgba(7,18,32,.72);
  backdrop-filter:blur(18px);
  border-radius:var(--radius);
  box-shadow:0 22px 80px rgba(0,0,0,.28);
  overflow:hidden;
  isolation:isolate;
  transition:transform .32s ease, border-color .32s ease, box-shadow .32s ease, background .32s ease, filter .32s ease;
}
.offer-variant::before{
  content:"";
  position:absolute;
  inset:-18%;
  background:
    radial-gradient(60% 52% at 18% 14%, rgba(66,164,255,.20) 0%, rgba(66,164,255,.12) 24%, rgba(66,164,255,.06) 42%, rgba(66,164,255,0) 72%),
    radial-gradient(48% 38% at 82% 16%, rgba(255,255,255,.10) 0%, rgba(255,255,255,.05) 26%, rgba(255,255,255,0) 70%),
    radial-gradient(36% 32% at 50% 100%, rgba(66,164,255,.08) 0%, rgba(66,164,255,0) 78%);
  opacity:0;
  transform:scale(.92);
  filter:blur(18px);
  transition:opacity .42s ease, transform .56s cubic-bezier(.22,.61,.36,1), filter .42s ease;
  pointer-events:none;
  z-index:0;
  mix-blend-mode:screen;
}
.offer-variant::after{
  content:"";
  position:absolute;
  inset:auto 22px 0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(66,164,255,.65), transparent);
  opacity:.4;
  transition:opacity .36s ease, inset .36s ease;
  z-index:0;
}
.offer-variant > *{
  position:relative;
  z-index:1;
}
.offer-variant .icon,
.offer-variant h3,
.offer-variant p,
.offer-variant strong,
.offer-variant small,
.offer-variant .variant-no{
  transition:transform .32s ease, color .32s ease, opacity .32s ease;
}
.offer-variant:hover,
.offer-variant:focus-visible{
  transform:translateY(-10px) scale(1.015);
  border-color:rgba(66,164,255,.5);
  box-shadow:0 18px 44px rgba(8,119,255,.14), 0 34px 100px rgba(0,0,0,.42);
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.028)),
    radial-gradient(circle at 88% 0%, rgba(8,119,255,.12), transparent 34%),
    rgba(7,18,32,.82);
  filter:saturate(1.08);
}
.offer-variant:hover::before,
.offer-variant:focus-visible::before{
  opacity:.92;
  transform:scale(1);
  filter:blur(14px);
}
.offer-variant:hover::after,
.offer-variant:focus-visible::after{
  opacity:.8;
  inset:auto 18px 0;
}
.offer-variant.featured{
  border-color:rgba(8,119,255,.52);
  box-shadow:0 18px 60px rgba(8,119,255,.12), 0 22px 80px rgba(0,0,0,.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.022)),
    radial-gradient(circle at 85% 0%, rgba(8,119,255,.12), transparent 34%),
    rgba(7,18,32,.76);
}
.offer-variant .variant-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.offer-variant .icon{
  font-size:28px;
  color:var(--blue2);
  margin:0;
}
.offer-variant .variant-no{
  display:inline-flex;
  color:var(--blue2);
  font-weight:900;
  letter-spacing:.14em;
  font-size:12px;
}
.offer-variant .variant-badge{
  position:absolute;
  top:14px;
  right:14px;
  background:rgba(8,119,255,.92);
  color:#fff;
  padding:7px 11px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 10px 24px rgba(8,119,255,.22);
}
.offer-variant h3{
  margin-bottom:12px;
  font-size:30px;
  letter-spacing:-.045em;
}
.offer-variant p{
  margin:0;
  color:var(--muted);
  line-height:1.62;
}
.offer-variant strong{
  display:block;
  margin-top:auto;
  padding-top:22px;
  font-size:16px;
  font-weight:800;
  color:#eef5ff;
}
.offer-variant small{
  display:inline-flex;
  margin-top:10px;
  color:var(--blue2);
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}
.offer-variant:hover .icon,
.offer-variant:focus-visible .icon{
  transform:translateY(-2px) scale(1.08);
  color:#7fc0ff;
}
.offer-variant:hover h3,
.offer-variant:focus-visible h3{
  transform:translateY(-2px);
  color:#ffffff;
}
.offer-variant:hover p,
.offer-variant:focus-visible p{
  transform:translateY(-1px);
  color:#dfe8f5;
}
.offer-variant:hover strong,
.offer-variant:focus-visible strong{
  transform:translateY(-1px);
  color:#ffffff;
}
.offer-variant:hover small,
.offer-variant:focus-visible small{
  transform:translateX(5px);
  color:#9fd3ff;
}
.offer-intro-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:24px;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:linear-gradient(90deg, rgba(8,119,255,.08), rgba(255,255,255,.025));
}
.offer-intro-cta p{
  margin:0;
  max-width:680px;
}

.project-slider{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(280px,26.5%);
  gap:18px;
  overflow-x:auto;
  overflow-y:visible;
  overscroll-behavior-inline:contain;
  scroll-snap-type:inline mandatory;
  padding:16px 0 22px;
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
  scroll-behavior:smooth;
}
.project-slider.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  scroll-behavior:auto;
}
.project-slider::-webkit-scrollbar{height:8px}
.project-slider::-webkit-scrollbar-thumb{background:rgba(0,122,255,.55);border-radius:99px}
.project-card{overflow:hidden;user-select:none;-webkit-user-select:none}
.project-slide{scroll-snap-align:start;min-height:100%}
.project-card img{width:100%;height:220px;object-fit:cover}
.project-card div{padding:20px}
.project-card span{color:var(--blue2);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.feature-slider{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(280px,32%);
  gap:18px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:inline mandatory;
  padding:16px 0 22px;
}

.feature-slider{
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
  scroll-behavior:smooth;
}
.feature-slider.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  scroll-behavior:auto;
}
.feature-slider.is-dragging .feature-slide{
  pointer-events:none;
}
.feature-slide{
  user-select:none;
  -webkit-user-select:none;
}

.feature-slider::-webkit-scrollbar{height:8px}
.feature-slider::-webkit-scrollbar-thumb{background:rgba(0,122,255,.55);border-radius:99px}
.feature-slide{scroll-snap-align:start;padding:34px;min-height:230px}
.feature-slide span{
  display:grid;place-items:center;width:58px;height:58px;
  border:1px solid rgba(0,122,255,.45);
  background:rgba(0,122,255,.08);
  border-radius:18px;
  font-size:24px;
  margin-bottom:24px;
}
.feature-slide h3{font-size:28px;margin-bottom:12px}
.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.process-line div{text-align:center}
.process-line span{
  display:grid;place-items:center;width:68px;height:68px;margin:0 auto 18px;
  border:1px solid rgba(0,122,255,.68);
  border-radius:99px;
  color:var(--blue2);
  font-weight:900;font-size:24px;
  background:rgba(0,122,255,.08);
}
.contact{display:grid;grid-template-columns:.78fr 1fr;gap:40px;padding:46px;margin-bottom:70px}
.contact-form{padding:24px;display:grid;gap:12px}
input,select,textarea{
  width:100%;min-height:52px;border:1px solid rgba(255,255,255,.12);
  border-radius:12px;background:rgba(0,0,0,.16);color:#fff;padding:0 16px;
}
textarea{min-height:130px;padding-top:15px;resize:vertical}
.footer.footer-company{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:44px 0 34px;
  color:var(--muted);
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-top{
  display:grid;
  grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(170px,.8fr));
  gap:34px;
  align-items:start;
}
.footer-brand{
  display:grid;
  gap:18px;
}
.footer-logo{
  display:inline-flex;
  align-items:center;
  width:fit-content;
}
.footer-logo img{
  width:188px;
  height:auto;
}
.footer-brand-copy,
.footer-col p,
.footer-bottom span{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  font-size:14px;
}
.footer-col{
  display:grid;
  gap:10px;
  align-content:start;
}
.footer-col h3{
  margin:0 0 6px;
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.02em;
}
.footer-col a{
  color:var(--muted);
  transition:color .2s ease, transform .2s ease;
}
.footer-col a:hover{
  color:#fff;
  transform:translateX(3px);
}
.footer-col--info p + p{
  margin-top:-2px;
}
.footer-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.subpage main{padding-top:120px}
.subhero{padding-top:60px}
.subhero h1{max-width:980px;font-size:clamp(44px,6vw,82px)}
.subhero p{max-width:780px;font-size:18px}
.package-grid{grid-template-columns:repeat(4,1fr)}
.package-card{padding:30px;position:relative}
.package-card.featured{border-color:var(--line2)}
.badge{position:absolute;top:14px;right:14px;background:var(--blue);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}
.icon{font-size:32px;color:var(--blue2);margin-bottom:20px}
.package-card h3{font-size:30px}
.package-card strong{display:block;font-size:34px;margin:18px 0}
.package-card ul{padding-left:18px;color:var(--muted);line-height:1.8}
.package-card a{width:100%;border:1px solid var(--line2);background:rgba(0,122,255,.08)}
.split-section{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:38px}
.big-link{min-height:60px}
.config-layout{display:grid;grid-template-columns:1fr .85fr;gap:24px;align-items:start}
.config-card,.config-summary{padding:34px}
.config-card h2{font-size:28px;margin-top:26px}
.config-card h2:first-child{margin-top:0}
.config-card label{display:block;padding:13px 0;color:#dce7f8}
.config-card input[type=radio],.config-card input[type=checkbox]{width:auto;min-height:auto;margin-right:10px}
.config-summary img{margin-top:24px;border-radius:22px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}

@media(max-width:1050px){
  .nav,.header-cta{display:none}
  .menu-toggle{display:block}
  .nav.is-open{
    position:absolute;display:grid;top:calc(100% + 12px);left:0;right:0;
    padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:20px;
    background:rgba(4,10,20,.94);
  }
  .hero-home{grid-template-columns:1fr;padding-top:134px}
  .hero-stage{min-height:680px}
  .hero-visual-canvas{width:min(100%,760px);height:680px}
  .section-head,.contact,.split-section,.config-layout{grid-template-columns:1fr}
  .package-grid,.offer-variant-grid{grid-template-columns:repeat(2,1fr)}
  .process-line{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:680px){
  .site-header{top:12px;width:calc(100% - 24px);min-height:68px;border-radius:26px}
  .brand{width:132px;height:42px}
  .brand img{width:126px;max-height:38px}
  .hero-home{padding:118px 22px 50px;min-height:auto}
  .hero-copy{margin-top:clamp(-34px,-4.4vh,-22px)}
  @supports (height:1svh){.hero-copy{margin-top:clamp(-38px,-4.8svh,-24px)}}
  h1{font-size:52px}
  .lead{font-size:17px}
  .hero-actions{margin-bottom:42px}
  .btn{width:100%;min-height:58px}
  .hero-stats{grid-template-columns:1fr;gap:14px}
  .hero-stage{min-height:670px;margin:0 -22px;overflow:visible}
  .hero-visual-canvas{width:100%;height:670px}
  .hero-home::before{background:
    linear-gradient(180deg, rgba(2,8,20,.96) 0%, rgba(2,8,20,.42) 22%, rgba(2,8,20,.12) 48%, rgba(2,8,20,.20) 72%, rgba(2,8,20,.96) 100%),
    linear-gradient(90deg, rgba(2,8,20,.90), rgba(2,8,20,.06) 48%, rgba(2,8,20,.88)),
    radial-gradient(circle at 70% 24%, rgba(8,119,255,.18), transparent 28%)}
  .hero-visual-canvas::before{
    content:"";
    position:absolute;
    z-index:1;
    pointer-events:none;
    inset:-18% -34%;
    left:auto;top:auto;width:auto;height:auto;
    background:
      radial-gradient(ellipse at 52% 44%, rgba(2,8,20,0) 0 25%, rgba(2,8,20,.10) 44%, rgba(2,8,20,.42) 74%, rgba(2,8,20,.88) 100%),
      linear-gradient(180deg, rgba(2,8,20,.34) 0%, rgba(2,8,20,0) 42%, rgba(2,8,20,.92) 100%),
      linear-gradient(90deg, rgba(2,8,20,.88), rgba(2,8,20,.06) 48%, rgba(2,8,20,.82));
    filter:none;
  }
  .site-header{
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
    background:rgba(3,10,20,.97);
  }
  .road-bg{
    left:50%;top:50%;width:292%;opacity:.50;
    transform:translate3d(calc(-50% + var(--road-x)),calc(-50% + var(--road-y)),0) rotate(-16deg) scale(1.18);
    -webkit-mask-image:radial-gradient(ellipse at 53% 48%,#000 0 54%,rgba(0,0,0,.82) 72%,transparent 96%);
    mask-image:radial-gradient(ellipse at 53% 48%,#000 0 54%,rgba(0,0,0,.82) 72%,transparent 96%);
  }
  .hero-system-desktop{display:none}
  .hero-flower-desktop{width:82%;left:43%;top:20%;--mobile-out-x:-111.6px;--mobile-out-y:-192.2px}
  .hero-flower-phone{width:34%;left:84%;right:auto;top:24%;--mobile-out-x:186px;--mobile-out-y:-117.8px}
  .hero-cleanex-desktop{width:86%;left:54%;top:50%;--mobile-out-x:-223.2px;--mobile-out-y:-49.6px}
  .hero-cleanex-phone{display:none}
  .hero-barmix-desktop{width:92%;left:43%;top:82%;--mobile-out-x:-198.4px;--mobile-out-y:130.2px}
  .hero-business-phone{display:none}
  /* Mobile performance: one compositor transform per layer. The separate float
     animation and live drop-shadow filters caused stepped movement on touch scroll. */
  .demo-layer{
    animation:none!important;
    translate:none!important;
    filter:none;
    will-change:transform,opacity;
  }
  .road-bg{will-change:transform;filter:none}
  
  .section{width:calc(100% - 44px);padding:62px 0}
  .section-head{display:block}
  .path-grid,.package-grid,.process-line,.offer-variant-grid{grid-template-columns:1fr}
  .feature-slider{grid-auto-columns:82%}
  .project-slider{grid-auto-columns:82%}
  .contact{padding:26px}
  .offer-intro-cta{display:grid;align-items:start}
  .footer-top{grid-template-columns:1fr}
}





/* r21: modules only */
.feature-slide{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  transition:transform .32s ease, border-color .32s ease, box-shadow .32s ease, background .32s ease, filter .32s ease;
}
.feature-slide::before{
  content:"";
  position:absolute;
  inset:-18%;
  z-index:0;
  pointer-events:none;
  opacity:0;
  transform:scale(.92);
  filter:blur(18px);
  mix-blend-mode:screen;
  background:
    radial-gradient(60% 52% at 18% 14%, rgba(66,164,255,.20) 0%, rgba(66,164,255,.12) 24%, rgba(66,164,255,.06) 42%, rgba(66,164,255,0) 72%),
    radial-gradient(48% 38% at 82% 16%, rgba(255,255,255,.10) 0%, rgba(255,255,255,.05) 26%, rgba(255,255,255,0) 70%);
  transition:opacity .42s ease, transform .56s cubic-bezier(.22,.61,.36,1), filter .42s ease;
}
.feature-slide::after{
  content:"";
  position:absolute;
  inset:auto 22px 0;
  height:1px;
  z-index:0;
  opacity:.38;
  background:linear-gradient(90deg, transparent, rgba(66,164,255,.65), transparent);
  transition:opacity .36s ease, inset .36s ease;
}
.feature-slide > *{position:relative;z-index:1}
.feature-slide span,.feature-slide h3,.feature-slide p,.feature-slide small{
  transition:transform .32s ease, color .32s ease, opacity .32s ease, border-color .32s ease, background .32s ease;
}
.feature-slide small{
  display:inline-flex;
  margin-top:auto;
  padding-top:18px;
  color:var(--blue2);
  font-size:13px;
  font-weight:800;
}
.feature-slide:hover,.feature-slide:focus-visible{
  transform:translateY(-10px) scale(1.015);
  border-color:rgba(66,164,255,.5);
  box-shadow:0 18px 44px rgba(8,119,255,.14), 0 34px 100px rgba(0,0,0,.42);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.028)),radial-gradient(circle at 88% 0%,rgba(8,119,255,.12),transparent 34%),rgba(7,18,32,.82);
}
.feature-slide:hover::before,.feature-slide:focus-visible::before{opacity:.92;transform:scale(1);filter:blur(14px)}
.feature-slide:hover::after,.feature-slide:focus-visible::after{opacity:.8;inset:auto 18px 0}
.feature-slide:hover span,.feature-slide:focus-visible span{transform:translateY(-2px) scale(1.08);color:#7fc0ff;border-color:rgba(66,164,255,.65);background:rgba(8,119,255,.14)}
.feature-slide:hover h3,.feature-slide:focus-visible h3{transform:translateY(-2px);color:#fff}
.feature-slide:hover p,.feature-slide:focus-visible p{transform:translateY(-1px);color:#dfe8f5}
.feature-slide:hover small,.feature-slide:focus-visible small{transform:translateX(5px);color:#9fd3ff}

.module-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .26s ease,visibility .26s ease}
.module-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.module-modal-backdrop{position:absolute;inset:0;background:rgba(2,8,20,.74);backdrop-filter:blur(12px)}
.module-modal-panel{
  position:relative;width:min(1100px,calc(100% - 32px));max-height:min(88vh,920px);overflow:auto;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),rgba(5,14,28,.94);
  border-radius:28px;box-shadow:0 40px 120px rgba(0,0,0,.46),0 0 0 1px rgba(66,164,255,.08) inset;
  padding:30px;transform:translateY(14px) scale(.985);transition:transform .28s ease;
}
.module-modal.is-open .module-modal-panel{transform:translateY(0) scale(1)}
.module-modal-close{position:absolute;top:16px;right:16px;width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.module-modal-head{padding-right:56px;margin-bottom:24px}
.module-modal-head h3{font-size:42px;margin-bottom:10px}
.module-modal-intro{max-width:720px;margin:0;color:#d5e1f2;line-height:1.7}
.module-modal-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}
.module-mockup,.module-modal-content > div{border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),rgba(7,18,32,.72);border-radius:24px;box-shadow:0 22px 80px rgba(0,0,0,.28)}
.module-mockup{padding:18px;min-height:420px;display:grid;gap:14px;align-content:start}
.mock-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}
.mock-title{font-size:15px;font-weight:800;color:#eef5ff}
.mock-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(8,119,255,.16);border:1px solid rgba(66,164,255,.28);font-size:12px;color:#9fd3ff;font-weight:800}
.mock-row,.mock-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mock-kpis{grid-template-columns:repeat(2,1fr)}
.mock-card,.mock-panel,.mock-line{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);border-radius:18px}
.mock-card{padding:16px;min-height:94px}
.mock-card strong{display:block;font-size:28px;color:#fff;letter-spacing:-.04em}
.mock-card span{display:block;margin-top:6px;color:#9bb0c9;font-size:13px;line-height:1.45}
.mock-panel{padding:16px;display:grid;gap:10px}
.mock-line{height:12px;background:linear-gradient(90deg,rgba(66,164,255,.22),rgba(255,255,255,.06))}
.mock-line.sm{width:42%}.mock-line.md{width:64%}.mock-line.lg{width:88%}
.mock-line.blue{height:10px;background:linear-gradient(90deg,rgba(8,119,255,.68),rgba(8,119,255,.12))}
.module-modal-content{display:grid;gap:16px}
.module-modal-content > div{padding:20px}
.module-modal-content h4{margin-bottom:14px;font-size:18px}
.module-list{display:grid;gap:10px;padding-left:18px;margin:0;color:#d5e1f2;line-height:1.6}
.module-tags{display:flex;flex-wrap:wrap;gap:10px}
.module-tags span{display:inline-flex;padding:10px 12px;border-radius:999px;border:1px solid rgba(66,164,255,.22);background:rgba(8,119,255,.08);color:#a7d5ff;font-size:12px;font-weight:800}
body.modal-open{overflow:hidden}
@media(max-width:1050px){.module-modal-grid{grid-template-columns:1fr}}
@media(max-width:680px){.module-modal-panel{padding:20px;border-radius:24px;width:calc(100% - 18px)}.module-modal-head h3{font-size:32px}.module-mockup{min-height:auto}.mock-row,.mock-kpis{grid-template-columns:1fr}}


/* r22: full-width modules track + no clipping */
.features{
  width:100%;
  max-width:none;
  overflow:visible;
}
.features .section-head{
  width:min(1180px, calc(100% - 36px));
  margin:0 auto;
}
.features .feature-slider{
  width:calc(100vw - 36px);
  margin-left:calc(50% - 50vw + 18px);
  margin-right:calc(50% - 50vw + 18px);
  padding:22px max(18px, calc((100vw - 1180px) / 2 + 18px)) 34px;
  overflow-x:auto;
  overflow-y:visible;
  scroll-padding-inline:max(18px, calc((100vw - 1180px) / 2 + 18px));
}
.features .feature-slide{
  min-height:246px;
}
.features .feature-slide:hover,
.features .feature-slide:focus-visible{
  transform:translateY(-12px) scale(1.018);
}
.features .feature-slider::-webkit-scrollbar{
  height:8px;
}
@media(max-width: 767px){
  .features .section-head{
    width:calc(100% - 44px);
  }
  .features .feature-slider{
    width:calc(100vw - 24px);
    margin-left:calc(50% - 50vw + 12px);
    margin-right:calc(50% - 50vw + 12px);
    padding:18px 12px 30px;
    scroll-padding-inline:12px;
  }
}


/* r23: richer module popups with visual previews */
.module-modal-close{transition:transform .22s ease, background .22s ease, border-color .22s ease}
.module-modal-close:hover{transform:rotate(90deg);background:rgba(8,119,255,.14);border-color:rgba(66,164,255,.28)}
.module-mockup{padding:18px;min-height:420px;display:grid;gap:14px;align-content:start;overflow:hidden}
.mock-visual{
  position:relative;min-height:250px;border-radius:22px;overflow:hidden;
  border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,22,40,.94),rgba(5,12,24,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 60px rgba(0,0,0,.26);
}
.mock-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42;transform:scale(1.04)}
.mock-visual::before{content:'';position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(5,11,22,.08) 0%,rgba(5,11,22,.18) 28%,rgba(5,11,22,.72) 100%),
  radial-gradient(circle at top right,rgba(8,119,255,.28),transparent 32%),
  radial-gradient(circle at bottom left,rgba(50,120,255,.18),transparent 28%)}
.mock-hero-copy{position:relative;z-index:2;display:grid;gap:10px;padding:24px;max-width:70%}
.mock-hero-copy span{display:inline-flex;align-self:start;padding:7px 12px;border-radius:999px;background:rgba(7,119,255,.16);border:1px solid rgba(66,164,255,.24);color:#a7d5ff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mock-hero-copy strong{font-size:26px;line-height:1.06;letter-spacing:-.04em;color:#fff}
.mock-hero-copy small{font-size:13px;color:#c7d7ea;line-height:1.55}
.mock-floating{position:absolute;z-index:2;display:grid;gap:3px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(6,14,26,.78);backdrop-filter:blur(12px);box-shadow:0 16px 38px rgba(0,0,0,.22)}
.mock-floating strong{font-size:20px;color:#fff;letter-spacing:-.04em;line-height:1}
.mock-floating span{font-size:12px;color:#b9cde5;line-height:1.35}
.mock-floating.is-left{left:18px;bottom:18px}
.mock-floating.is-right{right:18px;top:18px}
.mock-floating.is-bottom{right:18px;bottom:18px}
.mock-stage{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mock-stage-card{padding:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.028);border-radius:18px;display:grid;gap:6px}
.mock-stage-card em{font-style:normal;font-size:11px;color:#8db9e6;text-transform:uppercase;letter-spacing:.12em}
.mock-stage-card strong{font-size:15px;color:#eef5ff;line-height:1.25}
.mock-stage-card span{font-size:12px;color:#aebfd4;line-height:1.45}
.mock-kpis{grid-template-columns:repeat(2,1fr);gap:12px}
.mock-flow{padding:16px;display:grid;gap:12px}
.mock-flow-grid{display:flex;flex-wrap:wrap;gap:10px}
.mock-flow-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:12px;color:#d6e3f3}
.mock-flow-chip b{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:999px;background:rgba(8,119,255,.22);color:#a7d5ff;font-size:11px}
.feature-slide{cursor:pointer}
.feature-slide small{display:inline-flex;align-items:center;gap:6px}
@media(max-width:1050px){
  .mock-hero-copy{max-width:none;padding-right:24px}
  .mock-stage{grid-template-columns:1fr}
}
@media(max-width:680px){
  .mock-visual{min-height:220px}
  .mock-hero-copy{padding:18px;max-width:100%}
  .mock-hero-copy strong{font-size:22px}
  .mock-floating{padding:10px 12px}
  .mock-floating strong{font-size:16px}
  .mock-stage{grid-template-columns:1fr}
  .mock-kpis{grid-template-columns:1fr}
  .mock-floating.is-right{top:auto;right:12px;bottom:12px}
  .mock-floating.is-bottom{display:none}
}


/* r24: click vs drag fix */
.feature-slider{
  touch-action:pan-y;
}
.feature-slider.is-dragging{
  touch-action:none;
}
.feature-slide{
  -webkit-tap-highlight-color:transparent;
}


/* r25: click opens popup, drag only after move/hold */
.feature-slider.is-drag-ready{
  cursor:grab;
}
.feature-slider.is-drag-ready .feature-slide{
  cursor:grab;
}
.feature-slider.is-dragging,
.feature-slider.is-dragging .feature-slide{
  cursor:grabbing;
}


/* r26: drag only from slider background */
.feature-slider{
  cursor:grab;
  touch-action:pan-y;
}
.feature-slider.is-dragging{
  cursor:grabbing;
  touch-action:none;
}
.feature-slide,
.feature-slide *{
  cursor:pointer;
}


/* r27: reliable centered module popup */
.module-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:9999 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:24px !important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.module-modal.is-open{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
.module-modal-backdrop{
  position:absolute !important;
  inset:0 !important;
}
.module-modal-panel{
  position:relative !important;
  margin:auto !important;
  width:min(1100px, calc(100vw - 48px)) !important;
  max-height:calc(100vh - 48px) !important;
  overflow:auto !important;
}
.feature-slide,
.feature-slide *{
  pointer-events:auto;
}


/* r30: realizacje jako realny odwrócony slider */
.projects{
  width:100%;
  max-width:none;
  overflow:visible;
}
.projects .section-head{
  width:min(1180px, calc(100% - 36px));
  margin:0 auto 34px;
}
.projects .project-grid{
  display:none;
}
.projects .project-slider{
  display:grid !important;
  grid-auto-flow:column;
  grid-auto-columns:minmax(300px, 32%);
  gap:18px;
  width:calc(100vw - 36px);
  margin-left:calc(50% - 50vw + 18px);
  margin-right:calc(50% - 50vw + 18px);
  padding:22px max(18px, calc((100vw - 1180px) / 2 + 18px)) 34px;
  overflow-x:auto;
  overflow-y:visible;
  overscroll-behavior-inline:contain;
  scroll-snap-type:inline mandatory;
  scroll-padding-inline:max(18px, calc((100vw - 1180px) / 2 + 18px));
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
  scroll-behavior:smooth;
}
.projects .project-slider.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  scroll-behavior:auto;
}
.projects .project-slider::-webkit-scrollbar{
  height:8px;
}
.projects .project-slider::-webkit-scrollbar-thumb{
  background:rgba(0,122,255,.55);
  border-radius:99px;
}
.projects .project-card{
  scroll-snap-align:start;
  min-height:100%;
  overflow:hidden;
}
.projects .project-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.projects .project-card div{
  padding:20px;
}
.projects .project-card span{
  color:var(--blue2);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
@media(max-width:680px){
  .projects .section-head{
    width:calc(100% - 44px);
  }
  .projects .project-slider{
    grid-auto-columns:82%;
    width:calc(100vw - 24px);
    margin-left:calc(50% - 50vw + 12px);
    margin-right:calc(50% - 50vw + 12px);
    padding:18px 12px 30px;
    scroll-padding-inline:12px;
  }
}


/* r31: hover + CTA for project cards */
.projects .project-card{
  position:relative;
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
  background:linear-gradient(180deg, rgba(13,26,52,.94), rgba(6,14,28,.98));
}
.projects .project-card::after{
  content:"";
  position:absolute;
  inset:auto -8% -18% -8%;
  height:44%;
  background:radial-gradient(circle at center, rgba(24,126,255,.20), rgba(24,126,255,0) 72%);
  opacity:0;
  filter:blur(22px);
  transform:translateY(20px);
  transition:opacity .28s ease, transform .28s ease;
  pointer-events:none;
}
.projects .project-card img{
  transition:transform .4s ease, filter .35s ease;
}
.projects .project-card div{
  display:flex;
  flex-direction:column;
  min-height:225px;
}
.projects .project-card p{
  margin-bottom:20px;
}
.projects .project-card:hover,
.projects .project-card:focus-within{
  transform:translateY(-10px);
  border-color:rgba(45,145,255,.7);
  box-shadow:0 22px 56px rgba(0,0,0,.34), 0 0 0 1px rgba(44,146,255,.18) inset, 0 0 24px rgba(24,126,255,.16);
}
.projects .project-card:hover::after,
.projects .project-card:focus-within::after{
  opacity:1;
  transform:translateY(0);
}
.projects .project-card:hover img,
.projects .project-card:focus-within img{
  transform:scale(1.04);
  filter:saturate(1.06) brightness(1.03);
}
.project-card-cta{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  padding:11px 16px;
  border-radius:999px;
  border:1px solid rgba(46,146,255,.28);
  background:linear-gradient(180deg, rgba(10,22,42,.84), rgba(9,18,34,.96));
  color:var(--text);
  text-decoration:none;
  font-weight:700;
  letter-spacing:.01em;
  transition:transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease, color .24s ease;
}
.project-card-cta span{
  color:inherit !important;
  font-size:inherit !important;
  letter-spacing:normal !important;
  text-transform:none !important;
}
.projects .project-card:hover .project-card-cta,
.projects .project-card:focus-within .project-card-cta{
  background:linear-gradient(135deg, rgba(20,127,255,.95), rgba(5,96,228,.95));
  border-color:rgba(95,176,255,.72);
  color:#fff;
  box-shadow:0 16px 34px rgba(17,102,255,.28);
}
.project-card-cta:hover,
.project-card-cta:focus-visible{
  transform:translateY(-2px);
  outline:none;
}
@media (hover:none){
  .projects .project-card{
    transform:none !important;
  }
  .projects .project-card::after{
    opacity:.35;
    transform:none;
  }
}


/* r32: process as client panel workflow */
.process-client{
  position:relative;
  overflow:hidden;
}
.process-client::before{
  content:"";
  position:absolute;
  inset:8% -12% auto auto;
  width:520px;
  height:520px;
  background:radial-gradient(circle, rgba(8,119,255,.16), rgba(8,119,255,0) 68%);
  pointer-events:none;
}
.process-client-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);
  gap:26px;
  align-items:start;
}
.process-flow{
  display:grid;
  gap:14px;
}
.process-step-card{
  position:relative;
  display:grid;
  grid-template-columns:68px 1fr;
  gap:18px;
  padding:22px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)), rgba(7,18,32,.72);
  border-radius:24px;
  box-shadow:0 20px 70px rgba(0,0,0,.24);
  overflow:hidden;
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.process-step-card::before{
  content:"";
  position:absolute;
  inset:-30%;
  background:radial-gradient(circle at 18% 20%, rgba(66,164,255,.15), rgba(66,164,255,0) 56%);
  opacity:0;
  transition:opacity .28s ease;
}
.process-step-card > *{
  position:relative;
  z-index:1;
}
.process-step-card > span{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(66,164,255,.52);
  background:rgba(8,119,255,.08);
  color:var(--blue2);
  font-size:20px;
  font-weight:900;
  letter-spacing:-.04em;
}
.process-step-card h3{
  font-size:22px;
  margin-bottom:8px;
}
.process-step-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.process-step-card:hover,
.process-step-card.is-active{
  transform:translateY(-4px);
  border-color:rgba(66,164,255,.44);
  background:linear-gradient(180deg, rgba(255,255,255,.072), rgba(255,255,255,.024)), rgba(7,18,32,.82);
  box-shadow:0 24px 76px rgba(0,0,0,.32), 0 0 32px rgba(8,119,255,.08);
}
.process-step-card:hover::before,
.process-step-card.is-active::before{
  opacity:1;
}
.process-panel-preview{
  position:sticky;
  top:110px;
}
.panel-window{
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  padding:22px;
  background:
    radial-gradient(circle at 78% 0%, rgba(8,119,255,.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.022)),
    rgba(5,14,28,.9);
  box-shadow:0 36px 110px rgba(0,0,0,.42), 0 0 0 1px rgba(66,164,255,.08) inset;
  overflow:hidden;
}
.panel-topbar,
.panel-status,
.panel-item,
.panel-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.panel-topbar{
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.panel-topbar strong{
  display:block;
  color:#fff;
  font-size:18px;
}
.panel-topbar span{
  display:block;
  margin-top:4px;
  color:#9fb2c9;
  font-size:13px;
}
.panel-topbar em{
  font-style:normal;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(41,213,126,.12);
  border:1px solid rgba(41,213,126,.24);
  color:#7ff0b1;
  font-size:12px;
  font-weight:800;
}
.panel-status{
  margin:18px 0;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(8,119,255,.2), rgba(8,119,255,.045));
  border:1px solid rgba(66,164,255,.18);
}
.panel-status span{
  display:block;
  color:#9fb2c9;
  font-size:12px;
  margin-bottom:6px;
}
.panel-status strong{
  color:#fff;
  font-size:22px;
  letter-spacing:-.03em;
}
.progress-ring{
  width:72px;
  height:72px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  background:
    radial-gradient(circle at center, rgba(5,14,28,.96) 0 54%, transparent 55%),
    conic-gradient(var(--blue) 0 68%, rgba(255,255,255,.1) 68% 100%);
  box-shadow:0 0 26px rgba(8,119,255,.18);
}
.panel-tabs{
  display:flex;
  gap:8px;
  overflow:auto;
  padding-bottom:14px;
}
.panel-tabs span{
  white-space:nowrap;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  color:#aebfd4;
  font-size:12px;
  font-weight:800;
}
.panel-tabs span.is-active{
  color:#fff;
  background:rgba(8,119,255,.18);
  border-color:rgba(66,164,255,.26);
}
.panel-list{
  display:grid;
  gap:12px;
}
.panel-item{
  align-items:flex-start;
  justify-content:flex-start;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.075);
}
.panel-item > span{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(8,119,255,.14);
  border:1px solid rgba(66,164,255,.24);
  color:#9fd3ff;
}
.panel-item strong{
  display:block;
  color:#fff;
  font-size:15px;
  margin-bottom:4px;
}
.panel-item p{
  margin:0;
  color:#9fb2c9;
  font-size:13px;
  line-height:1.45;
}
.panel-footer{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}
.panel-footer button,
.panel-footer a{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:0 16px;
  font-weight:900;
  text-decoration:none;
}
.panel-footer button{
  border:0;
  color:#fff;
  background:linear-gradient(135deg, var(--blue), #0560e4);
}
.panel-footer a{
  color:#dfefff;
  border:1px solid rgba(255,255,255,.12);
}
@media(max-width:1050px){
  .process-client-grid{
    grid-template-columns:1fr;
  }
  .process-panel-preview{
    position:relative;
    top:auto;
  }
}
@media(max-width:680px){
  .process-step-card{
    grid-template-columns:1fr;
    padding:20px;
  }
  .process-step-card > span{
    width:52px;
    height:52px;
  }
  .panel-window{
    padding:18px;
    border-radius:24px;
  }
  .panel-status{
    align-items:flex-start;
    flex-direction:column;
  }
  .panel-footer{
    align-items:stretch;
    flex-direction:column;
  }
}


/* r33: interactive process states */
.process-client .section-head h2{
  max-width:720px;
}
.process-client .section-head p{
  max-width:780px;
}
.process-step-card{
  cursor:pointer;
}
.process-step-card:focus-visible{
  outline:2px solid rgba(66,164,255,.8);
  outline-offset:4px;
}
.process-step-card.is-active > span{
  background:linear-gradient(135deg, rgba(8,119,255,.28), rgba(8,119,255,.08));
  box-shadow:0 0 24px rgba(8,119,255,.18);
}
.panel-status p{
  margin:8px 0 0;
  color:#aebfd4;
  font-size:13px;
  line-height:1.45;
}
.panel-window.is-changing{
  animation:panelPulse .28s ease;
}
@keyframes panelPulse{
  0%{transform:translateY(0) scale(1)}
  45%{transform:translateY(-2px) scale(1.006)}
  100%{transform:translateY(0) scale(1)}
}
.panel-item{
  animation:panelItemIn .22s ease both;
}
.panel-item:nth-child(2){animation-delay:.03s}
.panel-item:nth-child(3){animation-delay:.06s}
.panel-item:nth-child(4){animation-delay:.09s}
@keyframes panelItemIn{
  from{opacity:0;transform:translateY(7px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:680px){
  .process-client .section-head h2{
    max-width:none;
  }
}


/* r34: remove visible cut/background rectangle under process heading */
.process-client{
  overflow:visible;
}
.process-client .section-head{
  position:relative;
  z-index:2;
  overflow:visible;
}
.process-client .section-head::before,
.process-client .section-head::after{
  display:none !important;
}
.process-client .section-head h2{
  background:transparent !important;
  box-shadow:none !important;
  clip-path:none !important;
}
.process-client .section-head h2::before,
.process-client .section-head h2::after{
  display:none !important;
}
.process-client::before{
  opacity:.55;
  filter:blur(18px);
}


/* r35: animated progress ring for process panel */
.progress-ring{
  --progress:10;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  transition:box-shadow .28s ease, transform .28s ease;
  background:
    radial-gradient(circle at center, rgba(5,14,28,.96) 0 52%, transparent 53%),
    conic-gradient(var(--blue) 0 calc(var(--progress) * 1%), rgba(255,255,255,.12) calc(var(--progress) * 1%) 100%) !important;
}
.progress-ring::before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  z-index:-1;
}
.progress-ring.is-animating{
  transform:scale(1.045);
  box-shadow:0 0 34px rgba(8,119,255,.28), 0 0 0 1px rgba(66,164,255,.18) inset;
}


/* r36: minimalistyczny proces poziomy + panel pod spodem */
.process-minimal{overflow:visible !important;}
.process-minimal .section-head{margin-bottom:54px;}
.process-minimal .section-head h2{max-width:760px;}
.process-minimal .section-head p{max-width:760px;}
.process-horizontal{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-bottom:34px;}
.process-horizontal::before{content:"";position:absolute;left:7%;right:7%;top:34px;height:1px;background:linear-gradient(90deg,transparent,rgba(66,164,255,.32),transparent);z-index:0;}
.process-step-mini{position:relative;z-index:1;min-height:160px;padding:0 12px;text-align:center;cursor:pointer;display:grid;justify-items:center;align-content:start;}
.process-step-mini span{width:68px;height:68px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(66,164,255,.52);background:rgba(6,18,34,.92);color:var(--blue2);font-size:20px;font-weight:900;letter-spacing:-.04em;box-shadow:0 0 0 8px rgba(5,14,28,.96),0 18px 42px rgba(0,0,0,.22);transition:transform .26s ease,background .26s ease,box-shadow .26s ease,border-color .26s ease;}
.process-step-mini h3{margin-top:22px;margin-bottom:10px;font-size:20px;letter-spacing:-.03em;}
.process-step-mini p{max-width:180px;margin:0 auto;color:var(--muted);font-size:14px;line-height:1.45;}
.process-step-mini:hover span,.process-step-mini:focus-visible span,.process-step-mini.is-active span{transform:translateY(-4px) scale(1.04);border-color:rgba(66,164,255,.85);background:linear-gradient(135deg,rgba(8,119,255,.28),rgba(8,119,255,.08)),rgba(6,18,34,.95);box-shadow:0 0 0 8px rgba(5,14,28,.96),0 0 34px rgba(8,119,255,.24),0 18px 42px rgba(0,0,0,.26);}
.process-step-mini.is-active h3{color:#fff;}
.process-step-mini:focus-visible{outline:none;}
.process-minimal .process-panel-preview{position:relative !important;top:auto !important;max-width:980px;margin:0 auto;overflow:visible;}
.process-minimal .panel-window{overflow:visible !important;position:relative;}
.process-minimal .panel-status{overflow:visible;}
.process-minimal .progress-ring{flex:0 0 82px;width:82px;height:82px;margin-right:-6px;overflow:visible !important;z-index:3;}
.process-minimal .panel-tabs{padding-top:4px;}
.process-minimal .panel-list{grid-template-columns:repeat(2,minmax(0,1fr));}
.process-minimal .panel-footer{justify-content:flex-end;}
@media(max-width:1050px){.process-horizontal{grid-template-columns:repeat(5,minmax(140px,1fr));overflow-x:auto;padding:6px 2px 18px;scroll-snap-type:x mandatory;}.process-step-mini{scroll-snap-align:start;}.process-horizontal::before{left:40px;right:40px;}.process-minimal .panel-list{grid-template-columns:1fr;}}
@media(max-width:680px){.process-minimal .section-head{margin-bottom:34px;}.process-step-mini{min-height:142px;}.process-step-mini span{width:58px;height:58px;}.process-step-mini h3{margin-top:16px;font-size:18px;}.process-minimal .panel-status{align-items:flex-start;}.process-minimal .progress-ring{margin-right:0;}}


/* r37: clearer section menu + account CTA */
.desktop-nav{
  gap:28px;
}
.desktop-nav a{
  white-space:nowrap;
}
.nav-cta{
  white-space:nowrap;
}
.process-account-cta{
  max-width:980px;
  margin:28px auto 0;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid rgba(66,164,255,.18);
  border-radius:26px;
  background:
    radial-gradient(circle at 88% 0%, rgba(8,119,255,.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(7,18,32,.72);
  box-shadow:0 24px 80px rgba(0,0,0,.26);
}
.process-account-cta span{
  display:inline-flex;
  color:var(--blue2);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:8px;
}
.process-account-cta h3{
  font-size:28px;
  margin-bottom:8px;
  letter-spacing:-.04em;
}
.process-account-cta p{
  margin:0;
  max-width:620px;
  color:var(--muted);
  line-height:1.6;
}
.process-account-cta .btn{
  flex:0 0 auto;
}
@media(max-width:900px){
  .process-account-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}




/* r39: account CTA visual upgrade */
.account-final-cta{
  width:100%;
  max-width:none;
  padding-left:0;
  padding-right:0;
  overflow:hidden;
}
.account-final-inner{
  position:relative;
  width:100%;
  min-height:520px;
  padding:86px max(32px, calc((100vw - 1180px) / 2)) 92px;
  display:grid;
  grid-template-columns:minmax(0, 1.02fr) minmax(360px, .98fr);
  align-items:center;
  gap:42px;
  border-top:1px solid rgba(66,164,255,.16);
  border-bottom:1px solid rgba(66,164,255,.16);
  background:
    radial-gradient(circle at 74% 50%, rgba(8,119,255,.18), transparent 34%),
    radial-gradient(circle at 18% 16%, rgba(66,164,255,.08), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    rgba(4,12,24,.86);
  isolation:isolate;
}
.account-final-inner::before{
  content:"";
  position:absolute;
  inset:-18% -6%;
  z-index:-1;
  background:
    linear-gradient(115deg, transparent 0 30%, rgba(8,119,255,.1) 44%, transparent 58% 100%),
    radial-gradient(circle at 82% 58%, rgba(8,119,255,.14), transparent 30%);
  filter:blur(12px);
  opacity:.9;
}
.account-final-copy{
  position:relative;
  z-index:2;
  max-width:660px;
}
.account-final-copy .eyebrow{
  width:max-content;
  margin-bottom:18px;
}
.account-final-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--blue2);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:16px;
}
.account-final-kicker::before{
  content:"";
  width:44px;
  height:1px;
  background:linear-gradient(90deg, rgba(8,119,255,.9), transparent);
}
.account-final-inner h2{
  max-width:680px;
  margin-bottom:18px;
  font-size:clamp(48px, 6.2vw, 104px);
  line-height:.9;
  letter-spacing:-.078em;
}
.account-final-lead{
  max-width:690px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.account-final-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.account-final-points li{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(66,164,255,.16);
  border-radius:999px;
  background:rgba(9,24,42,.62);
  color:var(--text);
  font-size:14px;
  font-weight:700;
}
.account-final-points li::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(180deg, var(--blue), var(--blue2));
  box-shadow:0 0 12px rgba(8,119,255,.45);
}
.account-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.account-final-actions .btn{
  min-height:58px;
  padding-inline:26px;
}
.account-final-visual{
  position:relative;
  min-height:460px;
  display:grid;
  align-items:center;
}
.account-visual-orb{
  position:absolute;
  right:4%;
  top:50%;
  width:min(32vw, 380px);
  height:min(32vw, 380px);
  transform:translateY(-50%);
  border-radius:999px;
  background:
    radial-gradient(circle at center, rgba(8,119,255,.18), rgba(8,119,255,.06) 46%, transparent 68%),
    conic-gradient(from 180deg, rgba(8,119,255,.16), transparent 40%, rgba(255,255,255,.06), transparent 76%, rgba(8,119,255,.14));
  filter:blur(.2px);
}
.account-visual-card{
  position:relative;
  z-index:2;
  padding:22px;
  border:1px solid rgba(66,164,255,.18);
  border-radius:30px;
  background:
    radial-gradient(circle at 82% 0%, rgba(66,164,255,.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    rgba(8,19,34,.9);
  box-shadow:0 28px 90px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}
.account-visual-topbar,
.account-visual-footer,
.account-visual-hero,
.account-visual-grid article{
  border:1px solid rgba(66,164,255,.12);
}
.account-visual-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.025);
}
.account-visual-topbar strong{
  display:block;
  font-size:18px;
}
.account-visual-topbar span{
  color:var(--muted);
  font-size:13px;
}
.account-visual-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:74px;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(72,214,157,.24);
  background:rgba(36,120,86,.24);
  color:#77f2b3 !important;
  font-weight:800;
}
.account-visual-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  margin-top:16px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(28,74,125,.78), rgba(10,30,56,.82));
}
.account-visual-hero small{
  display:inline-block;
  margin-bottom:10px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.account-visual-hero h3{
  margin:0 0 8px;
  font-size:30px;
  letter-spacing:-.05em;
}
.account-visual-hero p{
  margin:0;
  color:rgba(255,255,255,.76);
  line-height:1.6;
}
.account-visual-progress{
  width:94px;
  height:94px;
  flex:0 0 94px;
  border-radius:26px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}
.account-visual-progress span{
  display:block;
  text-align:center;
  font-size:36px;
  line-height:1;
  font-weight:900;
}
.account-visual-progress small{
  margin:6px 0 0;
  font-size:11px;
  letter-spacing:.16em;
}
.account-visual-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.account-visual-grid article{
  min-height:110px;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.028);
}
.account-visual-grid strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
}
.account-visual-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:14px;
}
.account-visual-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:16px;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.025);
}
.account-visual-footer span{
  color:var(--muted);
  font-weight:700;
}
.account-visual-footer button{
  min-height:44px;
  padding:0 18px;
  border:none;
  border-radius:999px;
  background:linear-gradient(135deg, var(--blue), var(--blue2));
  color:#fff;
  font-weight:800;
  cursor:default;
}
.account-floating-card{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(66,164,255,.16);
  background:rgba(8,19,34,.8);
  box-shadow:0 16px 34px rgba(0,0,0,.24);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
}
.account-floating-card::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  margin-right:10px;
  background:linear-gradient(180deg, var(--blue), var(--blue2));
  box-shadow:0 0 12px rgba(8,119,255,.44);
}
.account-floating-card--one{
  top:44px;
  right:36px;
}
.account-floating-card--two{
  left:-8px;
  bottom:42px;
}
.contact{
  display:none !important;
}
@media(max-width:1080px){
  .account-final-inner{
    grid-template-columns:1fr;
    gap:28px;
  }
  .account-final-copy{
    max-width:none;
  }
  .account-final-visual{
    min-height:auto;
  }
  .account-visual-orb{
    right:10%;
    width:320px;
    height:320px;
  }
}
@media(max-width:680px){
  .account-final-inner{
    min-height:auto;
    padding:58px 22px 64px;
  }
  .account-final-inner h2{
    font-size:clamp(42px, 14vw, 68px);
  }
  .account-final-lead{
    font-size:16px;
  }
  .account-final-points{
    gap:10px;
  }
  .account-final-points li{
    width:100%;
    justify-content:flex-start;
  }
  .account-final-actions{
    flex-direction:column;
  }
  .account-final-actions .btn{
    width:100%;
  }
  .account-visual-card{
    padding:16px;
    border-radius:24px;
  }
  .account-visual-topbar,
  .account-visual-hero,
  .account-visual-footer{
    padding:14px;
  }
  .account-visual-hero{
    grid-template-columns:1fr;
  }
  .account-visual-grid{
    grid-template-columns:1fr;
  }
  .account-floating-card--one{
    right:10px;
    top:18px;
  }
  .account-floating-card--two{
    left:4px;
    bottom:18px;
  }
}


/* r40: real CTA image instead of CSS mockup */
.account-final-cta--image{
  width:100%;
  max-width:none;
  padding-left:0;
  padding-right:0;
  overflow:hidden;
}
.account-final-cta--image .account-final-inner{
  position:relative;
  width:100%;
  min-height:620px;
  padding:86px max(32px, calc((100vw - 1280px) / 2)) 92px;
  display:grid;
  grid-template-columns:minmax(420px,.82fr) minmax(560px,1.18fr);
  align-items:center;
  gap:48px;
  border-top:1px solid rgba(66,164,255,.16);
  border-bottom:1px solid rgba(66,164,255,.16);
  background:
    radial-gradient(circle at 75% 45%, rgba(8,119,255,.20), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(66,164,255,.08), transparent 26%),
    linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    rgba(4,12,24,.88);
  isolation:isolate;
  overflow:hidden;
}
.account-final-cta--image .account-final-inner::before{
  content:"";
  position:absolute;
  inset:-18% -8%;
  z-index:-1;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(8,119,255,.12) 44%, transparent 58% 100%),
    radial-gradient(circle at 84% 52%, rgba(8,119,255,.14), transparent 30%);
  filter:blur(14px);
  opacity:.95;
}
.account-final-cta--image .account-final-inner::after{
  content:"";
  position:absolute;
  right:-8vw;
  top:50%;
  width:min(52vw, 760px);
  height:min(52vw, 760px);
  transform:translateY(-50%);
  border-radius:999px;
  background:
    radial-gradient(circle at center, rgba(8,119,255,.14), rgba(8,119,255,.04) 44%, transparent 68%),
    conic-gradient(from 210deg, rgba(8,119,255,.16), transparent 42%, rgba(255,255,255,.05), transparent 76%, rgba(8,119,255,.13));
  pointer-events:none;
  opacity:.8;
}
.account-final-cta--image .account-final-copy{
  position:relative;
  z-index:3;
  max-width:610px;
}
.account-final-cta--image .account-final-inner h2{
  max-width:620px;
  margin-bottom:18px;
  font-size:clamp(54px, 6.8vw, 108px);
  line-height:.88;
  letter-spacing:-.08em;
}
.account-final-cta--image .account-final-lead{
  max-width:650px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.account-final-image-wrap{
  position:relative;
  z-index:2;
  width:min(100%, 980px);
  justify-self:end;
  transform:perspective(1400px) rotateY(-7deg) rotateX(2deg);
  transform-origin:center;
  border-radius:34px;
  filter:drop-shadow(0 34px 80px rgba(0,0,0,.42)) drop-shadow(0 0 34px rgba(8,119,255,.12));
}
.account-final-image-wrap::before{
  content:"";
  position:absolute;
  inset:8% 4% -4%;
  z-index:-1;
  border-radius:34px;
  background:radial-gradient(circle at center, rgba(8,119,255,.22), transparent 70%);
  filter:blur(30px);
}
.account-final-image-wrap img{
  display:block;
  width:100%;
  height:auto;
  border-radius:30px;
  border:1px solid rgba(66,164,255,.20);
  box-shadow:0 0 0 1px rgba(255,255,255,.04) inset;
}
.account-final-cta--image .account-final-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.account-final-cta--image .account-final-points li{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(66,164,255,.16);
  border-radius:999px;
  background:rgba(9,24,42,.62);
  color:var(--text);
  font-size:14px;
  font-weight:700;
}
.account-final-cta--image .account-final-points li::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(180deg, var(--blue), var(--blue2));
  box-shadow:0 0 12px rgba(8,119,255,.45);
}
.account-final-cta--image .account-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.account-final-cta--image .account-final-actions .btn{
  min-height:58px;
  padding-inline:26px;
}
.account-final-visual,
.account-visual-card,
.account-visual-orb,
.account-floating-card{
  display:none !important;
}
@media(max-width:1160px){
  .account-final-cta--image .account-final-inner{
    grid-template-columns:1fr;
    gap:34px;
  }
  .account-final-cta--image .account-final-copy{
    max-width:760px;
  }
  .account-final-image-wrap{
    justify-self:center;
    transform:perspective(1400px) rotateY(0deg) rotateX(0deg);
    width:min(100%, 920px);
  }
}
@media(max-width:680px){
  .account-final-cta--image .account-final-inner{
    min-height:auto;
    padding:58px 22px 64px;
  }
  .account-final-cta--image .account-final-inner h2{
    font-size:clamp(44px, 14vw, 72px);
  }
  .account-final-cta--image .account-final-lead{
    font-size:16px;
  }
  .account-final-cta--image .account-final-points li{
    width:100%;
  }
  .account-final-cta--image .account-final-actions{
    flex-direction:column;
  }
  .account-final-cta--image .account-final-actions .btn{
    width:100%;
  }
  .account-final-image-wrap{
    width:132%;
    margin-left:-16%;
    margin-right:-16%;
    border-radius:24px;
  }
  .account-final-image-wrap img{
    border-radius:22px;
  }
}


/* r41 CTA: HQ panel + parallax + stronger actions */
.account-final-cta--image .account-final-inner{
  min-height:680px;
  padding:88px max(32px, calc((100vw - 1320px) / 2)) 96px;
  grid-template-columns:minmax(420px,.8fr) minmax(660px,1.2fr);
  gap:56px;
}
.account-final-cta--image .account-final-inner::before{
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(8,119,255,.16) 42%, transparent 58% 100%),
    radial-gradient(circle at 84% 52%, rgba(8,119,255,.16), transparent 34%);
}
.account-final-cta--image .account-final-inner h2{
  max-width:640px;
  font-size:clamp(58px, 7.2vw, 112px);
  line-height:.9;
}
.account-final-kicker{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin:4px 0 18px;
  color:var(--blue2);
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.account-final-kicker::before{
  content:"";
  width:42px;
  height:1px;
  background:rgba(66,164,255,.48);
}
.account-final-cta--image .account-final-lead{
  max-width:620px;
  font-size:19px;
  line-height:1.78;
}
.account-final-cta--image .account-final-points{
  margin:30px 0 0;
}
.account-final-cta--image .account-final-points li{
  min-height:46px;
  padding:0 18px;
  font-size:15px;
  background:rgba(8,19,38,.74);
}
.account-final-cta--image .account-final-actions{
  gap:16px;
  margin-top:34px;
}
.account-final-cta--image .account-final-actions .btn{
  min-height:56px;
  padding-inline:28px;
  border-radius:14px;
  font-size:15px;
}
.account-final-cta--image .account-final-actions .btn.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#1384ff,#005de8);
  box-shadow:0 18px 42px rgba(0,112,255,.28);
  border:0;
}
.account-final-cta--image .account-final-actions .btn.btn-ghost{
  color:#eff6ff;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.account-final-image-wrap{
  width:min(100%, 1140px);
  perspective:1800px;
  transform:none;
  filter:none;
}
.account-final-image-wrap::before{
  inset:10% 8% -2%;
  background:radial-gradient(circle at center, rgba(8,119,255,.26), transparent 72%);
}
.account-final-image-card{
  position:relative;
  transform:
    translate3d(var(--cta-parallax-x,0px), var(--cta-parallax-y,0px), 0)
    rotateY(-8deg)
    rotateX(3deg)
    scale(var(--cta-parallax-scale,1));
  transform-origin:center;
  will-change:transform;
  transition:transform .16s linear;
}
.account-final-image-card::after{
  content:"";
  position:absolute;
  inset:auto 7% -8% 7%;
  height:16%;
  border-radius:50%;
  background:radial-gradient(circle at center, rgba(0,0,0,.38), transparent 72%);
  filter:blur(18px);
  z-index:-1;
}
.account-final-image-wrap img{
  width:100%;
  border-radius:30px;
  border:1px solid rgba(66,164,255,.24);
  box-shadow:0 34px 84px rgba(0,0,0,.44), 0 0 0 1px rgba(255,255,255,.045) inset;
}
@media(max-width:1160px){
  .account-final-cta--image .account-final-inner{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .account-final-image-wrap{
    width:min(100%, 980px);
  }
  .account-final-image-card{
    transform:translate3d(var(--cta-parallax-x,0px), var(--cta-parallax-y,0px), 0) scale(var(--cta-parallax-scale,1));
  }
}
@media(max-width:680px){
  .account-final-cta--image .account-final-inner{
    padding:56px 22px 66px;
  }
  .account-final-kicker{
    line-height:1.5;
    letter-spacing:.13em;
  }
  .account-final-cta--image .account-final-inner h2{
    font-size:clamp(46px, 14vw, 76px);
  }
  .account-final-cta--image .account-final-lead{
    font-size:16px;
  }
  .account-final-image-wrap{
    width:100%;
  }
  .account-final-image-wrap img{
    border-radius:22px;
  }
}


/* r42 CTA: unified heading scale + button hover */
.account-final-cta--image .account-final-inner h2{
  max-width:560px;
  font-size:clamp(40px, 4.8vw, 72px);
  line-height:.98;
  letter-spacing:-.06em;
}
.account-final-cta--image .account-final-actions .btn{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}
.account-final-cta--image .account-final-actions .btn:hover{
  transform:translateY(-2px);
}
.account-final-cta--image .account-final-actions .btn.btn-primary:hover{
  background:linear-gradient(135deg,#2892ff,#0a67f0);
  box-shadow:0 22px 52px rgba(0,112,255,.34);
}
.account-final-cta--image .account-final-actions .btn.btn-ghost:hover{
  color:#fff;
  background:rgba(8,119,255,.11);
  border-color:rgba(66,164,255,.34);
  box-shadow:0 14px 34px rgba(0,0,0,.22), inset 0 0 0 1px rgba(66,164,255,.14);
}
@media(max-width:680px){
  .account-final-cta--image .account-final-inner h2{
    font-size:clamp(38px, 11vw, 56px);
  }
}


/* r43: stronger CTA image entrance + professional footer */
.reveal-cta-image{
  opacity:0;
  transform:translate3d(56px,42px,0) scale(.9) rotate(-2.2deg);
  filter:blur(8px);
  transition:opacity .9s ease, transform 1.05s cubic-bezier(.2,.9,.2,1), filter .9s ease;
}
.reveal-cta-image.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1) rotate(0deg);
  filter:blur(0);
}
.reveal-cta-image.is-visible .account-final-image-card{
  animation:ctaPanelRise .9s cubic-bezier(.18,.86,.24,1.02);
}
@keyframes ctaPanelRise{
  0%{
    transform:translate3d(var(--cta-parallax-x,0px), calc(var(--cta-parallax-y,0px) + 20px), 0) rotateY(-12deg) rotateX(5deg) scale(.94);
    opacity:.4;
  }
  100%{
    transform:translate3d(var(--cta-parallax-x,0px), var(--cta-parallax-y,0px), 0) rotateY(-8deg) rotateX(3deg) scale(var(--cta-parallax-scale,1));
    opacity:1;
  }
}
@media(max-width:980px){
  .footer-top{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:680px){
  .footer.footer-company{
    padding:36px 0 26px;
  }
  .footer-top{
    grid-template-columns:1fr;
    gap:26px;
  }
  .footer-logo img{
    width:170px;
  }
  .footer-bottom{
    margin-top:24px;
    padding-top:16px;
    flex-direction:column;
    gap:8px;
  }
}


/* r44: final static menu section navigation */
.desktop-nav{
  gap:28px;
}
.desktop-nav a{
  white-space:nowrap;
}
.nav-cta{
  min-width:210px;
  justify-content:center;
  white-space:nowrap;
}
@media(max-width:680px){
  .nav-cta{
    min-width:0;
  }
}


/* r45: real header menu fix */
.nav{
  gap:28px;
}
.nav a{
  white-space:nowrap;
}
.header-cta{
  white-space:nowrap;
  min-width:230px;
  justify-content:center;
}
@media(max-width:680px){
  .header-cta{
    min-width:0;
  }
}


/* r46: offer section anchor fix */
#home,
#oferta,
#funkcje,
#projekty,
#proces,
#konto{
  scroll-margin-top:110px;
}


/* r47: module popups with real visual examples */
.module-modal-panel{
  width:min(1280px, calc(100vw - 48px)) !important;
}
.module-modal-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr) !important;
  gap:24px !important;
}
.module-mockup{
  padding:0 !important;
  min-height:auto !important;
  overflow:hidden !important;
  background:rgba(7,18,32,.72) !important;
}
.module-visual-card{
  margin:0;
  position:relative;
  display:grid;
  height:100%;
  min-height:520px;
  background:
    radial-gradient(circle at 72% 20%, rgba(8,119,255,.16), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(5,14,28,.94);
}
.module-visual-img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(1.04) contrast(1.02);
  transform:scale(1.01);
}
.module-visual-card::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:38%;
  background:linear-gradient(0deg, rgba(3,10,22,.92), rgba(3,10,22,.54) 46%, transparent);
  pointer-events:none;
}
.module-visual-card figcaption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding:16px;
  border:1px solid rgba(66,164,255,.18);
  border-radius:18px;
  background:rgba(5,14,28,.72);
  backdrop-filter:blur(12px);
}
.module-visual-card figcaption strong{
  color:#fff;
  font-size:18px;
}
.module-visual-card figcaption span{
  max-width:360px;
  color:#aebfd4;
  font-size:13px;
  line-height:1.5;
  text-align:right;
}
.module-modal-content > div{
  background:
    radial-gradient(circle at 100% 0%, rgba(8,119,255,.08), transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(7,18,32,.72) !important;
}
.module-modal-content h4{
  font-size:19px !important;
}
.module-list{
  padding-left:0 !important;
  list-style:none !important;
}
.module-list li{
  position:relative;
  padding-left:24px;
}
.module-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(180deg, var(--blue), var(--blue2));
  box-shadow:0 0 12px rgba(8,119,255,.45);
}
.module-tags{
  align-content:start;
}
@media(max-width:1050px){
  .module-modal-grid{
    grid-template-columns:1fr !important;
  }
  .module-visual-card,
  .module-visual-img{
    min-height:420px;
  }
}
@media(max-width:680px){
  .module-modal-panel{
    width:calc(100vw - 18px) !important;
    max-height:calc(100vh - 18px) !important;
  }
  .module-visual-card,
  .module-visual-img{
    min-height:300px;
  }
  .module-visual-card figcaption{
    display:grid;
  }
  .module-visual-card figcaption span{
    text-align:left;
  }
}

/* r48: branded blue scrollbars */
html{
  scrollbar-width:thin;
  scrollbar-color:rgba(8,119,255,.88) rgba(8,18,34,.82);
}
body,
.module-modal-panel,
.feature-slider,
.features .feature-slider,
.project-slider,
.projects .project-slider{
  scrollbar-width:thin;
  scrollbar-color:rgba(8,119,255,.88) rgba(8,18,34,.82);
}
body::-webkit-scrollbar,
.module-modal-panel::-webkit-scrollbar,
.feature-slider::-webkit-scrollbar,
.features .feature-slider::-webkit-scrollbar,
.project-slider::-webkit-scrollbar,
.projects .project-slider::-webkit-scrollbar{
  width:10px;
  height:10px;
}
body::-webkit-scrollbar-track,
.module-modal-panel::-webkit-scrollbar-track,
.feature-slider::-webkit-scrollbar-track,
.features .feature-slider::-webkit-scrollbar-track,
.project-slider::-webkit-scrollbar-track,
.projects .project-slider::-webkit-scrollbar-track{
  background:linear-gradient(180deg, rgba(6,14,28,.92), rgba(10,23,42,.86));
  border-radius:999px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
body::-webkit-scrollbar-thumb,
.module-modal-panel::-webkit-scrollbar-thumb,
.feature-slider::-webkit-scrollbar-thumb,
.features .feature-slider::-webkit-scrollbar-thumb,
.project-slider::-webkit-scrollbar-thumb,
.projects .project-slider::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg, rgba(58,153,255,.98), rgba(8,119,255,.82));
  border-radius:999px;
  border:2px solid rgba(7,18,32,.88);
  box-shadow:0 0 0 1px rgba(66,164,255,.12), 0 0 18px rgba(8,119,255,.24);
}
body::-webkit-scrollbar-thumb:hover,
.module-modal-panel::-webkit-scrollbar-thumb:hover,
.feature-slider::-webkit-scrollbar-thumb:hover,
.features .feature-slider::-webkit-scrollbar-thumb:hover,
.project-slider::-webkit-scrollbar-thumb:hover,
.projects .project-slider::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg, rgba(122,195,255,1), rgba(24,133,255,.95));
}
body::-webkit-scrollbar-corner,
.module-modal-panel::-webkit-scrollbar-corner,
.feature-slider::-webkit-scrollbar-corner,
.features .feature-slider::-webkit-scrollbar-corner,
.project-slider::-webkit-scrollbar-corner,
.projects .project-slider::-webkit-scrollbar-corner{
  background:transparent;
}


/* r49: global transparent brand logo */
.site-logo,
.footer-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.site-logo img,
.footer-logo img,
.header-logo img{
  display:block;
  width:auto;
  height:auto;
  object-fit:contain;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Header/menu logo size */
.site-logo img,
.header-logo img{
  max-width:104px;
  max-height:46px;
}

/* Footer logo size */
.footer-logo img{
  max-width:190px;
  max-height:92px;
}

/* remove old logo tile/card background if present */
.logo,
.logo-wrap,
.brand-logo{
  background:transparent !important;
  box-shadow:none !important;
}

@media(max-width:680px){
  .site-logo img,
  .header-logo img{
    max-width:82px;
    max-height:38px;
  }
  .footer-logo img{
    max-width:170px;
    max-height:82px;
  }
}


/* r50: readable horizontal logo source for menu and footer */
.site-logo,
.header-logo,
.footer-logo{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.site-logo img,
.header-logo img,
.footer-logo img{
  display:block;
  width:auto;
  object-fit:contain;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* one global image, local size only */
.site-logo img,
.header-logo img{
  height:42px !important;
  max-width:190px !important;
  max-height:none !important;
}
.footer-logo img{
  height:72px !important;
  max-width:320px !important;
  max-height:none !important;
}

@media(max-width:680px){
  .site-logo img,
  .header-logo img{
    height:34px !important;
    max-width:150px !important;
  }
  .footer-logo img{
    height:62px !important;
    max-width:270px !important;
  }
}


/* r51: aligned project demo buttons + precise section anchors */
:root{
  --header-anchor-offset: 112px;
}
#home,
#oferta,
#funkcje,
#projekty,
#proces,
#konto{
  scroll-margin-top: var(--header-anchor-offset) !important;
}

/* realizacje: buttons pinned to bottom of every card */
.projects .project-card,
.project-card{
  display:flex !important;
  flex-direction:column !important;
  height:auto;
}
.projects .project-card .project-card-body,
.project-card .project-card-body,
.projects .project-card > div:last-child,
.project-card > div:last-child{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.projects .project-card p,
.project-card p{
  flex:1 1 auto;
}
.projects .project-card .project-demo,
.project-card .project-demo,
.projects .project-card a[href*="demo"],
.project-card a[href*="demo"]{
  margin-top:auto !important;
  align-self:flex-start;
}
.projects .project-slider{
  align-items:stretch;
}
.projects .project-card{
  min-height:360px;
}
@media(max-width:680px){
  :root{
    --header-anchor-offset: 92px;
  }
  .projects .project-card{
    min-height:340px;
  }
}


/* WordPress theme v1: auth and portal placeholders */
.auth-page,
.portal-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 75% 20%, rgba(8,119,255,.18), transparent 34%),
    linear-gradient(180deg, #061325, #020814 80%);
  color:var(--text);
}
.auth-shell{
  width:min(760px, calc(100% - 36px));
  min-height:100vh;
  margin:0 auto;
  display:grid;
  place-items:center;
  padding:64px 0;
}
.auth-card{
  width:100%;
  padding:42px;
  border:1px solid rgba(66,164,255,.18);
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)), rgba(7,18,32,.86);
  box-shadow:0 32px 90px rgba(0,0,0,.35);
}
.auth-logo img{
  height:54px;
  width:auto;
  margin-bottom:28px;
}
.auth-card h1{
  font-size:clamp(42px, 7vw, 72px);
  letter-spacing:-.07em;
  margin:14px 0 14px;
}
.auth-card p{
  color:var(--muted);
  line-height:1.7;
}
.auth-form{
  display:grid;
  gap:16px;
  margin-top:28px;
}
.auth-form label{
  display:grid;
  gap:8px;
  color:#dfe8f5;
  font-weight:800;
}
.auth-form input,
.auth-form select{
  width:100%;
  min-height:54px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  color:#fff;
  padding:0 16px;
}
.auth-link{
  display:inline-flex;
  margin-top:22px;
  color:var(--blue2);
  font-weight:800;
}
.portal-page{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
}
.portal-sidebar{
  min-height:100vh;
  padding:28px 18px;
  border-right:1px solid rgba(255,255,255,.08);
  background:rgba(3,10,22,.62);
}
.portal-logo img{
  height:52px;
  width:auto;
  margin-bottom:34px;
}
.portal-sidebar nav{
  display:grid;
  gap:8px;
}
.portal-sidebar nav a{
  padding:14px 16px;
  border-radius:14px;
  color:var(--muted);
  font-weight:800;
}
.portal-sidebar nav a.is-active,
.portal-sidebar nav a:hover{
  color:#fff;
  background:linear-gradient(135deg, rgba(8,119,255,.28), rgba(8,119,255,.08));
}
.portal-main{
  padding:42px;
}
.portal-header{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
  margin-bottom:28px;
}
.portal-header h1{
  font-size:clamp(40px, 5vw, 76px);
  letter-spacing:-.07em;
  line-height:.95;
  margin:12px 0;
}
.portal-header p{
  color:var(--muted);
}
.portal-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}
.portal-card{
  min-height:190px;
  padding:24px;
  border:1px solid rgba(66,164,255,.14);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), rgba(7,18,32,.76);
  box-shadow:0 18px 50px rgba(0,0,0,.2);
}
.portal-card-wide{
  grid-column:span 4;
}
.portal-card h2{
  margin-bottom:10px;
}
.portal-card p{
  color:var(--muted);
  line-height:1.7;
}
.portal-progress{
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  overflow:hidden;
  margin:24px 0 16px;
}
.portal-progress span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg, var(--blue), var(--blue2));
}
@media(max-width:1050px){
  .portal-page{
    grid-template-columns:1fr;
  }
  .portal-sidebar{
    min-height:auto;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .portal-sidebar nav{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
  .portal-grid{
    grid-template-columns:1fr 1fr;
  }
  .portal-card-wide{
    grid-column:span 2;
  }
}
@media(max-width:680px){
  .auth-card{
    padding:28px;
  }
  .portal-main{
    padding:26px 18px;
  }
  .portal-header{
    display:grid;
  }
  .portal-sidebar nav,
  .portal-grid{
    grid-template-columns:1fr;
  }
  .portal-card-wide{
    grid-column:span 1;
  }
}


/* WordPress v2 install fix: fallback page styles */
.wp-fallback-page{
  min-height:70vh;
  background:
    radial-gradient(circle at 72% 20%, rgba(8,119,255,.16), transparent 34%),
    linear-gradient(180deg, #061325, #020814 80%);
  color:var(--text);
}
.wp-content{
  color:var(--muted);
  line-height:1.8;
}
.wp-content a{
  color:var(--blue2);
}


/* v7: oferta na home — zachowany poprzedni wygląd kafelków */
.offer-variant-grid{
  overflow:visible;
}

.offer-variant{
  min-height:330px;
  overflow:visible;
}

.offer-variant.featured{
  transform:translateY(-8px);
  border-color:rgba(8,119,255,.55);
}

.offer-variant.featured:hover,
.offer-variant.featured:focus-visible{
  transform:translateY(-14px);
}

.offer-variant .variant-badge{
  left:18px;
  right:18px;
  top:-26px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px 18px 10px 10px;
  background:linear-gradient(135deg, #1384ff, #005de8);
  color:#fff;
  padding:0 14px;
  font-size:13px;
  font-weight:950;
  letter-spacing:0;
  box-shadow:0 20px 46px rgba(8,119,255,.28);
  z-index:4;
}

.offer-variant .offer-price{
  display:block;
  margin-top:auto;
  padding-top:24px;
  color:#fff;
  font-size:clamp(28px,2.3vw,38px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:950;
}

.offer-variant .offer-action{
  width:max-content;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:0 18px;
  border:1px solid rgba(66,164,255,.32);
  border-radius:999px;
  color:#fff;
  background:rgba(8,119,255,.06);
  font-size:14px;
  font-weight:900;
  letter-spacing:0;
  transition:transform .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.offer-variant:hover .offer-action,
.offer-variant:focus-visible .offer-action{
  transform:translateX(4px);
  background:rgba(8,119,255,.16);
  border-color:rgba(66,164,255,.62);
  box-shadow:0 16px 38px rgba(8,119,255,.16);
  color:#fff;
}

.offer-variant.featured .offer-action{
  background:linear-gradient(135deg,#1384ff,#005de8);
  border-color:rgba(8,119,255,.8);
  box-shadow:0 18px 42px rgba(8,119,255,.22);
}

@media(max-width:900px){
  .offer-variant.featured{
    transform:none;
  }

  .offer-variant.featured:hover,
  .offer-variant.featured:focus-visible{
    transform:translateY(-8px);
  }
}


/* v51: complete mobile header menu with login/account section */
.nav-account-mobile{display:none}
@media(max-width:1050px){
  .site-header{z-index:1500}
  .nav.is-open{
    max-height:min(76vh,680px);
    overflow-y:auto;
    overscroll-behavior:contain;
    grid-template-columns:1fr;
    gap:4px;
    box-shadow:0 28px 80px rgba(0,0,0,.55);
  }
  .nav.is-open>a{display:flex;align-items:center;min-height:46px;padding:10px 12px;border-radius:11px}
  .nav.is-open>a:hover{background:rgba(24,126,244,.12)}
  .nav-account-mobile{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:10px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.1);
  }
  .nav-account-mobile a{
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border:1px solid rgba(73,154,255,.22);
    border-radius:12px;
    color:#eaf3ff;
    font-weight:850;
    text-align:center;
  }
  .nav-account-mobile .nav-account-primary{background:linear-gradient(135deg,#1384ff,#005de8);border-color:transparent;color:#fff}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .menu-toggle span{transition:transform .2s ease,opacity .2s ease}
}
@media(max-width:680px){
  .nav.is-open{top:calc(100% + 8px);left:0;right:0;border-radius:18px;padding:14px}
  .nav-account-mobile{grid-template-columns:1fr}
}


/* v52: mobile offer spacing and touch-friendly module slider */
@media (max-width: 900px){
  .offer-variant-grid{
    row-gap:46px;
  }
  .offer-variant.featured{
    margin-top:4px;
  }
}

@media (max-width: 767px){
  .features .feature-slider,
  .feature-slider{
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    touch-action:pan-y;
    scroll-behavior:auto;
  }
  .feature-slide,
  .feature-slide *{
    touch-action:pan-y;
  }
}

/* v53: mobile viewport containment + native touch slider */
@media (max-width: 900px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
    overscroll-behavior-x:none;
  }

  @supports (overflow:clip){
    html,
    body{
      overflow-x:clip;
    }
  }

  #page,
  .site,
  .site-main,
  main,
  header,
  footer,
  .hero-home,
  .section,
  .features,
  .projects,
  .process-client,
  .account-final-cta,
  .account-final-inner{
    max-width:100%;
    min-width:0;
  }

  img,
  svg,
  video,
  canvas,
  iframe{
    max-width:100%;
  }

  /* Decorative content may be wider internally, but never widens the page. */
  .hero-home,
  .features,
  .projects,
  .process-client,
  .account-final-cta{
    overflow-x:hidden;
  }

  @supports (overflow:clip){
    .hero-home,
    .features,
    .projects,
    .process-client,
    .account-final-cta{
      overflow-x:clip;
    }
  }

  .account-final-image-wrap{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }

  /* Horizontal tracks scroll inside their own viewport, not the page. */
  .features .feature-slider,
  .projects .project-slider{
    width:100%;
    max-width:100%;
    min-width:0;
    margin-left:0;
    margin-right:0;
    box-sizing:border-box;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    touch-action:pan-x pan-y;
    scroll-behavior:auto;
    scrollbar-width:none;
  }

  .features .feature-slider::-webkit-scrollbar,
  .projects .project-slider::-webkit-scrollbar{
    display:none;
  }

  .feature-slide,
  .feature-slide *,
  .project-slide,
  .project-slide *{
    min-width:0;
  }
}

@media (max-width: 767px){
  .features .section-head,
  .projects .section-head{
    width:auto;
    max-width:none;
    margin-left:22px;
    margin-right:22px;
  }

  .features .feature-slider,
  .projects .project-slider{
    padding:18px 22px 28px;
    scroll-padding-inline:22px;
    scroll-snap-type:x proximity;
  }

  .features .feature-slider{
    grid-auto-columns:minmax(260px, calc(100% - 86px));
  }

  .projects .project-slider{
    grid-auto-columns:minmax(270px, calc(100% - 62px));
  }

  .feature-slide,
  .project-slide{
    scroll-snap-align:start;
    scroll-snap-stop:normal;
    touch-action:pan-x pan-y;
  }

  /* Touch devices use native momentum scrolling. Hover transforms can feel sticky. */
  .feature-slide:hover,
  .feature-slide:focus-visible{
    transform:none;
  }
}

@media (prefers-reduced-motion:reduce){
  .hero-actions .btn{transition:none}
  .demo-layer{animation:none;translate:0 0}
}

/* v101: editable project cards and administrator shortcuts */
.project-empty-state{
  width:min(1180px,calc(100% - 44px));
  margin:20px auto 0;
  padding:24px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:rgba(255,255,255,.035);
  text-align:center;
}
.project-empty-state p{margin:0 0 16px;color:var(--muted)}
.portal-card-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.portal-card-actions .btn{width:auto}
