:root{
  --bg:#030b14;
  --text:#f4f7fb;
  --muted:#a7b6c9;
  --blue:#16b8ff;
  --blue2:#2563eb;
  --panel:#0b1422;
  --line:#1e3b56;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(circle at 82% 38%, rgba(0,98,255,.20), transparent 30%),
    radial-gradient(circle at 12% 4%, rgba(0,188,255,.10), transparent 30%),
    linear-gradient(135deg,#03101a 0%,#020812 58%,#020611 100%);
  min-height:100vh;
}
a{text-decoration:none;color:inherit}
.topbar{
  min-height:158px;
  padding:26px 42px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:30px;
  border-bottom:1px solid rgba(22,184,255,.18);
  background:rgba(2,8,18,.70);
  backdrop-filter:blur(18px);
  overflow:hidden;
}
.brand{display:block;flex:0 0 auto}
.brand img{
  width:460px;
  max-width:36vw;
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 0 26px rgba(22,184,255,.20));
}
.brand span{font-size:42px;font-weight:900}
.mainnav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
  padding-top:42px;
  color:#c9d5e3;
  font-size:15px;
  white-space:nowrap;
}
.mainnav a{opacity:.9;transition:.18s}
.mainnav a:hover,.mainnav .active{color:#19bfff;opacity:1}
.mainnav .active{border-bottom:2px solid #19bfff;padding-bottom:10px}
.client-btn{
  padding:13px 18px;
  border:1px solid rgba(22,184,255,.55);
  border-radius:9px;
  color:#fff!important;
  background:rgba(10,22,36,.55);
}
.langs{color:#e5edf7;opacity:.9}
.hero{
  min-height:650px;
  padding:100px 42px 62px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:76px;
  align-items:center;
}
.eyebrow{
  color:#16b8ff;
  font-size:18px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:42px;
}
.hero h1{
  margin:0;
  font-size:clamp(48px,5.5vw,82px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:900;
  text-shadow:0 0 28px rgba(255,255,255,.08);
}
.hero p,.lead{
  max-width:780px;
  margin:28px 0 0;
  font-size:23px;
  line-height:1.55;
  color:var(--muted);
}
.actions{display:flex;gap:28px;margin-top:48px;flex-wrap:wrap}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:60px;
  padding:0 30px;
  border-radius:12px;
  border:0;
  font-size:18px;
  font-weight:800;
  cursor:pointer;
}
.btn.primary{
  background:linear-gradient(135deg,#20c6ff,#1d54ff);
  color:#fff;
  box-shadow:0 20px 55px rgba(0,104,255,.35);
}
.btn.secondary{
  background:rgba(3,11,20,.38);
  border:1px solid rgba(22,184,255,.6);
}
.hero-right{display:flex;justify-content:center}
.arch-card{
  width:100%;
  max-width:680px;
  padding:42px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(13,22,35,.88),rgba(7,14,24,.82));
  border:1px solid rgba(101,160,203,.38);
  box-shadow:0 0 0 1px rgba(255,255,255,.03) inset,0 0 60px rgba(22,184,255,.10);
}
.arch-card h2{margin:0 0 28px;font-size:26px;letter-spacing:-.03em}
.arch-item{
  display:grid;
  grid-template-columns:70px 1fr;
  align-items:center;
  min-height:84px;
  padding:0 26px;
  border-radius:13px;
  background:linear-gradient(180deg,rgba(17,32,52,.86),rgba(11,22,36,.86));
  border:1px solid rgba(72,119,160,.32);
}
.arch-item strong{font-size:19px}
.ico{
  color:#16b8ff;
  font-size:34px;
  font-weight:800;
  text-shadow:0 0 22px rgba(22,184,255,.65);
}
.arrow{text-align:center;color:#16b8ff;font-size:26px;line-height:30px}
.tech-strip{
  margin:0 42px 70px;
  padding:30px 0;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid rgba(122,159,190,.18);
  border-bottom:1px solid rgba(122,159,190,.18);
}
.tech{
  display:flex;
  gap:20px;
  align-items:center;
  padding:0 22px;
  min-height:90px;
  border-right:1px solid rgba(122,159,190,.18);
}
.tech:last-child{border-right:0}
.tech-icon{
  min-width:60px;height:60px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  color:#16b8ff;font-size:28px;font-weight:900;
  border:1px solid rgba(101,160,203,.42);
  background:rgba(7,17,30,.65);
}
.tech strong{display:block;font-size:18px;margin-bottom:6px}
.tech span{display:block;color:var(--muted);font-size:15px}
.section{padding:70px 42px}
.section h1,.section h2{
  font-size:44px;
  margin:0 0 28px;
  letter-spacing:-.04em;
}
.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(122,159,190,.22);
  border-radius:18px;
  overflow:hidden;
  background:rgba(3,10,18,.42);
}
.cards article{
  padding:34px;
  border-right:1px solid rgba(122,159,190,.18);
}
.cards article:last-child{border-right:0}
.cards h3{font-size:22px;margin:0 0 12px}
.cards p{color:var(--muted);margin:0;font-size:16px}
.authBox{
  width:min(500px,92vw);
  margin:80px auto;
  padding:34px;
  background:rgba(12,20,34,.86);
  border:1px solid rgba(122,159,190,.25);
  border-radius:24px;
}
.authBox.wide{width:min(760px,92vw)}
.authBox h1{margin-top:0;font-size:36px}
label{display:block;color:#d6e2ef;margin:16px 0 8px;font-weight:700}
input,textarea{
  width:100%;
  margin-top:8px;
  border:1px solid #334155;
  background:#020817;
  color:#fff;
  border-radius:14px;
  padding:14px 15px;
  font:inherit;
}
.notice{
  margin:24px auto 0;
  width:min(900px,92vw);
  padding:14px 18px;
  border-radius:16px;
}
.notice.ok{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.3)}
.notice.err{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3)}
.footer{
  margin-top:40px;
  padding:40px 42px;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  border-top:1px solid rgba(122,159,190,.18);
}
.footer strong{color:#fff}
@media(max-width:1350px){
  .brand img{width:360px}
  .mainnav{gap:14px;font-size:14px}
}
@media(max-width:1100px){
  .topbar{height:auto;flex-direction:column}
  .brand img{width:330px;max-width:90vw}
  .mainnav{padding-top:0;flex-wrap:wrap;justify-content:flex-start}
  .hero{grid-template-columns:1fr;padding-top:70px}
  .tech-strip{grid-template-columns:1fr 1fr}
  .cards{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .topbar,.hero,.section,.footer{padding-left:22px;padding-right:22px}
  .brand img{width:285px}
  .hero h1{font-size:43px}
  .hero p,.lead{font-size:18px}
  .tech-strip{margin-left:22px;margin-right:22px;grid-template-columns:1fr}
  .tech{border-right:0;border-bottom:1px solid rgba(122,159,190,.18)}
  .cards{grid-template-columns:1fr}
  .cards article{border-right:0;border-bottom:1px solid rgba(122,159,190,.18)}
  .footer{flex-direction:column;gap:12px}
}

/* eRNET OFFICIAL LOGO FIX */
.brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;overflow:visible!important;background:transparent!important}
.brand img{
  width:520px!important;
  max-width:36vw!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  display:block!important;
  background:transparent!important;
  border:0!important;
  filter:drop-shadow(0 0 28px rgba(22,184,255,.20))!important;
}
.topbar{
  min-height:150px!important;
  align-items:flex-start!important;
  overflow:hidden!important;
}
.authBox input:-webkit-autofill,
.authBox input:-webkit-autofill:hover,
.authBox input:-webkit-autofill:focus{
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 0 0 1000px #020817 inset!important;
  caret-color:#fff!important;
}
@media(max-width:1350px){.brand img{width:430px!important;max-width:34vw!important}}
@media(max-width:1100px){.brand img{width:360px!important;max-width:90vw!important}.topbar{min-height:auto!important}}
@media(max-width:650px){.brand img{width:300px!important;max-width:92vw!important}}

/* eRNET transparent PNG logo fix */
.brand{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.brand img{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  width:520px !important;
  max-width:36vw !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  filter:drop-shadow(0 0 22px rgba(22,184,255,.18)) !important;
}

.topbar{
  overflow:hidden !important;
}

@media(max-width:1350px){
  .brand img{width:420px !important; max-width:42vw !important;}
}

@media(max-width:1100px){
  .brand img{width:340px !important; max-width:90vw !important;}
}

@media(max-width:650px){
  .brand img{width:285px !important; max-width:90vw !important;}
}

/* transparent logo final */
.brand img{
background:transparent !important;
mix-blend-mode:screen;
box-shadow:none !important;
filter:drop-shadow(0 0 18px rgba(0,180,255,.18));
width:430px !important;
height:auto !important;
object-fit:contain;
}

/* ===== RESCUE FIX ===== */

body{
overflow-x:hidden!important;
}

.topbar{
min-height:96px!important;
height:auto!important;
padding:18px 34px!important;
align-items:center!important;
}

.brand{
display:flex!important;
align-items:center!important;
}

.brand img{
width:320px!important;
max-width:320px!important;
height:auto!important;
display:block!important;
background:transparent!important;
mix-blend-mode:screen!important;
}

.mainnav{
padding-top:0!important;
align-items:center!important;
margin-left:auto!important;
}

.hero{
padding-top:70px!important;
margin-top:0!important;
}

.authBox{
display:none!important;
}

.hero-left{
padding-top:30px!important;
}

@media(max-width:1200px){
.brand img{
width:250px!important;
max-width:250px!important;
}
}


/* ===== eRNET official transparent PNG logo - FINAL ===== */
.topbar{
  min-height:118px !important;
  height:auto !important;
  padding:20px 34px !important;
  align-items:center !important;
  overflow:visible !important;
}
.brand{
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  background:transparent !important;
}
.brand img{
  width:360px !important;
  max-width:360px !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
  box-shadow:none !important;
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 0 18px rgba(0,180,255,.16)) !important;
}
.mainnav{
  padding-top:0 !important;
  align-items:center !important;
  margin-left:auto !important;
}
.authBox{
  display:block !important;
}
input, textarea{
  background:#020817 !important;
  color:#fff !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill{
  -webkit-box-shadow:0 0 0 1000px #020817 inset !important;
  -webkit-text-fill-color:#fff !important;
  caret-color:#fff !important;
}
@media(max-width:1200px){
  .brand img{width:285px !important;max-width:285px !important;}
}
@media(max-width:650px){
  .brand img{width:235px !important;max-width:235px !important;}
}

select{
  width:100%;
  margin-top:8px;
  border:1px solid #334155;
  background:#020817;
  color:#fff;
  border-radius:14px;
  padding:14px 15px;
  font:inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
  -webkit-text-fill-color:#fff !important;
  -webkit-box-shadow:0 0 0 1000px #020817 inset !important;
  box-shadow:0 0 0 1000px #020817 inset !important;
}

/* ===== HOSTING PRICING CARDS ===== */

.hosting-page{
  padding-top:80px;
}

.hosting-head{
  max-width:980px;
  margin-bottom:42px;
}

.hosting-head h1{
  font-size:clamp(42px,5vw,72px);
  line-height:1.05;
  margin:0 0 20px;
  letter-spacing:-.055em;
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  align-items:stretch;
}

.price-card{
  position:relative;
  padding:34px;
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(16,31,51,.92),rgba(7,14,25,.92));
  border:1px solid rgba(122,159,190,.24);
  box-shadow:0 24px 80px rgba(0,0,0,.22);
  overflow:hidden;
}

.price-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:radial-gradient(circle at 30% 0%,rgba(22,184,255,.22),transparent 34%);
  pointer-events:none;
}

.price-card.featured{
  border-color:rgba(22,184,255,.75);
  transform:translateY(-10px);
  box-shadow:0 34px 110px rgba(0,119,255,.22);
}

.ribbon{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  color:#03101a;
  background:linear-gradient(135deg,#67e8f9,#38bdf8);
  font-size:13px;
  font-weight:900;
  margin-bottom:20px;
}

.price-card h3{
  position:relative;
  margin:0 0 16px;
  font-size:30px;
  letter-spacing:-.04em;
}

.price-desc{
  position:relative;
  min-height:96px;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}

.price{
  position:relative;
  margin:28px 0;
  display:flex;
  align-items:flex-end;
  gap:10px;
}

.price span{
  font-size:46px;
  font-weight:950;
  letter-spacing:-.06em;
  color:#fff;
}

.price small{
  color:var(--muted);
  padding-bottom:9px;
}

.features{
  position:relative;
  list-style:none;
  padding:0;
  margin:0 0 30px;
  display:grid;
  gap:12px;
}

.features li{
  color:#d7e4f2;
  font-size:15px;
}

.features li:before{
  content:"✓";
  color:#16b8ff;
  font-weight:900;
  margin-right:10px;
}

.btn.full{
  width:100%;
}

@media(max-width:1050px){
  .pricing-grid{
    grid-template-columns:1fr;
  }

  .price-card.featured{
    transform:none;
  }

  .price-desc{
    min-height:auto;
  }
}

/* hosting layout fix */
.hosting-page{
  min-height:auto !important;
  padding-top:58px !important;
}

.pricing-grid{
  margin-top:38px !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(260px,1fr)) !important;
  gap:26px !important;
}

.price-card{
  min-height:560px !important;
  display:flex !important;
  flex-direction:column !important;
}

.price-card .btn{
  margin-top:auto !important;
}

@media(max-width:1050px){
  .pricing-grid{
    grid-template-columns:1fr !important;
  }
}

/* ===== PRICING PREMIUM FINAL FIX ===== */

.hosting-page{
  padding:70px 42px 90px !important;
}

.pricing-grid{
  width:100% !important;
  max-width:1500px !important;
  margin:48px auto 0 !important;
  display:grid !important;
  grid-template-columns:repeat(3, minmax(280px, 1fr)) !important;
  gap:28px !important;
  align-items:stretch !important;
}

.price-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:620px !important;
  padding:36px !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 25% 0%, rgba(22,184,255,.20), transparent 32%),
    linear-gradient(180deg, rgba(16,31,51,.94), rgba(5,12,22,.96)) !important;
  border:1px solid rgba(80,150,210,.32) !important;
  box-shadow:0 28px 90px rgba(0,0,0,.30) !important;
  overflow:hidden !important;
}

.price-card.featured{
  transform:translateY(-14px) !important;
  border-color:rgba(22,184,255,.85) !important;
  box-shadow:
    0 34px 120px rgba(0,119,255,.25),
    inset 0 0 0 1px rgba(255,255,255,.05) !important;
}

.price-card h3{
  font-size:32px !important;
  margin:0 0 18px !important;
  letter-spacing:-.04em !important;
}

.price-desc{
  color:#a7b6c9 !important;
  min-height:105px !important;
  font-size:16px !important;
  line-height:1.55 !important;
}

.price{
  margin:28px 0 !important;
}

.price span{
  font-size:48px !important;
  font-weight:950 !important;
}

.features{
  list-style:none !important;
  padding:0 !important;
  margin:0 0 32px !important;
  display:grid !important;
  gap:12px !important;
}

.features li{
  font-size:15px !important;
  color:#dce9f7 !important;
}

.features li:before{
  content:"✓";
  color:#16b8ff;
  font-weight:900;
  margin-right:10px;
}

.ribbon{
  position:absolute !important;
  right:24px !important;
  top:24px !important;
  padding:8px 13px !important;
  border-radius:999px !important;
  color:#03101a !important;
  background:linear-gradient(135deg,#67e8f9,#38bdf8) !important;
  font-size:13px !important;
  font-weight:900 !important;
}

.price-card .btn,
.price-card .btn.full{
  margin-top:auto !important;
  width:100% !important;
  min-height:62px !important;
}

@media(max-width:1100px){
  .pricing-grid{
    grid-template-columns:1fr !important;
  }

  .price-card.featured{
    transform:none !important;
  }

  .price-desc{
    min-height:auto !important;
  }
}


/* ===== FORCE CARD LAYOUT ===== */

.pricing-force{
display:flex !important;
flex-wrap:wrap !important;
justify-content:center !important;
align-items:stretch !important;
gap:34px !important;
margin-top:70px !important;
}

.pricing-force > article{
flex:0 1 380px !important;
max-width:380px !important;
min-width:340px !important;
display:flex !important;
flex-direction:column !important;

padding:42px !important;
border-radius:30px !important;

background:
linear-gradient(180deg,
rgba(16,28,47,.98),
rgba(6,12,22,.98)) !important;

border:1px solid rgba(50,160,255,.28) !important;

box-shadow:
0 30px 90px rgba(0,0,0,.35),
inset 0 0 0 1px rgba(255,255,255,.02) !important;
}

.pricing-force .featured{
transform:scale(1.04) !important;
border:1px solid rgba(0,191,255,.8) !important;
box-shadow:
0 40px 120px rgba(0,110,255,.28) !important;
}

.pricing-force h3{
font-size:34px !important;
margin-bottom:20px !important;
}

.pricing-force .price{
margin:28px 0 !important;
font-size:52px !important;
font-weight:900 !important;
}

.pricing-force .features{
margin-top:20px !important;
margin-bottom:36px !important;
}

.pricing-force .features li{
list-style:none !important;
margin-bottom:14px !important;
padding-left:28px !important;
position:relative !important;
}

.pricing-force .features li:before{
content:"✓";
position:absolute;
left:0;
color:#00bfff;
font-weight:900;
}

.pricing-force .btn{
margin-top:auto !important;
width:100% !important;
}

@media(max-width:1200px){
.pricing-force{
display:grid !important;
grid-template-columns:1fr !important;
}
.pricing-force > article{
max-width:100% !important;
min-width:auto !important;
}
}


.secret-admin-link{
position:fixed;
right:18px;
bottom:14px;
opacity:.08;
font-size:11px;
transition:.3s;
}
.secret-admin-link:hover{
opacity:.65;
}

/* ===== GLOBAL LOGO SIZE UNIFY ===== */
.topbar{
  min-height:118px !important;
  height:auto !important;
  padding:22px 42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

.brand img,
.logo-admin,
.topbar img{
  width:360px !important;
  max-width:360px !important;
  height:auto !important;
  max-height:118px !important;
  object-fit:contain !important;
  display:block !important;
}

.mainnav{
  display:flex !important;
  align-items:center !important;
  gap:28px !important;
}

@media(max-width:900px){
  .brand img,
  .logo-admin,
  .topbar img{
    width:260px !important;
    max-width:260px !important;
  }
}

/* ===== JEDNA WIELKOŚĆ LOGA WE WSZYSTKICH PANELACH ===== */
:root{
 --logoW:360px;
 --logoH:96px;
}

.site-header,
.topbar,
.admin-header{
 min-height:110px !important;
 padding:18px 40px !important;
 display:flex !important;
 align-items:center !important;
 justify-content:space-between !important;
}

.brand-logo,
.logo-admin,
.site-logo img,
.brand img,
header img[src*="ernet-logo"]{
 width:var(--logoW)!important;
 height:auto!important;
 max-width:var(--logoW)!important;
 max-height:var(--logoH)!important;
 object-fit:contain!important;
 display:block!important;
}

@media(max-width:900px){
:root{
 --logoW:260px;
 --logoH:70px;
}
}

/* FORCE FINAL LOGO SIZE */
@import url('/assets/css/logo-unified.css?v=final1');

/* usuń lewy napis eRNET w stopce, bez ruszania prawego tekstu */
.footer strong:first-child{
  display:none !important;
}

/* wyśrodkowanie kafli hostingu */
.pricing-grid,
.pricing-force,
.hosting-page .pricing-grid,
.hosting-page [style*="grid-template-columns"]{
  margin-left:auto !important;
  margin-right:auto !important;
  justify-content:center !important;
  align-items:stretch !important;
}

.hosting-page{
  text-align:left;
}

.hosting-page .hosting-head{
  max-width:980px;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:left;
}

/* ===== HOSTING CENTER + FOOTER FIX FINAL ===== */

/* ukrycie lewego eRNET w stopce */
.footer strong:first-child,
footer strong:first-child{
  display:none!important;
}

/* wyśrodkowanie nagłówka i kafli hostingu */
.hosting-page-centered,
.hosting-page{
  max-width:100%!important;
}

.hosting-page .hosting-head{
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.hosting-packages-center{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(320px,420px))!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:32px!important;
  margin:60px auto 0 auto!important;
  max-width:1400px!important;
  width:100%!important;
}

.hosting-packages-center article{
  width:100%!important;
  max-width:420px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:1200px){
  .hosting-packages-center{
    grid-template-columns:1fr!important;
    max-width:520px!important;
  }
}

/* ===== HOSTING CENTER + FOOTER FIX FINAL ===== */

/* ukrycie lewego eRNET w stopce */
.footer strong:first-child,
footer strong:first-child{
  display:none!important;
}

/* wyśrodkowanie nagłówka i kafli hostingu */
.hosting-page-centered,
.hosting-page{
  max-width:100%!important;
}

.hosting-page .hosting-head{
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.hosting-packages-center{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(320px,420px))!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:32px!important;
  margin:60px auto 0 auto!important;
  max-width:1400px!important;
  width:100%!important;
}

.hosting-packages-center article{
  width:100%!important;
  max-width:420px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:1200px){
  .hosting-packages-center{
    grid-template-columns:1fr!important;
    max-width:520px!important;
  }
}
