/* TSI Static - lightweight, CWV-friendly */
:root{
  --bg:#ffffff;
  --fg:#111827;
  --muted:#4b5563;
  --card:#f9fafb;
  --border:#e5e7eb;
  --accent:#111827;
  --accent2:#0f172a;
  --max:1120px;
  --r:18px;
  --shadow: 0 10px 30px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--fg);
  background:var(--bg);
  line-height:1.6;
  text-rendering:optimizeLegibility;
}
a{color:inherit; text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:20px; top:20px; width:auto; height:auto;
  background:#fff; border:1px solid var(--border); padding:10px 12px; border-radius:12px; box-shadow:var(--shadow);
  z-index:9999;
}
.header{
  position:sticky; top:0; z-index:10;
  background:rgba(255,255,255,.9);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid var(--border);
}
.nav{
  display:flex; gap:18px; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:10px; font-weight:700}
.logo{
  width:34px; height:34px; border-radius:10px;
  border:1px solid var(--border);
  display:grid; place-items:center;
  background:linear-gradient(135deg, #fff, #f3f4f6);
}
.logo svg{width:20px; height:20px}
.menu{display:flex; gap:14px; align-items:center; flex-wrap:wrap}
.menu a{padding:8px 10px; border-radius:12px}
.menu a:hover{background:var(--card); text-decoration:none}
.cta{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border:1px solid var(--border);
  border-radius:14px;
  background:var(--fg); color:#fff;
  font-weight:650;
  box-shadow:var(--shadow);
}
.cta:hover{text-decoration:none; filter:brightness(0.98)}
.hero{
  padding:56px 0 26px;
}
.grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:start;
}
@media (max-width: 900px){
  .grid{grid-template-columns:1fr}
}
.h1{font-size: clamp(30px, 3.4vw, 48px); line-height:1.1; letter-spacing:-.02em; margin:0 0 12px}
.lead{font-size: clamp(16px, 1.6vw, 19px); color:var(--muted); margin:0 0 18px}
.badges{display:flex; flex-wrap:wrap; gap:10px; margin:14px 0 0}
.badge{
  font-size:13px; color:var(--muted);
  padding:7px 10px; border:1px solid var(--border); border-radius:999px;
  background:#fff;
}
.card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:18px;
  box-shadow:var(--shadow);
}
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin:16px 0 0;
}
@media (max-width: 900px){
  .cards{grid-template-columns:1fr}
}
.kicker{font-size:13px; color:var(--muted); margin:0 0 6px}
.h2{font-size:22px; margin:0 0 8px; letter-spacing:-.01em}
.h3{font-size:16px; margin:0 0 6px}
.p{margin:0 0 10px; color:var(--muted)}
ul.clean{margin:10px 0 0; padding:0 0 0 18px; color:var(--muted)}
.section{padding:24px 0}
.split{
  display:grid; grid-template-columns:1fr 1fr; gap:14px;
}
@media (max-width: 900px){ .split{grid-template-columns:1fr} }
.small{font-size:14px; color:var(--muted)}
.footer{
  border-top:1px solid var(--border);
  padding:22px 0;
  margin-top:26px;
}
.footer a{color:var(--muted)}
.form{
  display:grid; gap:10px; margin-top:12px;
}
.input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#fff;
  font:inherit;
}
textarea{min-height:110px; resize:vertical}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#fff;
  font-weight:650;
}
.btn.primary{background:var(--fg); color:#fff}
.btn:hover{text-decoration:none; filter:brightness(.99)}
.breadcrumbs{font-size:13px; color:var(--muted); margin:10px 0 0}
.breadcrumbs a{color:var(--muted)}
.table{
  width:100%; border-collapse:separate; border-spacing:0;
  overflow:hidden; border-radius:16px; border:1px solid var(--border); background:#fff;
}
.table th, .table td{
  padding:12px 12px; border-bottom:1px solid var(--border); text-align:left;
}
.table th{background:var(--card); font-size:13px; color:var(--muted); font-weight:650}
.table tr:last-child td{border-bottom:none}

/* --- shared header/footer assets --- */
.brand-logo{display:block; width:28px; height:28px}
.footer-brand{display:flex; align-items:flex-start; gap:12px}
.footer-logo{display:block; width:32px; height:32px}

/* --- shared header/footer assets --- */
.brand-logo{display:block; width:88px; height:28px}
.footer-brand{display:flex; align-items:flex-start; gap:12px}
.footer-logo{display:block; width:32px; height:32px}


.hero{
  position: relative;
  overflow: hidden;
  padding: 92px 0 74px;
  background-image: linear-gradient(148deg,#2130b7 19%,#ff915e 100%)!important;
}

/* overlay ze zdjęciem: /assets/img */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: url("/assets/img/software-06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .20; /* reguluj widoczność zdjęcia */
  pointer-events:none;
  z-index:0;
}

/* lekki film dla czytelności */
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.18);
  pointer-events:none;
  z-index:0;
}

.hero__container{
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 38px;
  align-items: start;
}

.hero__content h1{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 4.1vw, 62px);
  line-height: 1.06;
  letter-spacing: .2px;
}

.hero__subtitle{
  margin: 0 0 18px;
  color: rgba(255,255,255,.92);
  font-size: 20px;
}

.hero__text{
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.75;
  max-width: 68ch;
}

.hero__bullets{
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
}

.hero__bullets li{
  position: relative;
  padding-left: 16px;
}

.hero__bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
}

.hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* BUTTONS */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .12s ease, filter .12s ease, background-color .12s ease;
}

.btn:active{ transform: translateY(1px); }

.btn--pill{
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(7, 16, 65, .78);
  color: #fff;
  backdrop-filter: blur(6px);
}

.btn--pill:hover{ filter: brightness(1.08); }

.btn--primary{
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  background: #071041;
  color: #fff;
}

.btn--primary:hover{ filter: brightness(1.08); }

/* FORM CARD */
.hero__form{
  background: rgba(255,255,255,.94);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
  backdrop-filter: blur(6px);
}

.hero__form h3{
  margin: 6px 0 14px;
  font-size: 18px;
  color: #0b0f1a;
}

.lead-form{
  display: grid;
  gap: 12px;
}

.field span{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
}

.field input,
.field textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
  background: #fff;
}

.field input:focus,
.field textarea:focus{
  border-color: rgba(33,48,183,.55);
  box-shadow: 0 0 0 4px rgba(33,48,183,.12);
}

.form-note{
  margin: 2px 0 0;
  font-size: 12px;
  color: rgba(0,0,0,.6);
  line-height: 1.35;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .hero{
    padding: 72px 0 54px;
  }
  .hero__container{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}


.hero{
  position: relative;
  overflow: hidden;
  padding: 92px 0 74px;
  background-image: linear-gradient(148deg,#2130b7 19%,#ff915e 100%) !important;
}

/* obrazek jako overlay - WAŻNE: ścieżka absolutna */
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("/assets/img/software-06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  opacity: .35;                 /* zwiększone żeby było widać */
  mix-blend-mode: screen;       /* lepiej „przebija” na gradiencie */
  pointer-events: none;
}

/* delikatny film, ale nie za mocny */
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index: 0;
  background: rgba(0,0,0,.08);  /* było .18 – za mocno tłumiło */
  pointer-events:none;
}

/* treść nad overlay */
.hero__container{
  position: relative;
  z-index: 1;
}


/* =========================
   OFERTA
========================= */
.offer{
  padding: 92px 0;
  background: #f4f7fb;
}

.offer__container{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.offer__header{
  text-align: center;
  margin-bottom: 44px;
}

.offer__header h2{
  margin: 0 0 10px;
  font-size: clamp(26px, 2.4vw, 36px);
  color: #0b1220;
  letter-spacing: .2px;
}

.offer__header p{
  margin: 0;
  color: rgba(0,0,0,.6);
  font-size: 15px;
  line-height: 1.7;
}

/* GRID */
.offer__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

/* CARD */
.offer-card{
  background: rgba(255,255,255,.92);
  border-radius: 22px;
  padding: 26px 22px 22px;
  box-shadow: 0 18px 50px rgba(14, 25, 60, .10);
  border: 1px solid rgba(8, 15, 40, .06);

  display: flex;
  flex-direction: column;
  gap: 14px;

  transition: transform .18s ease, box-shadow .18s ease;
}

.offer-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(14, 25, 60, .14);
}

/* FEATURED (środkowa) */
.offer-card--featured{
  transform: translateY(-10px);
  background: rgba(255,255,255,.96);
}

.offer-card--featured:hover{
  transform: translateY(-14px);
}

/* ICON */
.offer-card__icon{
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-card__icon svg{
  width: 54px;
  height: 54px;
  fill: none;
  stroke: #5062ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* TEXTS */
.offer-card h3{
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #0b1220;
}

.offer-card p{
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0,0,0,.62);
  min-height: 72px; /* wyrównuje wysokości opisów */
}

/* BUTTON */
.offer-card__btn{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(7, 16, 65, .82);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;

  transition: transform .12s ease, filter .12s ease;
}

.offer-card__btn:hover{
  filter: brightness(1.08);
}

.offer-card__btn:active{
  transform: translateY(1px);
}

/* ARROW (bez tła) */
.offer-card__arrow{
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offer-card__arrow svg{
  width: 18px;
  height: 18px;
  fill: none;
  stroke: rgba(255,255,255,.95);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .15s ease, opacity .15s ease;
  opacity: .95;
}

/* animacja strzałki */
.offer-card__btn:hover .offer-card__arrow svg{
  transform: translate(2px,-2px);
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .offer__grid{ grid-template-columns: repeat(2, 1fr); }
  .offer-card--featured{ transform: none; }
  .offer-card--featured:hover{ transform: translateY(-6px); }
}

@media (max-width: 640px){
  .offer{ padding: 70px 0; }
  .offer__grid{ grid-template-columns: 1fr; }
  .offer-card p{ min-height: auto; }
}


.seo-text{
  padding: 90px 0;
  background: #fff;
}

.seo-text__container{
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.seo-text__header{
  text-align: center;
  margin-bottom: 26px;
}

.seo-text__header h2{
  margin: 0 0 10px;
  font-size: clamp(24px, 2.2vw, 34px);
  color: #0b1220;
  letter-spacing: .2px;
}

.seo-text__header p{
  margin: 0 auto;
  max-width: 80ch;
  color: rgba(0,0,0,.65);
  line-height: 1.8;
  font-size: 15px;
}

.seo-text__content{
  color: rgba(0,0,0,.72);
  font-size: 15px;
  line-height: 1.9;
}

.seo-text__content p{
  margin: 0 0 16px;
}

.seo-text__content h3{
  margin: 26px 0 10px;
  font-size: 18px;
  color: #0b1220;
}

.seo-text__box{
  margin: 22px 0 22px;
  padding: 18px 18px;
  border-radius: 18px;
  background: #f4f7fb;
  border: 1px solid rgba(8, 15, 40, .06);
}

.seo-text__box h3{
  margin-top: 0;
}

.seo-text__box ul{
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.seo-text__cta{
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-text__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(7, 16, 65, .88);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: filter .12s ease, transform .12s ease;
}

.seo-text__btn:hover{ filter: brightness(1.07); }
.seo-text__btn:active{ transform: translateY(1px); }

.seo-text__btn--ghost{
  background: transparent;
  color: rgba(7, 16, 65, .95);
  border: 1px solid rgba(7, 16, 65, .22);
}


.why{
  padding: 90px 0;
  background: #ffffff;
}

.why__container{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.why__header{
  text-align: center;
  margin-bottom: 44px;
}

.why__header h2{
  margin: 0 0 10px;
  font-size: clamp(24px, 2.3vw, 34px);
  color: #0b1220;
}

.why__header p{
  margin: 0 auto;
  max-width: 80ch;
  color: rgba(0,0,0,.6);
  font-size: 15px;
  line-height: 1.75;
}

.why__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 22px;
}

.why-card{
  text-align: center;
  padding: 18px 16px;
}

.why-card__icon{
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.why-card__icon svg{
  width: 74px;
  height: 74px;
  fill: none;
  stroke: rgba(80, 98, 255, .28);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-card h3{
  margin: 0 0 8px;
  font-size: 18px;
  color: #0b1220;
}

.why-card p{
  margin: 0 auto;
  max-width: 30ch;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0,0,0,.62);
}

/* Responsive */
@media (max-width: 1100px){
  .why__grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px){
  .why{ padding: 70px 0; }
  .why__grid{ grid-template-columns: 1fr; }
  .why-card p{ max-width: none; }
}

