/* MANUCO 2.7 — business landing pages and consistent brand signatures. */
.manuco-wordmark__dot { color: #0079f8; }
.manuco-subbrand { border-left: 1px solid currentColor; padding-left: 12px; font: 400 clamp(15px, 1.5vw, 21px)/1.2 var(--manuco-display); max-width: 100px; }
.manuco-hero-partners { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.manuco-hero-partners > a { box-sizing: border-box; display: flex; flex: 0 0 220px; width: 220px; max-width: 100%; min-width: 0; align-items: center; justify-content: center; background: white; border: 1px solid #e4e7ed; border-radius: 12px; height: 80px; padding: 16px 20px; overflow: hidden; }
.manuco-hero-partners > a > img { display: block; flex: none; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.manuco-founder__photo { position: relative; }
.manuco-founder__photo .manuco-founder__portrait { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 76%; }
.manuco-hero__media { box-shadow: none; background: none; border: none; transform: none; padding: 0; }
.manuco-hero__media::before, .manuco-hero__media::after { display: none; }
.manuco-hero-simple { padding: clamp(28px, 5vw, 60px); border-radius: 24px; background: #0630dc; color: #fff; text-align: center; }
.manuco-hero-simple > img { width: 240px; max-width: 100%; display: block; margin: 0 auto; }
.manuco-hero-simple .manuco-meta-label, .manuco-hero-simple > span { color: #fff; }
.manuco-hero-simple > p { color: #fff; font: 500 clamp(21px, 2vw, 28px)/1.3 var(--manuco-display); margin: 0 0 14px; }
.manuco-trust__grid--numbers { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding-block: 32px; }
.manuco-flow-art { position: relative; isolation: isolate; overflow: hidden; border-radius: 28px; padding: clamp(28px, 5vw, 64px) clamp(22px, 4vw, 48px); background: radial-gradient(ellipse at 100% 0, #0079f8, transparent 65%), #0927c4; color: #fff; }
.manuco-flow-art::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#ffffff0b 1px, transparent 1px), linear-gradient(90deg, #ffffff0b 1px, transparent 1px); background-size: 36px 36px; }
.manuco-flow-art__orbit { position: absolute; width: 430px; height: 430px; border: 1px solid #ffffff33; border-radius: 50%; right: -200px; top: 30px; box-shadow: 0 0 0 44px #ffffff08, 0 0 0 88px #ffffff05; z-index: -1; }
.manuco-flow-art__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 42px; }
.manuco-flow-art__steps > li { position: relative; display: flex; gap: 20px; align-items: center; padding: 20px; border: 1px solid #ffffff45; border-radius: 18px; background: #ffffff12; box-shadow: 0 12px 32px #00136626; }
.manuco-flow-art__steps > li:nth-child(2) { background: #fff; color: #0927c4; transform: translateX(12px); }
.manuco-flow-art__steps > li:not(:last-child)::after { content: '↓'; position: absolute; top: 100%; left: 45px; height: 42px; line-height: 42px; color: #fff; font-size: 25px; animation: manuco-flow-travel 2s ease-in-out 2; }
.manuco-flow-art__icon { flex: 0 0 48px; width: 48px; height: 48px; }
.manuco-flow-art__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.manuco-flow-art__steps small { display: block; font: 12px/1.4 var(--manuco-mono, monospace); opacity: .7; margin-bottom: 4px; }
.manuco-flow-art__steps strong { font: 500 clamp(20px, 2.1vw, 29px)/1.2 var(--manuco-display); overflow-wrap: anywhere; }
@keyframes manuco-flow-travel { 50% { transform: translateY(5px); opacity: .55; } }
@media (prefers-reduced-motion: reduce) { .manuco-flow-art__steps > li::after { animation: none; } }
@media (max-width: 600px) { .manuco-trust__grid--numbers { grid-template-columns: 1fr; } .manuco-trust__grid--numbers p + p { border-left: 0; border-top: 1px solid var(--manuco-line); } .manuco-flow-art__steps > li { gap: 12px; padding: 16px; } .manuco-flow-art__steps > li:nth-child(2) { transform: none; } }
.manuco-trust__grid--numbers p { font: 500 clamp(18px, 2vw, 26px)/1.4 var(--manuco-display); padding: 12px 24px; text-align: center; overflow-wrap: anywhere; }
.manuco-trust__grid--numbers p + p { border-left: 1px solid var(--manuco-line); }
@media (max-width: 767px) {
	.manuco-trust__grid--numbers { grid-template-columns: 1fr; }
	.manuco-trust__grid--numbers p + p { border-left: 0; border-top: 1px solid var(--manuco-line); }
}
.manuco-problem-card { display: flex; flex-direction: column; min-width: 0; }
.manuco-problem-benefits { margin: 8px 0 28px; padding-left: 20px; line-height: 1.65; color: var(--manuco-muted); }
.manuco-problem-benefits li + li { margin-top: 10px; }
.manuco-problem-card > .manuco-button { margin-top: auto; align-self: flex-start; }
.manuco-quote-action { display: flex; justify-content: center; margin-top: 28px; }
.manuco-founder-contact { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-block: 24px; }
.manuco-founder-contact a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.manuco-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.manuco-footer .manuco-socials a { padding: 10px 12px; border: 1px solid #555; border-radius: 6px; color: #fff; font-size: 13px; }
.manuco-case-grid--archive { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.manuco-case-grid--archive .manuco-case-card > a, .manuco-case-grid--home .manuco-case-card > a { display: flex; flex-direction: column; height: 100%; }
.manuco-case-grid--archive .manuco-case-card, .manuco-case-grid--home .manuco-case-card { min-width: 0; margin: 0; border: 1px solid var(--manuco-line); border-radius: 18px; overflow: hidden; background: var(--manuco-surface); }
.manuco-case-grid--archive .manuco-case-card__body, .manuco-case-grid--home .manuco-case-card__body { padding: clamp(24px, 3vw, 40px); flex: 1; display: flex; flex-direction: column; }
.manuco-case-card__body > .manuco-text-link { margin-top: auto; }
.manuco-case-grid--archive h2 { font-size: clamp(24px, 2.5vw, 32px); line-height: 1.2; }
.manuco-business-landing .manuco-subhero { padding-bottom: 28px; background: radial-gradient(ellipse at 90% 0, color-mix(in srgb, var(--manuco-blue) 12%, transparent), transparent 60%); }
.manuco-business-landing .manuco-subhero h1 { max-width: 950px; font-size: clamp(36px, 5vw, 66px); }
.manuco-business-landing .manuco-publication-actions { margin-bottom: 64px; }
.manuco-business-landing .manuco-publication-section { padding: clamp(28px, 5vw, 64px) 0; margin: 0; border-top: 1px solid var(--manuco-line); }
.manuco-business-landing .manuco-publication-section > p { max-width: 800px; font-size: 19px; line-height: 1.7; }
.manuco-business-landing .manuco-publication-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.manuco-business-landing #problemy .manuco-publication-grid, .manuco-business-landing #wspolpraca .manuco-publication-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.manuco-business-landing .manuco-publication-card { display: flex; flex-direction: column; padding: clamp(24px, 3vw, 38px); margin: 0 !important; border: 1px solid var(--manuco-line); border-radius: 16px; background: var(--manuco-soft); min-width: 0; }
.manuco-business-landing .manuco-publication-card h3 { font-size: 24px; margin-top: 0; }
.manuco-business-landing .manuco-card-link { margin-top: auto; padding-top: 20px; }
.manuco-business-landing #proces { padding: clamp(28px, 4vw, 48px); background: var(--manuco-soft); border-radius: 18px; }
.manuco-business-landing .manuco-publication-grid:empty { display: none; }
.manuco-brand-signature { margin-bottom: 28px; }
@media (max-width: 1100px) { .manuco-header .manuco-subbrand { font-size: 16px; } .manuco-header .manuco-wordmark { font-size: 28px; } .manuco-header__inner { gap: 16px; } }
@media (max-width: 767px) {
	.manuco-case-grid--archive, .manuco-business-landing .manuco-publication-grid, .manuco-business-landing #problemy .manuco-publication-grid, .manuco-business-landing #wspolpraca .manuco-publication-grid { grid-template-columns: minmax(0, 1fr); }
	.manuco-header .manuco-logo { gap: 6px; } .manuco-header .manuco-logo__ribbon { width: 30px; height: 36px; } .manuco-header .manuco-wordmark { font-size: 23px; } .manuco-header .manuco-subbrand { font-size: 13px; max-width: 68px; padding-left: 7px; }
	.manuco-hero-simple { padding: 28px; } .manuco-hero-simple > img { width: 160px; }
	.manuco-trust__grid--numbers p { padding-inline: 12px; font-size: 18px; }
}
