/* ===========================================================
   b2b.css — sdílené styly stránek Pro firmy
   (firemni-darky.html + vitaminy-zamestnanci.html)
   Drží se brand tokenů z mujvit.css (Poppins, brand barvy).
   =========================================================== */

.b2b-wrap { overflow-x: hidden; }
.b2b-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ---------- společné nadpisy sekcí ---------- */
.b2b-section { padding: 56px 0; background: var(--brand-cream, #FFF9F0); }
.b2b-section-white { background: #fff; }
.b2b-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.b2b-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--brand-warm, #F8961F); margin-bottom: 10px; } /* Vit 4.7.: oranzove dle mujvit-design */
.b2b-h2 { font-size: clamp(26px, 4.5vw, 38px); font-weight: 800; color: var(--brand-text, #1A2332); line-height: 1.15; letter-spacing: -0.5px; margin: 0; }
.b2b-lede { font-size: clamp(15px, 2vw, 17px); line-height: 1.65; color: var(--brand-text-soft, #6B7785); margin: 14px auto 0; max-width: 640px; }
.b2b-lede strong { color: var(--brand-text, #1A2332); font-weight: 700; }

/* ---------- HERO ---------- */
.b2b-hero { padding: 40px 0 48px; background: linear-gradient(180deg, #FFFEFA 0%, var(--brand-cream, #FFF9F0) 100%); }
.b2b-hero-grid { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; }
.b2b-hero-text { order: 1; }
.b2b-hero-trust { order: 2; }
.b2b-hero-img { order: 3; }
.b2b-hero-cta { order: 4; }
@media (min-width: 900px) {
  .b2b-hero-grid { grid-template-columns: 1.05fr 0.95fr; column-gap: 48px; row-gap: 0; grid-template-areas: "text img" "trust img" "cta img"; }
  .b2b-hero-text { grid-area: text; }
  .b2b-hero-cta { grid-area: cta; }
  .b2b-hero-trust { grid-area: trust; }
  .b2b-hero-img { grid-area: img; }
}
.b2b-hero-text { text-align: center; }
@media (min-width: 900px) { .b2b-hero-text { text-align: left; } }
.b2b-hero h1 { font-size: clamp(32px, 6vw, 52px); font-weight: 800; line-height: 1.06; letter-spacing: -1px; color: var(--brand-text, #1A2332); margin: 10px 0 0; }
.b2b-hero h1 .green { color: var(--brand-primary, #289546); }
.b2b-hero-lede { font-size: clamp(15px, 2.2vw, 18px); line-height: 1.6; color: var(--brand-text-soft, #5F7268); margin: 16px 0 0; }
.b2b-hero-cta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
@media (min-width: 900px) { .b2b-hero-cta { justify-content: flex-start; } }
@media (min-width: 900px) { .b2b-hero-trust { justify-content: flex-start; } }
.b2b-btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 16px; border-radius: 999px; padding: 16px 30px; transition: transform 0.15s, box-shadow 0.15s; line-height: 1; }
.b2b-btn-warm { background: var(--brand-primary, #289546); color: #fff; box-shadow: 0 10px 24px rgba(40,149,70,0.24); } /* Vit 4.7.: hlavni CTA zelene s bilym (jednotne) */@media (hover: hover) and (pointer: fine){
.b2b-btn-warm:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(40,149,70,0.30); color: #fff; background: var(--brand-primary-dark, #1f6b39); }}
.b2b-btn-green { background: var(--brand-primary, #289546); color: #fff; box-shadow: 0 10px 24px rgba(40,149,70,0.24); }@media (hover: hover) and (pointer: fine){
.b2b-btn-green:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(40,149,70,0.30); color: #fff; }}
.b2b-btn-ghost { background: #fff; color: var(--brand-primary, #289546); border: 1.5px solid var(--brand-gray-1, #E6EDE8); }@media (hover: hover) and (pointer: fine){
.b2b-btn-ghost:hover { border-color: var(--brand-primary, #289546); color: var(--brand-primary, #289546); }}
.b2b-hero-trust { margin-top: 20px; display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 14.5px; color: var(--brand-text-soft, #6B7785); justify-content: center; cursor: pointer; background: none; border: none; font-family: inherit; padding: 0; }@media (hover: hover) and (pointer: fine){
.b2b-hero-trust:hover strong { text-decoration: underline; }}
.b2b-hero-trust .stars { color: #F5A623; letter-spacing: 1px; }
.b2b-hero-trust strong { color: var(--brand-text, #1A2332); font-weight: 800; }
/* Vít 6.7.: Trustindex widget místo starého badge+popupu (stejný jako homepage), mobil default / PC od 980px. */
.b2b-hero-trust-ti { display: block; cursor: default; }
.b2b-hero-trust-ti .ti-hero { width: 100%; max-width: 420px; margin: 0 auto; }
.b2b-hero-trust-ti .ti-hero--pc { display: none; }
.b2b-hero-trust-ti .ti-hero--mobile { display: block; }
@media (min-width: 900px) { .b2b-hero-trust-ti .ti-hero { margin: 0; } }
@media (min-width: 980px) {
  .b2b-hero-trust-ti .ti-hero--pc { display: block; }
  .b2b-hero-trust-ti .ti-hero--mobile { display: none; }
}
.b2b-hero-img { display: flex; justify-content: center; }
.b2b-hero-img img { width: 100%; max-width: 440px; height: auto; border-radius: 22px; }
.b2b-hero-img.plain img { border-radius: 0; }

/* ---------- recenze pruh ---------- */
.b2b-review { background: #fff; border: 1px solid var(--brand-gray-1, #E6EDE8); border-radius: 18px; padding: 24px 26px; max-width: 760px; margin: 0 auto; box-shadow: 0 10px 28px rgba(31,58,44,0.06); cursor: pointer; transition: box-shadow .2s, transform .2s; }@media (hover: hover) and (pointer: fine){
.b2b-review:hover { box-shadow: 0 16px 34px rgba(31,58,44,0.12); transform: translateY(-2px); }}
.b2b-review-top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.b2b-review-stars { color: #F5A623; font-size: 18px; letter-spacing: 1px; }
.b2b-review-score { font-weight: 800; color: var(--brand-text, #1A2332); }
.b2b-review-count { font-size: 13.5px; color: var(--brand-text-soft, #6B7785); }
.b2b-review-text { font-size: 15.5px; line-height: 1.6; color: var(--brand-text-medium, #4A5662); font-style: italic; margin: 0 0 10px; }
.b2b-review-author { font-size: 13.5px; color: var(--brand-text-soft, #6B7785); font-weight: 600; }

/* ---------- proces (kroky) ---------- */
.b2b-steps { display: grid; gap: 14px; grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }
.b2b-step { background: #fff; border: 1px solid var(--brand-gray-1, #E6EDE8); border-radius: 16px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; row-gap: 3px; align-items: center; box-shadow: 0 8px 22px rgba(40,149,70,0.06); transition: box-shadow .2s, transform .2s; }@media (hover: hover) and (pointer: fine){
.b2b-step:hover { box-shadow: 0 12px 28px rgba(40,149,70,0.10); transform: translateY(-2px); }}
.b2b-step-ico { grid-row: 1 / span 2; width: 54px; height: 54px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand-primary-soft, #E8F4EC); color: var(--brand-primary, #289546); }
.b2b-step-ico.warm { background: #FFF1E0; color: var(--brand-warm, #F8961F); }
.b2b-step-ico svg { width: 26px; height: 26px; }
.b2b-step h3 { grid-column: 2; align-self: end; font-size: 16px; font-weight: 800; color: var(--brand-text, #1A2332); margin: 0; line-height: 1.3; }
.b2b-step p { grid-column: 2; align-self: start; font-size: 13.5px; color: var(--brand-text-soft, #5F7268); margin: 0; line-height: 1.5; }
.b2b-steps-note { text-align: center; font-weight: 700; color: var(--brand-primary, #289546); margin: 26px 0 0; font-size: 16px; }

/* ---------- zelený pruh s hlavními body ---------- */
.b2b-band { background: var(--brand-primary, #289546); padding: 30px 0; }
.b2b-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 16px; max-width: 1080px; margin: 0 auto; }
/* Vit 4.7.: mobil = 1 sloupec pod sebou (2 sloupce se lamaly), PC beze zmeny */
@media (max-width: 879px) { .b2b-band-grid { grid-template-columns: 1fr; gap: 16px; max-width: 320px; } }
/* FIX 320px (3.7.2026): 2 auto sloupce (2x163+16=342 > 288) => 1 sloupec */
@media (max-width: 359px) { .b2b-band-grid { grid-template-columns: 1fr; } }
@media (min-width: 880px) { .b2b-band-grid { grid-template-columns: repeat(4, 1fr); } }
.b2b-band-item { display: flex; align-items: center; gap: 14px; }
.b2b-band-ico { width: 54px; height: 54px; flex-shrink: 0; border-radius: 50%; background: #fff; color: var(--brand-primary, #289546); display: inline-flex; align-items: center; justify-content: center; }
.b2b-band-ico svg { width: 28px; height: 28px; }
.b2b-band-txt .num { font-size: 19px; font-weight: 800; color: #fff; line-height: 1.15; }
.b2b-band-txt .lbl { font-size: 13.5px; color: rgba(255,255,255,0.86); line-height: 1.35; margin-top: 2px; }

/* ---------- mixy (cenové karty) ---------- */
.b2b-mixes { display: grid; gap: 18px; grid-template-columns: 1fr; max-width: 1040px; margin: 0 auto; }
@media (min-width: 820px) { .b2b-mixes { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.b2b-mix { position: relative; background: #fff; border: 1px solid var(--brand-gray-1, #E6EDE8); border-radius: 18px; padding: 26px 24px; display: flex; flex-direction: column; box-shadow: 0 10px 28px rgba(31,58,44,0.06); }
.b2b-mix-featured { border: 2px solid var(--brand-primary, #289546); box-shadow: 0 16px 36px rgba(40,149,70,0.12); }
.b2b-mix-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 2; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: var(--brand-primary, #289546); padding: 6px 16px; border-radius: 999px; box-shadow: 0 4px 12px rgba(40,149,70,0.28); }
.b2b-mix h3 { font-size: 19px; font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 8px; }
.b2b-mix-desc { font-size: 14px; line-height: 1.55; color: var(--brand-text-soft, #5F7268); margin: 0 0 16px; }
.b2b-mix-price { font-size: 28px; font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 4px; }
.b2b-mix-price small { font-size: 14px; font-weight: 600; color: var(--brand-text-soft, #6B7785); }
.b2b-mix-list { list-style: none; padding: 0; margin: 14px 0 20px; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.b2b-mix-list li { font-size: 14px; color: var(--brand-text-medium, #4A5662); padding-left: 24px; position: relative; line-height: 1.4; }
.b2b-mix-list li::before { content: "\2713\FE0E"; font-family: -apple-system, "system-ui", "Segoe UI", Roboto, sans-serif; position: absolute; left: 0; top: 0; color: var(--brand-primary, #289546); font-weight: 800; font-size: 16px; line-height: 1.4; }
.b2b-mix-cta { margin-top: auto; }
.b2b-mix-cta .b2b-btn { width: 100%; justify-content: center; padding: 13px 22px; font-size: 15px; }
.b2b-mix-note { text-align: center; font-size: 13.5px; color: var(--brand-text-soft, #6B7785); margin: 22px auto 0; max-width: 560px; }

/* ---------- design přebalů (grid) ---------- */
.b2b-designs { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); max-width: 860px; margin: 0 auto; }
@media (min-width: 760px) { .b2b-designs { grid-template-columns: repeat(3, 1fr); } }
.b2b-design { background: #fff; border: 1px solid var(--brand-gray-1, #E6EDE8); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 22px rgba(31,58,44,0.05); }
.b2b-design-swatch { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; position: relative; }
.b2b-design-swatch span { font-size: 13px; font-weight: 800; letter-spacing: 1px; opacity: 0.55; }
.b2b-design-swatch.light { background: linear-gradient(135deg, #F7F8FA 0%, #ECEFF3 100%); color: #1A2332; }
.b2b-design-swatch.dark { background: linear-gradient(135deg, #2A2F38 0%, #1A1E25 100%); color: #fff; }
.b2b-design-swatch.cream { background: linear-gradient(135deg, #FFF9F0 0%, #FBEBD2 100%); color: #8a6a2f; }
.b2b-design-swatch.green { background: linear-gradient(135deg, #E8F4EC 0%, #CDEAD6 100%); color: var(--brand-primary-dark, #1F6336); }
.b2b-design-cap { padding: 14px 16px; font-size: 14px; font-weight: 700; color: var(--brand-text, #1A2332); line-height: 1.35; }
.b2b-design-img { aspect-ratio: 4/3; background: #fff; display: flex; align-items: center; justify-content: center; padding: 8px; }
.b2b-design-img img { width: 100%; height: 100%; object-fit: contain; }

/* ---------- features (co získáte) ---------- */
.b2b-features { display: grid; gap: 16px; grid-template-columns: 1fr; max-width: 1040px; margin: 0 auto; }
@media (min-width: 600px) { .b2b-features { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .b2b-features { grid-template-columns: repeat(4, 1fr); } }
.b2b-feature { background: #fff; border: 1px solid var(--brand-gray-1, #E6EDE8); border-radius: 16px; padding: 22px 20px; box-shadow: 0 8px 22px rgba(40,149,70,0.06); }
.b2b-feature-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--brand-primary-soft, #E8F4EC); color: var(--brand-primary, #289546); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.b2b-feature-ico.warm { background: #FFF1E0; color: var(--brand-warm, #F8961F); }
.b2b-feature-ico svg { width: 24px; height: 24px; }
.b2b-feature h3 { font-size: 16px; font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 6px; line-height: 1.3; }
.b2b-feature p { font-size: 13.5px; line-height: 1.5; color: var(--brand-text-soft, #5F7268); margin: 0; }

/* ---------- dárkové poukazy ---------- */
.b2b-vouchers-grid { display: flex; flex-direction: column; gap: 18px; max-width: 980px; margin: 0 auto; }
.b2b-vouchers-img img { width: 100%; height: auto; border-radius: 18px; }
.b2b-vouchers-h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 800; color: var(--brand-text, #1A2332); margin: 0; letter-spacing: -0.4px; }
.b2b-vouchers-text p { font-size: 15.5px; line-height: 1.6; color: var(--brand-text-soft, #5F7268); margin: 0 0 20px; }
@media (min-width: 820px) {
  .b2b-vouchers-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; grid-template-areas: "img head" "img text"; align-content: center; }
  .b2b-vouchers-img { grid-area: img; align-self: center; }
  .b2b-vouchers-h2 { grid-area: head; align-self: end; margin: 0 0 12px; }
  .b2b-vouchers-text { grid-area: text; align-self: start; }
}

/* ---------- kontakt + poptávkový formulář ---------- */
.b2b-contact { background: var(--brand-primary-soft, #E8F4EC); padding: 60px 0; }
.b2b-contact-grid { display: grid; grid-template-columns: 1fr; gap: 28px; max-width: 1040px; margin: 0 auto; align-items: start; }
@media (min-width: 880px) { .b2b-contact-grid { grid-template-columns: 0.9fr 1.1fr; gap: 36px; } }
.b2b-contact-card { background: #fff; border-radius: 20px; padding: 30px 28px; box-shadow: 0 14px 34px rgba(31,58,44,0.08); }
.b2b-contact-card .b2b-eyebrow { margin-bottom: 6px; }
.b2b-contact-card h2 { font-size: 26px; font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 16px; letter-spacing: -0.4px; }
.b2b-contact-person { font-weight: 800; color: var(--brand-text, #1A2332); font-size: 17px; margin: 0 0 14px; }
.b2b-contact-line { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--brand-text-medium, #4A5662); margin-bottom: 12px; }
.b2b-contact-line a { color: var(--brand-primary, #289546); font-weight: 700; word-break: break-word; }
.b2b-contact-line svg { width: 20px; height: 20px; color: var(--brand-warm, #F8961F); flex-shrink: 0; }
.b2b-contact-hours { font-size: 13.5px; color: var(--brand-text-soft, #6B7785); margin-top: 16px; }

.b2b-form { background: #fff; border: 1px solid var(--brand-gray-1, #E5E7EB); border-radius: 20px; padding: 30px 28px; box-shadow: 0 6px 18px rgba(26,35,50,0.08); }
.b2b-form h2 { font-size: 22px; font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 6px; }
.b2b-form-sub { font-size: 14px; color: var(--brand-text-soft, #6B7785); margin: 0 0 22px; }
.b2b-form-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 560px) { .b2b-form-grid { grid-template-columns: 1fr 1fr; } }
.b2b-field { display: flex; flex-direction: column; gap: 6px; }
.b2b-field.full { grid-column: 1 / -1; }
.b2b-field label { font-size: 13px; font-weight: 700; color: var(--brand-text-medium, #4A5662); }
.b2b-field label .req { color: var(--brand-warm, #F8961F); }
.b2b-field input, .b2b-field textarea { width: 100%; border: 1.5px solid var(--brand-gray-1, #E6EDE8); border-radius: 12px; padding: 12px 14px; font-size: 15px; color: var(--brand-text, #1A2332); background: #FCFDFC; transition: border-color 0.15s, box-shadow 0.15s; }
.b2b-field input:focus, .b2b-field textarea:focus { outline: none; border-color: var(--brand-primary, #289546); box-shadow: 0 0 0 3px rgba(40,149,70,0.12); background: #fff; }
.b2b-field textarea { resize: vertical; min-height: 84px; }
.b2b-form-submit { margin-top: 22px; }
.b2b-form-submit .b2b-btn { width: 100%; justify-content: center; font-size: 16px; }
.b2b-form-msg { margin-top: 14px; font-size: 14px; line-height: 1.5; padding: 12px 14px; border-radius: 12px; display: none; }
.b2b-form-msg.show { display: block; }
.b2b-form-msg.ok { background: var(--brand-primary-soft, #E8F4EC); color: var(--brand-primary-dark, #1F6336); }
.b2b-form-msg.err { background: #FDECEC; color: #B4232A; }
.b2b-form-gdpr { font-size: 12px; color: var(--brand-text-soft, #6B7785); margin-top: 14px; line-height: 1.5; }
.b2b-form-gdpr a { color: var(--brand-primary, #289546); }

/* ---------- finální megacta ---------- */
.b2b-megacta { background: var(--brand-primary, #289546); text-align: center; padding: 60px 20px; }
.b2b-megacta h2 { font-size: clamp(26px, 4vw, 36px); font-weight: 800; color: #fff; margin: 0 0 12px; letter-spacing: -0.5px; }
.b2b-megacta p { font-size: 16px; color: rgba(255,255,255,0.9); margin: 0 auto 26px; max-width: 560px; line-height: 1.55; }
.b2b-megacta .b2b-btn-warm { box-shadow: 0 12px 28px rgba(0,0,0,0.18); }

/* ---------- showcase: střídavé řádky text + fotka (placeholdery na grafiku) ---------- */
.b2b-showcase { display: flex; flex-direction: column; gap: 44px; max-width: 1080px; margin: 0 auto; }
.b2b-show-row { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: center; }
@media (min-width: 820px) {
  .b2b-show-row { grid-template-columns: 1fr 1fr; gap: 48px; }
  .b2b-show-row.flip .b2b-show-text { order: 2; }
  .b2b-show-row.flip .b2b-show-img { order: 1; }
}
.b2b-show-text h3 { font-size: clamp(20px, 3vw, 26px); font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 12px; letter-spacing: -0.3px; }
.b2b-show-text p { font-size: 15.5px; line-height: 1.6; color: var(--brand-text-soft, #5F7268); margin: 0 0 14px; }
.b2b-show-text p:last-of-type { margin-bottom: 0; }
.b2b-show-text p strong { color: var(--brand-text, #1A2332); font-weight: 700; }
.b2b-show-img { aspect-ratio: 4 / 3; max-width: 340px; margin: 0 auto; width: 100%; border-radius: 20px; background: var(--brand-primary-soft, #E8F4EC); border: 1.5px dashed rgba(40,149,70,0.4); display: flex; align-items: center; justify-content: center; text-align: center; color: var(--brand-primary, #289546); font-size: 13px; font-weight: 700; padding: 20px; }
.b2b-show-img picture { display: block; width: 100%; height: 100%; min-height: 0; } /* Vit 4.7. FIX: bez toho fotka pretekala z karty pres text */
.b2b-show-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.b2b-show-img.has-photo { border: none; background: #fff; padding: 12px; box-shadow: 0 18px 44px rgba(31,58,44,0.10), 0 3px 8px rgba(31,58,44,0.05); }
.b2b-mix-img { border-radius: 16px; overflow: hidden; margin-bottom: 14px; aspect-ratio: 1 / 1; background: #fff; }
.b2b-mix-img img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* ---------- avatar v kontaktní kartě ---------- */
.b2b-contact-head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.b2b-contact-avatar { width: 104px; height: 104px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 4px solid var(--brand-primary-soft, #E8F4EC); }
.b2b-contact-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.b2b-contact-head .b2b-eyebrow { margin-bottom: 2px; }
.b2b-contact-head .b2b-contact-person { margin: 0; }

/* ---------- finální CTA + ruka (jako homepage) ---------- */
.b2b-final { background: var(--brand-primary-soft, #E8F4EC); text-align: center; padding: 56px 20px; }
.b2b-final h2 { font-size: clamp(26px, 4vw, 36px); font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 12px; letter-spacing: -0.5px; }
.b2b-final p { font-size: 16px; color: var(--brand-text-soft, #5F7268); margin: 0 auto 26px; max-width: 560px; line-height: 1.55; }
.b2b-final-hand { background: #fff; padding: 30px 0 0; text-align: center; overflow: hidden; }
.b2b-final-hand-img { max-width: 400px; margin: 40px auto -30px; }
.b2b-final-hand-img img { display: block; width: 100%; height: auto; }

/* ---------- video blok ---------- */
/* Vit 5.7.: primy YT embed jako u krve = prehrani na 1 tuknuti; BILE pozadi (cerne = cerny box pri nacitani, pouceni z krve 26.5.) */
.b2b-video { position: relative; max-width: 640px; margin: 0 auto; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; box-shadow: 0 18px 44px rgba(31,58,44,0.14); background: #fff; }
.b2b-video iframe { width: 100%; height: 100%; display: block; border: 0; }

/* ---------- mix karty na mobilu: menší foto, kompaktnější ---------- */
@media (max-width: 760px) {
  .b2b-mixes { gap: 16px; }
  .b2b-mix { padding: 22px 20px; }
  .b2b-mix-img { max-width: 240px; margin-left: auto; margin-right: auto; }
}

/* ---------- kontaktní karta na mobilu: avatar nahoře, vycentrováno ---------- */
@media (max-width: 560px) {
  .b2b-contact-head { flex-direction: column; text-align: center; gap: 12px; }
  .b2b-contact-line { justify-content: center; }
  .b2b-contact-hours { text-align: center; }
}

/* ---------- daňový benefit blok ---------- */
.b2b-tax-stats { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 980px; margin: 0 auto 34px; }
@media (min-width: 720px) { .b2b-tax-stats { grid-template-columns: repeat(3, 1fr); } }
.b2b-tax-stat { background: var(--brand-primary-soft, #E8F4EC); border-radius: 16px; padding: 26px 22px; text-align: center; }
.b2b-tax-num { font-size: clamp(26px, 4vw, 34px); font-weight: 800; color: var(--brand-primary, #289546); letter-spacing: -0.5px; line-height: 1.1; }
.b2b-tax-lbl { font-size: 14px; color: var(--brand-text-medium, #4A5662); line-height: 1.45; margin-top: 8px; }
.b2b-tax-points { display: grid; grid-template-columns: 1fr; gap: 14px 28px; max-width: 980px; margin: 0 auto; }
@media (min-width: 760px) { .b2b-tax-points { grid-template-columns: 1fr 1fr; } }
.b2b-tax-point { position: relative; padding-left: 30px; font-size: 15px; line-height: 1.55; color: var(--brand-text-soft, #5F7268); }
.b2b-tax-point::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--brand-primary, #289546) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 13l4 4L19 7'/></svg>") center / 12px 12px no-repeat; }
.b2b-tax-point strong { color: var(--brand-text, #1A2332); font-weight: 700; }
.b2b-tax-cta { text-align: center; margin-top: 34px; }
.b2b-tax-note { font-size: 12.5px; color: var(--brand-text-soft, #6B7785); max-width: 620px; margin: 16px auto 0; line-height: 1.55; }

/* ---------- hero mezery na mobilu ---------- */
@media (max-width: 760px) {
  .b2b-hero-grid { gap: 16px; }
  .b2b-hero-text .b2b-eyebrow { margin-bottom: 4px; }
  .b2b-hero h1 { margin-top: 2px; }
  .b2b-hero-trust { margin-top: 2px; }
  .b2b-hero-cta { margin-top: 4px; }
}
.b2b-tax-note a { color: var(--brand-primary, #289546); text-decoration: underline; }

/* ---------- poptávkový formulář na mobilu: kompaktní + bez iOS zoomu ---------- */
@media (max-width: 560px) {
  .b2b-form { padding: 26px 20px; }
  .b2b-form-grid { gap: 13px; }
  .b2b-field input, .b2b-field textarea { font-size: 16px; padding: 12px 14px; }
  .b2b-field textarea { min-height: 78px; }
}

/* === REFERENCE / LOGA FIREM (Vít 9.6.) === */
.b2b-logos{ display:grid; grid-template-columns:repeat(4,1fr); gap:40px 46px; align-items:center; justify-items:center; max-width:940px; margin:40px auto 0; }
.b2b-logo{ display:flex; align-items:center; justify-content:center; width:100%; height:66px; }
.b2b-logo img{ max-width:172px; max-height:58px; width:auto; height:auto; object-fit:contain; }
.b2b-logo-ph{ display:none; font-weight:800; font-size:1.05rem; letter-spacing:.2px; color:var(--brand-text); opacity:.45; }
@media(max-width:760px){
  .b2b-logos{ grid-template-columns:repeat(2,1fr); gap:30px 18px; margin-top:28px; }
  .b2b-logo{ height:56px; }
  .b2b-logo img{ max-height:46px; max-width:132px; }
}

/* Success karta po odeslání (Vít 29.6.2026) - hezčí než malý box */
.b2b-form-msg.ok { text-align: center; padding: 30px 22px; }
.b2b-success-ico { display: block; margin: 0 auto 10px; color: var(--brand-primary, #289546); }
.b2b-form-msg.ok h3 { font-size: 21px; font-weight: 800; color: var(--brand-text, #1A2332); margin: 0 0 6px; }
.b2b-form-msg.ok p { font-size: 14.5px; line-height: 1.55; color: var(--brand-text-medium, #4A5662); margin: 0; }
.b2b-form-msg.ok a { color: var(--brand-primary, #289546); font-weight: 700; }
