/* ==========================================================
   ON-TARGET.PL – HOME PL V2
   SP Page Builder / osobny CSS strony głównej
   Kolory: #111111 / #FAFAF7 / #F5C400
   ========================================================== */

:root{
  --ot-black:#111111;
  --ot-black-2:#191919;
  --ot-yellow:#F5C400;
  --ot-yellow-dark:#D9AD00;
  --ot-cream:#FAFAF7;
  --ot-warm:#F2F0E7;
  --ot-line:#DEDCD2;
  --ot-muted:#6F6E68;
  --ot-white:#FFFFFF;
}

/* SP PAGE BUILDER – pełna szerokość i zerowe odstępy */
.ot-sp,
.ot-sp > .sppb-row-container,
.ot-sp > .sppb-row-container > .sppb-row,
.ot-sp > .sppb-row,
.ot-sp .sppb-column,
.ot-sp .sppb-column-addons,
.ot-sp .sppb-addon,
.ot-sp .sppb-addon-content{
  margin:0!important;
  padding:0!important;
}
.ot-sp > .sppb-row-container{
  width:100%!important;
  max-width:none!important;
}
.ot-sp .sppb-row{margin-left:0!important;margin-right:0!important}
.ot-sp .sppb-column{padding-left:0!important;padding-right:0!important}
.ot-sp .ot-home-block{width:100%!important;max-width:none!important}

/* CORE */
.ot,
.ot *{box-sizing:border-box}
.ot{
  width:100%;
  position:relative;
  font-family:Inter,Arial,sans-serif;
  color:var(--ot-black);
}
.ot a{text-decoration:none!important}
.ot p,.ot h1,.ot h2,.ot h3{margin:0}
.ot img{display:block;max-width:100%}
.ot-wrap{
  width:min(1500px,calc(100% - 96px));
  margin:0 auto;
}
.ot-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.70);
  font-size:11px;
  line-height:1.3;
  font-weight:850;
  letter-spacing:.16em;
}
.ot-kicker span{width:28px;height:3px;background:var(--ot-yellow);display:block}
.ot-kicker--dark{color:#65645f}
.ot-h1{
  color:#fff!important;
  font-size:clamp(52px,5.2vw,82px)!important;
  line-height:.94!important;
  letter-spacing:-.055em!important;
  font-weight:850!important;
}
.ot-h1 em,.ot-h2 em{font-style:normal;color:var(--ot-yellow)}
.ot-h2{
  color:var(--ot-black)!important;
  font-size:clamp(38px,4vw,62px)!important;
  line-height:1.00!important;
  letter-spacing:-.045em!important;
  font-weight:820!important;
}
.ot-btn{
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:0 8px 0 24px;
  border:1px solid transparent;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  transition:.22s ease;
}
.ot-btn b{
  width:42px;height:42px;display:grid;place-items:center;
  font-size:18px;font-weight:500;transition:.22s ease;
}
.ot-btn:hover b{transform:translateX(2px)}
.ot-btn--yellow{background:var(--ot-yellow);color:#111!important}
.ot-btn--yellow b{background:#111;color:#fff}
.ot-btn--yellow:hover{background:#FFD51A;color:#111!important}
.ot-btn--ghost{border-color:rgba(255,255,255,.28);color:#fff!important;background:rgba(255,255,255,.03)}
.ot-btn--ghost b{background:rgba(255,255,255,.11);color:#fff}
.ot-btn--ghost:hover{border-color:var(--ot-yellow);color:var(--ot-yellow)!important}
.ot-btn--black{background:#111;color:#fff!important}
.ot-btn--black b{background:var(--ot-yellow);color:#111}
.ot-btn--black:hover{background:#252525}

/* TARGET NUMBER BADGES */
.ot-target-badge{
  position:relative;
  width:72px;height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 72px;
  overflow:hidden;
  font-style:normal;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1;
}
.ot-target-badge span{position:relative;z-index:3}
.ot-target-badge:before,
.ot-target-badge:after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.ot-target-badge:before{inset:11px;border:1px solid currentColor;opacity:.32}
.ot-target-badge:after{inset:23px;border:1px solid currentColor;opacity:.25}
.ot-target-badge em{
  position:absolute;inset:0;z-index:1;pointer-events:none;
}
.ot-target-badge em:before,
.ot-target-badge em:after,
.ot-target-badge u:before,
.ot-target-badge u:after{
  content:"";position:absolute;background:currentColor;opacity:.18;
}
.ot-target-badge em:before{left:50%;top:9px;bottom:9px;width:1px;transform:translateX(-50%)}
.ot-target-badge em:after{top:50%;left:9px;right:9px;height:1px;transform:translateY(-50%)}
.ot-target-badge u{position:absolute;inset:0;text-decoration:none;z-index:1;pointer-events:none}
.ot-target-badge u:before{left:50%;top:17px;bottom:17px;width:1px;transform:translateX(-50%)}
.ot-target-badge u:after{top:50%;left:17px;right:17px;height:1px;transform:translateY(-50%)}
.ot-target-badge--light{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18)}
.ot-target-badge--light:before,.ot-target-badge--light:after{border-color:rgba(245,196,0,.82)}
.ot-target-badge--dark{color:#111;background:rgba(17,17,17,.03);border:1px solid rgba(17,17,17,.16)}
.ot-target-badge--dark:before,.ot-target-badge--dark:after{border-color:rgba(17,17,17,.28)}
.ot-target-badge--yellow{color:#111;background:rgba(255,255,255,.34);border:1px solid rgba(17,17,17,.18)}
.ot-target-badge--yellow:before,.ot-target-badge--yellow:after{border-color:rgba(17,17,17,.28)}
.ot-target-badge--soft{color:#6F6E68;background:#F5F3EB;border:1px solid #DEDBCF}
.ot-target-badge--soft:before,.ot-target-badge--soft:after{border-color:rgba(17,17,17,.24)}

/* IMAGE CARDS */
.ot-photo-card,
.ot-section-media{
  position:relative;
  overflow:hidden;
  border-radius:26px;
}
.ot-photo-card img,
.ot-section-media img{
  width:100%;height:100%;object-fit:cover;
}
.ot-photo-caption{
  position:absolute;left:22px;bottom:22px;z-index:2;
  display:grid;gap:6px;
  padding:16px 18px;
  min-width:170px;
  background:rgba(255,255,255,.96);
  color:#111;
  box-shadow:0 18px 45px rgba(17,17,17,.18);
  border-left:4px solid var(--ot-yellow);
}
.ot-photo-caption small{
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  color:#67655f;
}
.ot-photo-caption strong{
  font-size:15px;
  font-weight:950;
  letter-spacing:-.02em;
}

/* HERO */
.ot-hero{
  overflow:hidden;
  min-height:700px;
  padding:96px 0 86px;
  background:
    radial-gradient(circle at 82% 34%,rgba(245,196,0,.10),transparent 25%),
    linear-gradient(135deg,#0D0D0D 0%,#171717 62%,#101010 100%);
}
.ot-hero:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.17;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(90deg,transparent 0,#000 48%,#000 100%);
}
.ot-hero:after{
  content:"ON TARGET";position:absolute;right:-55px;bottom:-48px;color:rgba(255,255,255,.025);
  font-weight:950;font-size:clamp(120px,15vw,260px);letter-spacing:-.08em;white-space:nowrap;pointer-events:none;
}
.ot-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;position:relative;z-index:2}
.ot-hero-copy{padding-top:14px}
.ot-hero .ot-kicker{margin-bottom:26px}
.ot-lead{max-width:730px;margin-top:30px!important;color:rgba(255,255,255,.68)!important;font-size:17px!important;line-height:1.75!important}
.ot-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.ot-hero-meta{display:flex;gap:40px;margin-top:54px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}
.ot-hero-meta div{display:grid;gap:4px}
.ot-hero-meta strong{color:#fff;font-size:17px;line-height:1;font-weight:850}
.ot-hero-meta span{color:rgba(255,255,255,.43);font-size:10px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
.ot-hero-visual{height:560px;position:relative;display:flex;align-items:stretch;justify-content:flex-end}
.ot-hero-photo{
  width:min(460px,100%);
  height:100%;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 80px rgba(0,0,0,.34);
}
.ot-hero-photo:before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(17,17,17,.06) 0%,rgba(17,17,17,.12) 42%,rgba(17,17,17,.22) 100%);
}
.ot-hero-photo:after{
  content:"";position:absolute;inset:0;z-index:1;
  background:radial-gradient(circle at 78% 22%,rgba(245,196,0,.16),transparent 25%);
  mix-blend-mode:screen;
}
.ot-hero-photo img{position:relative;z-index:0}
.ot-hero-visual .ot-photo-caption{left:24px;bottom:24px}
.ot-hero-visual .ot-visual-card--top{position:absolute;top:24px;right:0;z-index:2}
.ot-visual-card{
  padding:16px 19px;background:#fff;color:#111;box-shadow:0 18px 50px rgba(0,0,0,.28);display:grid;gap:5px;min-width:155px
}
.ot-visual-card small{font-size:9px;font-weight:850;letter-spacing:.13em;color:#777}
.ot-visual-card strong{font-size:16px;font-weight:950;letter-spacing:-.02em}
.ot-visual-card--top{border-left:4px solid var(--ot-yellow)}

/* TRUST */
.ot-trust{background:var(--ot-yellow);border-bottom:1px solid #d5ab00}
.ot-trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.ot-trust article{min-height:164px;display:flex;align-items:center;gap:24px;padding:30px 42px;border-right:1px solid rgba(17,17,17,.18)}
.ot-trust article:first-child{padding-left:0}
.ot-trust article:last-child{border-right:0;padding-right:0}
.ot-trust strong{display:block;font-size:17px;font-weight:900;margin-bottom:7px}
.ot-trust p{color:rgba(17,17,17,.66)!important;font-size:12.5px!important;line-height:1.55!important}

/* SECTION HEAD */
.ot-section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end;margin-bottom:52px}
.ot-section-head .ot-kicker{margin-bottom:17px}
.ot-section-head>p{max-width:500px;justify-self:end;color:#74736d!important;font-size:15px!important;line-height:1.75!important}
.ot-section-head--light .ot-h2{color:#fff!important}
.ot-section-head--light>p{color:rgba(255,255,255,.55)!important}

/* CHOOSER */
.ot-chooser{padding:106px 0 116px;background:var(--ot-cream)}
.ot-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ot-line)}
.ot-choice{min-height:390px;padding:34px 30px 29px;background:#fff;color:#111!important;border-right:1px solid var(--ot-line);display:flex;flex-direction:column;transition:.25s ease}
.ot-choice:last-child{border-right:0}
.ot-choice h3{margin-top:62px!important;font-size:25px!important;line-height:1.08!important;letter-spacing:-.03em!important;font-weight:850!important;color:inherit!important}
.ot-choice p{margin-top:18px!important;color:#77756f!important;font-size:13.5px!important;line-height:1.72!important}
.ot-choice>span{margin-top:auto;padding-top:30px;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#111}
.ot-choice:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(17,17,17,.10);z-index:2}
.ot-choice--dark{background:#171717;color:#fff!important;border-color:#171717}
.ot-choice--dark p{color:rgba(255,255,255,.55)!important}
.ot-choice--dark>span{color:var(--ot-yellow)}
.ot-choice--yellow{background:var(--ot-yellow);border-color:var(--ot-yellow)}
.ot-choice--yellow p{color:rgba(17,17,17,.62)!important}

/* OFFER */
.ot-offer{padding:110px 0 118px;background:#111}
.ot-offer .ot-kicker{color:rgba(255,255,255,.55)}
.ot-text-link{align-self:end;justify-self:end;color:#fff!important;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid rgba(255,255,255,.25);padding:0 0 10px}
.ot-text-link b{color:var(--ot-yellow);margin-left:15px}
.ot-offer .ot-section-media{margin:-8px 0 44px;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 70px rgba(0,0,0,.18)}
.ot-offer .ot-section-media img{height:400px}
.ot-offer .ot-section-media:after,
.ot-groups .ot-section-media:after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(17,17,17,.04) 0%,rgba(17,17,17,.10) 48%,rgba(17,17,17,.20) 100%);
}
.ot-offer-list{border-top:1px solid rgba(255,255,255,.18)}
.ot-offer-row{display:grid;grid-template-columns:96px 1.05fr 1.3fr 48px;gap:35px;align-items:center;min-height:150px;border-bottom:1px solid rgba(255,255,255,.14);transition:.22s ease}
.ot-offer-row:hover{background:rgba(255,255,255,.035);padding-left:16px;padding-right:16px}
.ot-offer-row span{color:var(--ot-yellow);font-size:9px;font-weight:950;letter-spacing:.16em}
.ot-offer-row h3{margin-top:7px!important;color:#fff!important;font-size:24px!important;line-height:1.1!important;font-weight:830!important;letter-spacing:-.025em!important}
.ot-offer-row p{color:rgba(255,255,255,.51)!important;font-size:13px!important;line-height:1.65!important;max-width:570px}
.ot-offer-row>a{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.20);color:#fff!important;font-size:18px;transition:.2s ease}
.ot-offer-row:hover>a{background:var(--ot-yellow);color:#111!important;border-color:var(--ot-yellow)}

/* ABOUT */
.ot-about{padding:116px 0;background:var(--ot-warm);overflow:hidden}
.ot-about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px;align-items:start}
.ot-about-side{min-height:0}
.ot-about-photo{
  min-height:520px;
  border:1px solid rgba(17,17,17,.10);
  box-shadow:0 26px 65px rgba(17,17,17,.08);
  background:#ddd;
}
.ot-about-photo img{height:520px}
.ot-about-copy{padding-top:4px}
.ot-about-copy .ot-h2 em{color:#9B7900}
.ot-about-lead{max-width:770px;margin-top:32px!important;color:#292929!important;font-size:20px!important;line-height:1.56!important;font-weight:590!important}
.ot-about-columns{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:34px;margin-bottom:34px}
.ot-about-columns p{color:#6e6c65!important;font-size:14px!important;line-height:1.8!important}

/* GROUPS */
.ot-groups{padding:110px 0 120px;background:#fff}
.ot-groups .ot-section-media{margin:-8px 0 44px;border:1px solid var(--ot-line);box-shadow:0 30px 70px rgba(17,17,17,.08)}
.ot-groups .ot-section-media img{height:380px}
.ot-group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ot-group-grid article{min-height:295px;padding:32px 29px;border:1px solid var(--ot-line);background:var(--ot-cream);position:relative;overflow:hidden}
.ot-group-grid article:after{content:"";position:absolute;width:90px;height:90px;border:18px solid rgba(245,196,0,.18);border-radius:50%;right:-35px;bottom:-35px}
.ot-group-grid span{font-size:9px;color:#8c8a83;font-weight:950;letter-spacing:.17em}
.ot-group-grid h3{margin-top:70px!important;color:#111!important;font-size:23px!important;line-height:1.08!important;font-weight:850!important;letter-spacing:-.03em!important}
.ot-group-grid p{margin-top:15px!important;color:#76746e!important;font-size:13px!important;line-height:1.65!important;max-width:260px}

/* PROCESS */
.ot-process{padding:105px 0;background:var(--ot-yellow)}
.ot-process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px;align-items:start}
.ot-process .ot-kicker{color:rgba(17,17,17,.55);margin-bottom:20px}
.ot-process .ot-kicker span{background:#111}
.ot-process .ot-h2{font-size:clamp(40px,4vw,58px)!important}
.ot-steps{border-top:1px solid rgba(17,17,17,.25)}
.ot-steps article{display:grid;grid-template-columns:82px 1fr;gap:25px;padding:28px 0;border-bottom:1px solid rgba(17,17,17,.22)}
.ot-steps h3{font-size:20px!important;line-height:1.2!important;font-weight:900!important;color:#111!important}
.ot-steps p{margin-top:7px!important;color:rgba(17,17,17,.65)!important;font-size:13px!important;line-height:1.65!important;max-width:650px}

/* FAQ */
.ot-faq{padding:110px 0 118px;background:var(--ot-cream)}
.ot-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:110px}
.ot-faq .ot-kicker{margin-bottom:18px}
.ot-faq-intro{margin-top:25px!important;color:#77756f!important;font-size:14px!important;line-height:1.7!important}
.ot-faq-intro a{color:#111!important;font-weight:900;border-bottom:2px solid var(--ot-yellow)}
.ot-accordion{border-top:1px solid #cbc9bf}
.ot-accordion details{border-bottom:1px solid #d3d1c8}
.ot-accordion summary{list-style:none;cursor:pointer;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#111;font-size:16px;font-weight:850}
.ot-accordion summary::-webkit-details-marker{display:none}
.ot-accordion summary i{font-style:normal;font-size:20px;font-weight:400;color:#9B7900;transition:.2s ease}
.ot-accordion details[open] summary i{transform:rotate(45deg)}
.ot-accordion details p{padding:0 55px 24px 0!important;color:#706f68!important;font-size:13.5px!important;line-height:1.75!important}

/* FINAL */
.ot-final{padding:92px 0 100px;background:#fff}
.ot-final-box{min-height:430px;padding:60px 64px;background:#111;display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center;position:relative;overflow:hidden;box-shadow:0 34px 75px rgba(17,17,17,.16)}
.ot-final-box:before{content:"";position:absolute;width:510px;height:510px;border:1px solid rgba(245,196,0,.30);border-radius:50%;right:-170px;top:-220px;box-shadow:0 0 0 55px rgba(245,196,0,.035),0 0 0 110px rgba(245,196,0,.022)}
.ot-final-copy,.ot-final-actions{position:relative;z-index:2}
.ot-final .ot-kicker{margin-bottom:22px}
.ot-final h2{color:#fff!important;font-size:clamp(42px,4.3vw,64px)!important;line-height:.98!important;letter-spacing:-.045em!important;font-weight:850!important}
.ot-final h2 em{color:var(--ot-yellow);font-style:normal}
.ot-final-copy>p{max-width:620px;margin-top:24px!important;color:rgba(255,255,255,.60)!important;font-size:14.5px!important;line-height:1.72!important}
.ot-final-actions{display:grid;border-top:1px solid rgba(255,255,255,.17)}
.ot-final-contact{min-height:86px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-content:center;border-bottom:1px solid rgba(255,255,255,.14);color:#fff!important;position:relative;padding-right:55px}
.ot-final-contact small{font-size:9px;color:rgba(255,255,255,.43);font-weight:850;letter-spacing:.15em}
.ot-final-contact strong{margin-top:5px;font-size:18px;font-weight:850;letter-spacing:-.015em}
.ot-final-contact i{position:absolute;right:0;top:50%;transform:translateY(-50%);font-style:normal;color:var(--ot-yellow);font-size:20px}
.ot-final-contact:hover strong{color:var(--ot-yellow)}
.ot-final-address{padding-top:25px;display:grid;gap:7px}
.ot-final-address small{font-size:9px;color:var(--ot-yellow);font-weight:850;letter-spacing:.14em}
.ot-final-address span{color:rgba(255,255,255,.68);font-size:13px;line-height:1.55}

/* RESPONSIVE */
@media(max-width:1199px){
  .ot-wrap{width:min(100% - 64px,1420px)}
  .ot-hero-grid{grid-template-columns:1fr .8fr;gap:40px}
  .ot-hero-visual{height:500px}
  .ot-choice-grid{grid-template-columns:1fr 1fr}
  .ot-choice{border-bottom:1px solid var(--ot-line)}
  .ot-choice:nth-child(2){border-right:0}
  .ot-choice:nth-child(3),.ot-choice:nth-child(4){border-bottom:0}
  .ot-group-grid{grid-template-columns:1fr 1fr}
  .ot-about-grid,.ot-process-grid,.ot-faq-grid{gap:70px}
}

@media(max-width:991px){
  .ot-wrap{width:calc(100% - 48px)}
  .ot-hero{padding:75px 0 70px}
  .ot-hero-grid{grid-template-columns:1fr}
  .ot-hero-visual{height:auto;margin-top:20px}
  .ot-hero-photo{width:min(540px,100%);height:500px}
  .ot-trust-grid{grid-template-columns:1fr}
  .ot-trust article,.ot-trust article:first-child,.ot-trust article:last-child{padding:23px 0;min-height:0;border-right:0;border-bottom:1px solid rgba(17,17,17,.18)}
  .ot-trust article:last-child{border-bottom:0}
  .ot-section-head{grid-template-columns:1fr;gap:20px;align-items:start}
  .ot-section-head>p,.ot-text-link{justify-self:start}
  .ot-offer-row{grid-template-columns:82px 1fr 48px;gap:24px;padding:24px 0}
  .ot-offer-row p{grid-column:2/3}
  .ot-offer-row>a{grid-column:3;grid-row:1/3}
  .ot-about-grid,.ot-process-grid,.ot-faq-grid{grid-template-columns:1fr;gap:50px}
  .ot-about-photo img{height:460px}
  .ot-final-box{grid-template-columns:1fr;gap:50px;padding:50px}
}

@media(max-width:767px){
  .ot-wrap{width:calc(100% - 34px)}
  .ot-hero{min-height:0;padding:62px 0 56px}
  .ot-h1{font-size:clamp(43px,13vw,62px)!important}
  .ot-lead{font-size:15px!important;line-height:1.7!important}
  .ot-actions{display:grid;grid-template-columns:1fr}
  .ot-btn{width:100%}
  .ot-hero-meta{gap:20px;justify-content:space-between}
  .ot-hero-meta div{max-width:30%}
  .ot-hero-photo{width:100%;height:430px}
  .ot-hero-visual .ot-photo-caption{left:16px;right:16px;bottom:16px;min-width:0}
  .ot-hero-visual .ot-visual-card--top{top:14px;right:14px}
  .ot-chooser,.ot-offer,.ot-about,.ot-groups,.ot-faq{padding:76px 0 82px}
  .ot-process{padding:76px 0}
  .ot-section-head{margin-bottom:35px}
  .ot-h2{font-size:clamp(36px,10vw,50px)!important}
  .ot-choice-grid{grid-template-columns:1fr}
  .ot-choice{min-height:330px;border-right:0!important;border-bottom:1px solid var(--ot-line)!important}
  .ot-choice:last-child{border-bottom:0!important}
  .ot-choice h3{margin-top:42px!important}
  .ot-offer .ot-section-media img,.ot-groups .ot-section-media img{height:260px}
  .ot-offer-row{grid-template-columns:62px 1fr 40px;gap:15px}
  .ot-offer-row h3{font-size:20px!important}
  .ot-offer-row p{font-size:12.5px!important}
  .ot-offer-row>a{width:38px;height:38px}
  .ot-about-photo img{height:360px}
  .ot-about-columns{grid-template-columns:1fr;gap:16px}
  .ot-about-lead{font-size:17px!important}
  .ot-group-grid{grid-template-columns:1fr}
  .ot-group-grid article{min-height:250px}
  .ot-process-grid{gap:38px}
  .ot-steps article{grid-template-columns:62px 1fr}
  .ot-faq-grid{gap:38px}
  .ot-final{padding:64px 0 72px}
  .ot-final-box{padding:38px 25px;gap:40px;min-height:0}
  .ot-final h2{font-size:clamp(38px,10.5vw,51px)!important}
  .ot-final-contact strong{font-size:15.5px}
  .ot-target-badge{width:54px;height:54px;flex-basis:54px;font-size:10px}
  .ot-target-badge:before{inset:8px}
  .ot-target-badge:after{inset:17px}
  .ot-target-badge em:before{top:7px;bottom:7px}
  .ot-target-badge em:after{left:7px;right:7px}
  .ot-target-badge u:before{top:13px;bottom:13px}
  .ot-target-badge u:after{left:13px;right:13px}
}

@media(max-width:430px){
  .ot-hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
  .ot-hero-meta div{max-width:none}
  .ot-hero-meta strong{font-size:15px}
  .ot-hero-meta span{font-size:8px}
  .ot-hero-photo{height:390px}
}

/* V3 – wspólna stylistyka wszystkich numerów jako tarcza strzelecka */
.ot-target-badge{
  background-image:radial-gradient(circle at center, currentColor 0 4px, transparent 4.5px 100%);
}
.ot-target-badge span{
  display:grid;place-items:center;
  width:28px;height:28px;border-radius:50%;
  background:var(--ot-yellow);color:#111;
  box-shadow:0 0 0 6px rgba(245,196,0,.12);
}
.ot-target-badge--yellow span{background:#111;color:var(--ot-yellow);box-shadow:0 0 0 6px rgba(17,17,17,.08)}
.ot-target-badge--soft span{background:var(--ot-yellow);color:#111}
.ot-target-badge--light span{background:var(--ot-yellow);color:#111}

/* V3 – dodatkowe miejsca zdjęciowe: 6 zdjęć na HOME */
.ot-chooser .ot-section-media{margin:-8px 0 44px;border:1px solid var(--ot-line);box-shadow:0 30px 70px rgba(17,17,17,.08)}
.ot-chooser .ot-section-media img{height:390px;object-position:center 44%}
.ot-process-title .ot-process-media{margin-top:34px;border:1px solid rgba(17,17,17,.18);border-radius:22px;box-shadow:0 26px 60px rgba(17,17,17,.12)}
.ot-process-title .ot-process-media img{height:300px;object-position:center center}
@media(max-width:991px){
  .ot-process-title .ot-process-media img{height:360px}
}
@media(max-width:767px){
  .ot-chooser .ot-section-media img{height:250px}
  .ot-process-title .ot-process-media img{height:250px}
}

/* ==========================================================
   V4 – TYPOGRAFIA / CZYTELNOŚĆ
   Większe teksty opisowe i mocniejszy kontrast.
   ========================================================== */

/* Główne opisy sekcji */
.ot-section-head > p{
  font-size:17px!important;
  line-height:1.72!important;
  color:#5d5c57!important;
  font-weight:450!important;
}

/* Hero */
.ot-lead{
  font-size:18px!important;
  line-height:1.72!important;
  color:rgba(255,255,255,.78)!important;
  font-weight:450!important;
}

/* Pasek wyróżników */
.ot-trust p{
  font-size:15.5px!important;
  line-height:1.62!important;
  color:rgba(17,17,17,.78)!important;
  font-weight:450!important;
}

/* Kafelki wyboru szkolenia */
.ot-choice p{
  font-size:16.5px!important;
  line-height:1.68!important;
  color:#5f5d57!important;
  font-weight:450!important;
}
.ot-choice--dark p{
  color:rgba(255,255,255,.74)!important;
}
.ot-choice--yellow p{
  color:rgba(17,17,17,.78)!important;
}

/* Oferta – opis każdego szkolenia */
.ot-offer-row p{
  font-size:16.5px!important;
  line-height:1.68!important;
  color:rgba(255,255,255,.72)!important;
  font-weight:450!important;
  max-width:650px;
}

/* Dlaczego On Target */
.ot-about-columns p{
  font-size:16.5px!important;
  line-height:1.76!important;
  color:#5f5d57!important;
  font-weight:450!important;
}

/* Szkolenia dla grup */
.ot-group-grid p{
  font-size:16px!important;
  line-height:1.68!important;
  color:#65635d!important;
  font-weight:450!important;
  max-width:290px;
}

/* Proces – szczególnie sekcja z żółtym tłem */
.ot-steps p{
  font-size:17px!important;
  line-height:1.68!important;
  color:rgba(17,17,17,.79)!important;
  font-weight:450!important;
  max-width:760px;
}

/* FAQ */
.ot-faq-intro{
  font-size:16.5px!important;
  line-height:1.7!important;
  color:#62615c!important;
  font-weight:450!important;
}
.ot-accordion summary{
  font-size:18px!important;
  line-height:1.35!important;
}
.ot-accordion details p{
  font-size:16.5px!important;
  line-height:1.75!important;
  color:#62615c!important;
  font-weight:450!important;
}

/* Końcowe CTA */
.ot-final-copy > p{
  font-size:17px!important;
  line-height:1.72!important;
  color:rgba(255,255,255,.74)!important;
  font-weight:450!important;
}
.ot-final-address span{
  font-size:15.5px!important;
  line-height:1.6!important;
  color:rgba(255,255,255,.74)!important;
}

/* Małe etykiety mogą pozostać kompaktowe, ale nie mikroskopijne */
.ot-choice > span,
.ot-offer-row span,
.ot-group-grid span,
.ot-visual-card small,
.ot-photo-caption small,
.ot-final-contact small,
.ot-final-address small{
  font-size:11px!important;
}

@media(max-width:991px){
  .ot-section-head > p{font-size:16.5px!important}
  .ot-lead{font-size:17px!important}
  .ot-choice p,
  .ot-offer-row p,
  .ot-about-columns p,
  .ot-group-grid p,
  .ot-accordion details p{font-size:16px!important}
  .ot-steps p{font-size:16.5px!important}
  .ot-faq-intro{font-size:16px!important}
}

@media(max-width:767px){
  /* Na telefonie tekst nie schodzi już do 12–13 px */
  .ot-lead{font-size:16px!important;line-height:1.7!important}
  .ot-section-head > p{font-size:16px!important;line-height:1.68!important}
  .ot-trust p{font-size:15.5px!important}
  .ot-choice p,
  .ot-offer-row p,
  .ot-about-columns p,
  .ot-group-grid p,
  .ot-steps p,
  .ot-faq-intro,
  .ot-accordion details p,
  .ot-final-copy > p{font-size:15.5px!important;line-height:1.7!important}
  .ot-accordion summary{font-size:17px!important}
  .ot-final-address span{font-size:15px!important}
}

/* V5 – większe etykiety kategorii w sekcji „Szkolenia i zajęcia dla grup” */
.ot-group-grid > article > span{
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  color:#66645e!important;
}

@media(max-width:767px){
  .ot-group-grid > article > span{
    font-size:13px!important;
    letter-spacing:.10em!important;
  }
}
