/* eprojekty.eu - one-pager. Identyfikacja: granat #1B3C6C, zolty #F1B631 */
:root{
  --bg:#ffffff;
  --fg:#12151a;
  --muted:#5a6270;
  --brand:#1B3C6C;
  --brand-2:#F1B631;
  --card:#f7f9fc;
  --alt:#f2f5f9;
  --border:#dde3ec;
}

*{box-sizing:border-box}
html{overflow-x:hidden;scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{
  font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  color:var(--fg);background:var(--bg);line-height:1.6;overflow-x:hidden;
}
img{max-width:100%;height:auto}
a{color:var(--brand)}
.container{width:min(1120px,92%);margin:0 auto}

.section{padding:34px 0}
.section--alt{background:var(--alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
@media(min-width:900px){.section{padding:64px 0}}
.section h2{font-size:clamp(21px,3.4vw,30px);margin:0 0 8px;letter-spacing:-.01em}
.section__intro{color:var(--muted);max-width:640px;margin:0 0 24px;font-size:15.5px}

/* nav */
.nav{position:sticky;top:0;z-index:100;background:var(--brand);border-bottom:1px solid rgba(255,255,255,.12)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;padding:11px 0;min-height:44px}
.brand__mark{width:20px;height:20px;background:var(--brand-2);display:block;border-radius:2px}
.brand__name{color:#fff;font-weight:800;letter-spacing:.06em;font-size:15px}
.menu{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.menu a{color:rgba(255,255,255,.82);text-decoration:none;font-size:14px;font-weight:500;
  padding:11px 10px;min-height:44px;display:inline-flex;align-items:center;border-radius:8px}
.menu a:hover{color:#fff;background:rgba(255,255,255,.08)}
.menu .lang{border:1px solid rgba(255,255,255,.35);border-radius:22px;padding:9px 14px;
  font-size:13px;font-weight:700;letter-spacing:.04em}
@media(min-width:900px){.menu{gap:14px}}
/* na waskich ekranach nawigacja zawija sie do drugiego rzedu zamiast znikac */
@media(max-width:620px){
  .nav__inner{flex-wrap:wrap;gap:4px}
  .menu{width:100%;justify-content:space-between;gap:2px;padding-bottom:6px}
  .menu a{font-size:13.5px;padding:10px 6px}
}

/* hero */
.hero{background:var(--brand);color:#fff;padding:44px 0 52px}
@media(min-width:900px){.hero{padding:76px 0 84px}}
.hero__grid{display:grid;grid-template-columns:1fr;gap:30px;align-items:center}
@media(min-width:980px){.hero__grid{grid-template-columns:1.15fr .85fr;gap:52px}}
.eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--brand-2);border:1px solid rgba(241,182,49,.42);background:rgba(241,182,49,.10);
  border-radius:999px;padding:5px 13px;margin:0 0 16px}
.hero h1{font-size:clamp(28px,5.2vw,46px);line-height:1.12;margin:0 0 16px;letter-spacing:-.02em}
.hero .lead{font-size:clamp(15px,2.4vw,18px);color:rgba(255,255,255,.82);margin:0 0 24px;max-width:560px}
.hero .lead b{color:#fff}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}
.btn{display:inline-block;text-decoration:none;padding:12px 22px;border-radius:10px;font-weight:700;font-size:15px;border:1px solid transparent}
.btn--primary{background:var(--brand-2);color:#12151a}
.btn--primary:hover{filter:brightness(1.06)}
.btn--ghost{border-color:rgba(255,255,255,.4);color:#fff}
.btn--ghost:hover{background:rgba(255,255,255,.08)}

.channelbox{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:22px}
.channelbox h3{margin:0 0 4px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-2)}
.channelbox ul{list-style:none;margin:14px 0 0;padding:0}
.channelbox li{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:15px}
.channelbox li:last-child{border-bottom:0}
.channelbox li b{color:#fff;font-weight:700}
.channelbox li span{color:rgba(255,255,255,.62);font-size:13.5px;text-align:right}

/* karty */
.cards{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:640px){.cards--3{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.cards--3{grid-template-columns:repeat(3,1fr)}}
@media(min-width:700px){.cards--2{grid-template-columns:repeat(2,1fr)}}
.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:22px;transition:transform .16s ease,box-shadow .16s ease}
.card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(27,60,108,.08)}
.card__num{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--brand-2);
  background:var(--brand);border-radius:5px;padding:3px 8px;margin-bottom:12px}
.card h3{margin:0 0 8px;font-size:17px;color:var(--brand)}
.card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.6}

/* kanaly */
.chan{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:860px){.chan{grid-template-columns:repeat(3,1fr)}}
.chan__item{border:1px solid var(--border);border-radius:14px;padding:24px;background:#fff;position:relative;overflow:hidden}
.chan__item::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--brand-2)}
.chan__item h3{margin:0 0 6px;font-size:19px;color:var(--brand)}
.chan__tag{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:12px}
.chan__item ul{margin:12px 0 0;padding-left:18px;color:var(--muted);font-size:14.5px}
.chan__item li{margin:6px 0}

/* api strip */
.api{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.api span{background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600;color:var(--brand)}

/* marki */
.brands{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}
.brands span{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:13px 20px;font-weight:700;color:var(--brand);font-size:15px}

/* kontakt */
.contact{display:grid;gap:26px;grid-template-columns:1fr}
@media(min-width:820px){.contact{grid-template-columns:1.1fr .9fr}}
.contact__box{background:var(--brand);color:#fff;border-radius:16px;padding:30px}
.contact__box h2{color:#fff;margin:0 0 10px}
.contact__box p{color:rgba(255,255,255,.82);margin:0 0 20px}
.contact__mail{display:inline-block;color:var(--brand-2);font-weight:800;font-size:21px;
  text-decoration:none;word-break:break-word;padding:10px 0;min-height:44px}
.legal{font-size:14px;color:var(--muted);line-height:1.9}
.legal b{color:var(--fg)}

.site-footer{padding:14px 0;border-top:1px solid var(--border);color:var(--muted);font-size:13.5px}
.site-footer .container{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;align-items:center}
.site-footer p{margin:0}
.site-footer a{display:inline-flex;align-items:center;min-height:44px;padding:0 2px}

/* === podstrony === */
.pagehero{background:var(--brand);color:#fff;padding:38px 0 44px}
@media(min-width:900px){.pagehero{padding:58px 0 66px}}
.pagehero h1{font-size:clamp(26px,4.6vw,40px);line-height:1.14;margin:0 0 14px;letter-spacing:-.02em}
.pagehero p{font-size:clamp(15px,2.2vw,17.5px);color:rgba(255,255,255,.82);margin:0;max-width:660px}
.crumb{font-size:13px;color:rgba(255,255,255,.6);margin:0 0 14px}
.crumb a{color:rgba(255,255,255,.82);text-decoration:none}
.crumb a:hover{color:#fff}

.prose{max-width:760px}
.prose h2{font-size:clamp(20px,3.2vw,27px);margin:34px 0 10px;letter-spacing:-.01em}
.prose h3{font-size:18px;margin:24px 0 6px;color:var(--brand)}
.prose p{margin:0 0 14px;font-size:15.5px;line-height:1.7;color:#2c3340}
.prose ul{margin:0 0 16px;padding-left:20px;color:#2c3340;font-size:15.5px;line-height:1.7}
.prose li{margin:7px 0}
.prose strong{color:var(--fg)}

.steps{counter-reset:s;list-style:none;padding:0;margin:18px 0 6px}
.steps li{counter-increment:s;position:relative;padding:0 0 20px 46px;border-left:2px solid var(--border);margin-left:14px}
.steps li:last-child{border-left-color:transparent;padding-bottom:0}
.steps li::before{content:counter(s);position:absolute;left:-15px;top:-2px;width:28px;height:28px;
  background:var(--brand);color:var(--brand-2);border-radius:50%;display:flex;align-items:center;
  justify-content:center;font-size:12.5px;font-weight:800}
.steps b{display:block;color:var(--brand);font-size:16px;margin-bottom:3px}
.steps span{color:var(--muted);font-size:14.5px;line-height:1.6;display:block}

.note{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--brand-2);
  border-radius:10px;padding:16px 18px;margin:20px 0;font-size:14.5px;color:#2c3340;line-height:1.65}
.note b{color:var(--brand)}

.case{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px;margin:0 0 16px}
.case h3{margin:0 0 4px;font-size:18px;color:var(--brand)}
.case__meta{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:14px}
.case dl{margin:0;display:grid;gap:10px}
.case dt{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-2);font-weight:800}
.case dd{margin:2px 0 0;font-size:15px;color:#2c3340;line-height:1.6}

.subnav{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.subnav a{background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 16px;
  text-decoration:none;font-weight:700;font-size:14.5px;color:var(--brand);min-height:44px;
  display:inline-flex;align-items:center}
.subnav a:hover{border-color:var(--brand-2);background:var(--card)}

/* pasek liczb w hero */
.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:26px 0 4px;max-width:560px}
@media(min-width:700px){.stats{grid-template-columns:repeat(4,1fr)}}
.stats div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);
  border-radius:12px;padding:14px 12px;text-align:center}
.stats b{display:block;color:var(--brand-2);font-size:23px;font-weight:800;line-height:1.1}
.stats span{display:block;color:rgba(255,255,255,.72);font-size:12.5px;margin-top:5px;line-height:1.35}

/* === o mnie / founder === */
.founder{display:grid;gap:26px;grid-template-columns:1fr;align-items:start}
@media(min-width:860px){.founder{grid-template-columns:.85fr 1.15fr;gap:44px}}
.founder__card{background:var(--brand);border-radius:16px;padding:28px;color:#fff}
.founder__photo{width:112px;height:112px;border-radius:50%;display:block;margin-bottom:18px;
  object-fit:cover;border:3px solid var(--brand-2);background:#fff}
@media(min-width:860px){.founder__photo{width:132px;height:132px}}
.founder__card h3{margin:0 0 3px;font-size:22px;color:#fff}
.founder__role{color:var(--brand-2);font-size:13.5px;font-weight:700;letter-spacing:.05em;
  text-transform:uppercase;margin:0 0 18px}
.founder__card ul{list-style:none;margin:0;padding:0}
.founder__card li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:14.5px;
  color:rgba(255,255,255,.82)}
.founder__card li:last-child{border-bottom:0}
.founder__card a{color:var(--brand-2);text-decoration:none;font-weight:700}
.founder__body p{margin:0 0 14px;font-size:15.5px;line-height:1.7;color:#2c3340}
.founder__body p:first-child{font-size:17px;color:var(--fg)}
.certs{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:22px;
  padding-top:22px;border-top:1px solid var(--border)}
.certs img{height:64px;width:auto}
.certs__label{width:100%;font-size:12px;letter-spacing:.08em;text-transform:uppercase;
  color:var(--muted);font-weight:800;margin-bottom:2px}

/* === formularz kontaktowy === */
.form{display:grid;gap:14px;margin-top:20px}
.form label{display:grid;gap:6px}
.form span{font-size:13px;font-weight:700;color:rgba(255,255,255,.78);letter-spacing:.02em}
.form input,.form textarea,.form select{
  width:100%;padding:12px 14px;border-radius:10px;font:inherit;font-size:15px;
  border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;
  min-height:46px}
.form textarea{min-height:110px;resize:vertical}
.form input::placeholder,.form textarea::placeholder{color:rgba(255,255,255,.45)}
.form input:focus,.form textarea:focus,.form select:focus{outline:2px solid var(--brand-2);outline-offset:1px;
  background:rgba(255,255,255,.13)}
.form button{justify-self:start;cursor:pointer}
.form button[disabled]{opacity:.6;cursor:progress}
.form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form__note{margin:4px 0 0;font-size:13.5px;color:rgba(255,255,255,.7);min-height:20px}
.form__note--ok{color:var(--brand-2);font-weight:700}
.form__note--err{color:#ffb4a8;font-weight:700}

/* === cennik === */
.pricing{display:grid;gap:16px;grid-template-columns:1fr;margin-top:8px}
@media(min-width:820px){.pricing{grid-template-columns:1fr 1fr}}
.price-card{border:1px solid var(--border);border-radius:16px;padding:26px;background:#fff;
  display:flex;flex-direction:column}
.price-card--lead{background:var(--brand);color:#fff;border-color:transparent}
.price-card h3{margin:0 0 6px;font-size:19px;color:var(--brand)}
.price-card--lead h3{color:#fff}
.price-card__tag{font-size:11.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  color:var(--muted);display:block;margin-bottom:14px}
.price-card--lead .price-card__tag{color:var(--brand-2)}
.price-card__amount{font-size:34px;font-weight:800;color:var(--brand);line-height:1.05;margin:6px 0 2px}
.price-card--lead .price-card__amount{color:var(--brand-2)}
.price-card__unit{font-size:14px;color:var(--muted);margin-bottom:16px}
.price-card--lead .price-card__unit{color:rgba(255,255,255,.72)}
.price-card ul{list-style:none;margin:0 0 18px;padding:0}
.price-card li{padding:8px 0 8px 24px;position:relative;font-size:14.5px;color:#2c3340;line-height:1.5;
  border-bottom:1px solid var(--border)}
.price-card--lead li{color:rgba(255,255,255,.85);border-bottom-color:rgba(255,255,255,.14)}
.price-card li:last-child{border-bottom:0}
.price-card li::before{content:"";position:absolute;left:0;top:15px;width:9px;height:9px;
  background:var(--brand-2);border-radius:2px}
.price-card .btn{margin-top:auto;align-self:start}
.price-factors{display:grid;gap:12px;grid-template-columns:1fr;margin-top:20px}
@media(min-width:700px){.price-factors{grid-template-columns:repeat(3,1fr)}}
.price-factors div{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px}
.price-factors b{display:block;color:var(--brand);font-size:15.5px;margin-bottom:5px}
.price-factors span{color:var(--muted);font-size:14px;line-height:1.55}

/* === landing audytowy === */
.audit-grid{display:grid;gap:26px;grid-template-columns:1fr}
@media(min-width:900px){.audit-grid{grid-template-columns:1.05fr .95fr;gap:44px;align-items:start}}
.audit-form{background:var(--brand);border-radius:16px;padding:28px}
/* na waskich ekranach formularz idzie nad liste kontrolna - to on jest celem strony */
@media(max-width:899px){.audit-form{order:-1}}
@media(min-width:900px){.audit-form{position:sticky;top:90px}}
.audit-form h2{color:#fff;margin:0 0 6px;font-size:21px}
.audit-form>p{color:rgba(255,255,255,.78);font-size:14.5px;margin:0 0 4px}
.checklist{list-style:none;padding:0;margin:0}
.checklist li{position:relative;padding:12px 0 12px 34px;border-bottom:1px solid var(--border);
  font-size:15px;line-height:1.55;color:#2c3340}
.checklist li:last-child{border-bottom:0}
.checklist li::before{content:"";position:absolute;left:2px;top:17px;width:16px;height:9px;
  border-left:3px solid var(--brand-2);border-bottom:3px solid var(--brand-2);
  transform:rotate(-45deg)}
.checklist b{color:var(--brand)}
.audit-facts{display:grid;gap:12px;grid-template-columns:1fr;margin:22px 0 0}
@media(min-width:640px){.audit-facts{grid-template-columns:repeat(3,1fr)}}
.audit-facts div{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}
.audit-facts b{display:block;color:var(--brand);font-size:15px;margin-bottom:4px}
.audit-facts span{color:var(--muted);font-size:13.5px;line-height:1.5}

.form select{appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23F1B631' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;padding-right:38px}
.form select option{color:#12151a;background:#fff}
.form__hint{margin:-8px 0 0;font-size:12.5px;color:rgba(255,255,255,.55);line-height:1.5}
.audit-form textarea[name="message"]{min-height:64px}
