
/* POUZIMA HOMEPAGE V2 — clean standalone homepage */
.pz-home-v2{
  --home-blue:#238fe7;
  --home-blue-dark:#0b4d83;
  --home-navy:#162738;
  --home-text:#16212b;
  --home-muted:#667887;
  --home-border:#e1e8ee;
  --home-soft:#f5f8fb;
  --home-radius:18px;
  background:#fff;
  color:var(--home-text);
}
.pz-home-v2 *{box-sizing:border-box}
.pz-home-v2 .container{max-width:1180px}
.pz-home-eyebrow{
  display:block;
  margin-bottom:10px;
  color:#258ad8;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.12em;
}
.pz-home-hero{
  position:relative;
  overflow:hidden;
  padding:66px 0 62px;
  background:
    radial-gradient(circle at 88% 15%,rgba(56,159,242,.26),transparent 30%),
    linear-gradient(135deg,#14283b 0%,#0b4e83 60%,#147ec4 100%);
  color:#fff;
}
.pz-home-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-160px;
  width:440px;
  height:440px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
}
.pz-home-hero__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr);
  gap:56px;
  align-items:center;
}
.pz-home-hero .pz-home-eyebrow{color:#9ed6ff}
.pz-home-hero__copy h1{
  max-width:760px;
  margin:0;
  color:#fff;
  font-size:48px;
  line-height:1.06;
  font-weight:700;
  letter-spacing:-.035em;
}
.pz-home-hero__copy>p{
  max-width:680px;
  margin:20px 0 0;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.55;
}
.pz-home-hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}
.pz-home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:11px 17px;
  border:1px solid transparent;
  border-radius:10px;
  text-decoration:none!important;
  font-size:14px;
  font-weight:700;
  transition:.15s ease;
}
.pz-home-btn:hover{transform:translateY(-1px)}
.pz-home-btn--primary{background:#ff9700;color:#fff!important;box-shadow:0 8px 20px rgba(255,151,0,.22)}
.pz-home-btn--primary:hover{background:#ec8c00}
.pz-home-btn--light{background:#fff;color:#175f96!important}
.pz-home-btn--outline{border-color:#cdd9e3;color:#315066!important;background:#fff}
.pz-home-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:9px 20px;
  margin-top:25px;
  color:rgba(255,255,255,.76);
  font-size:12px;
}
.pz-home-hero__trust i{color:#7ed9a8;margin-right:5px}
.pz-home-hero__panel{
  padding:25px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:rgba(255,255,255,.09);
  box-shadow:0 18px 40px rgba(0,0,0,.13);
  backdrop-filter:blur(8px);
}
.pz-home-hero__stat{display:flex;align-items:baseline;gap:11px}
.pz-home-hero__stat strong{font-size:43px;line-height:1;color:#fff}
.pz-home-hero__stat span{font-size:13px;color:rgba(255,255,255,.8)}
.pz-home-hero__line{height:1px;background:rgba(255,255,255,.16);margin:19px 0}
.pz-home-hero__info{display:flex;flex-direction:column}
.pz-home-hero__info span,.pz-home-hero__location{font-size:11px;color:rgba(255,255,255,.66)}
.pz-home-hero__info a{margin-top:5px;color:#fff!important;text-decoration:none;font-size:20px;font-weight:700}
.pz-home-hero__info small{margin-top:3px;color:rgba(255,255,255,.62)}
.pz-home-hero__location{display:flex;align-items:center;gap:7px;margin-top:18px}

.pz-home-promo .pz-promo-strip{margin:0;padding:23px 0}
.pz-home-promo .pz-promo-inner{min-height:155px}
.pz-home-promo .pz-promo-strip h2{font-size:27px!important}
.pz-home-promo .pz-promo-image{height:145px}

.pz-home-section{padding:62px 0}
.pz-home-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:25px;
  margin-bottom:28px;
}
.pz-home-section__head h2{
  margin:0;
  color:var(--home-text);
  font-size:31px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.025em;
}
.pz-home-section__head>a,.pz-home-text-link{
  color:#217fc7!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:700;
}
.pz-home-section__head--center{justify-content:center;text-align:center}

.pz-home-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.pz-home-category-card{
  min-height:102px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 24px;
  align-items:center;
  gap:13px;
  padding:17px;
  color:var(--home-text)!important;
  text-decoration:none!important;
  border:1px solid var(--home-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 4px 12px rgba(31,55,75,.035);
  transition:.15s ease;
}
.pz-home-category-card:hover{
  transform:translateY(-2px);
  border-color:#a7cff0;
  box-shadow:0 10px 24px rgba(31,91,137,.09);
}
.pz-home-category-card__icon{
  width:48px;height:48px;border-radius:13px;
  display:grid;place-items:center;
  background:#edf7ff;color:#278bd9;font-size:19px;
}
.pz-home-category-card strong{font-size:15px}
.pz-home-category-card__arrow{color:#92a1ad;font-size:18px;text-align:right}

.pz-home-how{background:var(--home-soft)}
.pz-home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pz-home-steps article{
  position:relative;
  min-height:220px;
  padding:28px 24px 24px;
  border:1px solid var(--home-border);
  border-radius:var(--home-radius);
  background:#fff;
}
.pz-home-step-number{
  position:absolute;top:17px;right:18px;
  color:#dbe5ec;font-size:34px;font-weight:800;
}
.pz-home-steps article>i{
  width:48px;height:48px;border-radius:14px;
  display:grid;place-items:center;
  background:#eaf5ff;color:#2186d4;font-size:19px;
}
.pz-home-steps h3{margin:18px 0 8px;font-size:18px;color:var(--home-text)}
.pz-home-steps p{margin:0;color:var(--home-muted);font-size:13px;line-height:1.6}

.pz-home-benefit-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:62px;align-items:center}
.pz-home-benefit-copy h2{margin:0;color:var(--home-text);font-size:34px;line-height:1.16;letter-spacing:-.025em}
.pz-home-benefit-copy p{margin:17px 0;color:var(--home-muted);font-size:15px;line-height:1.65}
.pz-home-benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pz-home-benefit-list article{
  display:flex;gap:13px;padding:18px;
  border:1px solid var(--home-border);border-radius:14px;background:#fff;
}
.pz-home-benefit-list i{
  width:39px;height:39px;border-radius:11px;
  display:grid;place-items:center;flex:0 0 auto;
  color:#247fc5;background:#edf7ff;
}
.pz-home-benefit-list article>div{display:flex;flex-direction:column}
.pz-home-benefit-list strong{font-size:13px;color:var(--home-text)}
.pz-home-benefit-list span{margin-top:5px;color:var(--home-muted);font-size:11px;line-height:1.45}

.pz-home-contact-cta{padding:0 0 62px}
.pz-home-contact-cta__inner{
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  padding:30px 34px;border-radius:18px;background:#f4f8fb;border:1px solid #dce7ee;
}
.pz-home-contact-cta h2{max-width:720px;margin:0;color:var(--home-text);font-size:26px;line-height:1.22}
.pz-home-contact-cta__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}

@media(max-width:991px){
  .pz-home-hero{padding:52px 0}
  .pz-home-hero__grid{grid-template-columns:1fr;gap:28px}
  .pz-home-hero__copy h1{font-size:40px}
  .pz-home-hero__panel{max-width:530px}
  .pz-home-category-grid{grid-template-columns:repeat(2,1fr)}
  .pz-home-benefit-grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:767px){
  .pz-home-v2 .container{padding-left:18px;padding-right:18px}
  .pz-home-hero{padding:38px 0 40px}
  .pz-home-hero__copy h1{font-size:33px}
  .pz-home-hero__copy>p{font-size:15px}
  .pz-home-hero__actions .pz-home-btn{width:100%}
  .pz-home-section{padding:46px 0}
  .pz-home-section__head{align-items:flex-start;flex-direction:column;margin-bottom:20px}
  .pz-home-section__head h2{font-size:27px}
  .pz-home-category-grid,.pz-home-steps,.pz-home-benefit-list{grid-template-columns:1fr}
  .pz-home-category-card{min-height:84px}
  .pz-home-steps article{min-height:0}
  .pz-home-benefit-copy h2{font-size:29px}
  .pz-home-contact-cta__inner{align-items:flex-start;flex-direction:column;padding:24px 20px}
  .pz-home-contact-cta__actions{width:100%;justify-content:flex-start}
  .pz-home-contact-cta__actions .pz-home-btn{width:100%}
}
