* {
	box-sizing: border-box;
}

/* --------------------------------------------------
   SALDEOSMART
-------------------------------------------------- */

.saldeo-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.saldeo-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.saldeo-hero .section-heading {
    margin-bottom: 15px;
}

.saldeo-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.saldeo-lead {
    max-width: 760px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.saldeo-logo {
    display: block;
    width: 300px;
    max-width: 35%;
    height: auto;
    object-fit: contain;
}

.saldeo-section {
    padding: 65px 0;
}

.saldeo-intro {
    max-width: 950px;
    margin-bottom: 45px;
}

.saldeo-intro h2,
.saldeo-process > h2,
.saldeo-cta h2 {
    margin: 0 0 18px;
    color: #222;
    font-size: 34px;
}

.saldeo-intro p,
.saldeo-cta p {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
}

.saldeo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.saldeo-card {
    position: relative;
    min-height: 230px;
    padding: 32px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.saldeo-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 48px;
    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
}

.saldeo-card h2 {
    margin: 0 0 15px;
    padding-right: 20px;
    color: #222;
    font-size: 25px;
}

.saldeo-card p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.saldeo-process {
    margin-top: 65px;
}

.saldeo-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid #e5231b;
}

.saldeo-steps div {
    padding: 25px 25px 5px 0;
}

.saldeo-steps strong {
    display: block;
    margin-bottom: 8px;
    color: #e5231b;
    font-size: 30px;
    line-height: 1;
}

.saldeo-steps span {
    color: #444;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}

.saldeo-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    margin-top: 65px;
    padding: 38px;
    border-top: 2px solid #e5231b;
    background: #f5f5f5;
}

.saldeo-cta > div:first-child {
    max-width: 720px;
}

.saldeo-cta h2 {
    margin-bottom: 8px;
    font-size: 30px;
}

.saldeo-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-direction: column;
}

.saldeo-actions > a:last-child {
    color: #e5231b;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 900px) {
    .saldeo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .saldeo-hero-inner,
    .saldeo-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .saldeo-logo {
        align-self: flex-end;
        width: 240px;
        max-width: 70%;
    }

    .saldeo-grid,
    .saldeo-steps {
        grid-template-columns: 1fr;
    }

    .saldeo-actions {
        align-items: flex-start;
    }
}

@media (max-width: 550px) {
    .saldeo-hero h1 {
        font-size: 40px;
    }

    .saldeo-card,
    .saldeo-cta {
        padding: 30px;
    }
}

/* --------------------------------------------------
   PODPIS ELEKTRONICZNY
-------------------------------------------------- */

.signature-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.signature-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.signature-hero .section-heading {
    margin-bottom: 15px;
}

.signature-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.signature-lead {
    max-width: 760px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.signature-logo {
    display: block;
    width: 290px;
    max-width: 35%;
    height: auto;
    object-fit: contain;
}

.signature-section {
    padding: 65px 0;
}

.signature-intro {
    max-width: 950px;
    margin-bottom: 45px;
}

.signature-intro h2,
.signature-verification h2 {
    margin: 0 0 18px;
    color: #222;
    font-size: 34px;
}

.signature-intro p,
.signature-verification p {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
}

.signature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.signature-card {
    position: relative;
    min-height: 230px;
    padding: 34px 38px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.signature-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.signature-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 55px;
    height: 55px;
    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
}

.signature-card-logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
    padding-right: 20px;
}

.signature-card-logo img {
    display: block;
    width: 170px;
    max-width: 55%;
    height: auto;
    object-fit: contain;
}

.signature-card > span,
.signature-verification-label {
    display: block;
    margin-bottom: 8px;
    color: #e5231b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.signature-card h2 {
    margin: 0 0 15px;
    color: #222;
    font-size: 29px;
}

.signature-card p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.6;
}

.signature-verification {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 55px;
    padding: 38px;
    border-top: 2px solid #e5231b;
    background: #f5f5f5;
}

.signature-verification > div {
    max-width: 760px;
}

.signature-verification h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

@media (max-width: 750px) {
    .signature-hero-inner,
    .signature-verification {
        flex-direction: column;
        align-items: flex-start;
    }

    .signature-logo {
        align-self: flex-end;
        width: 230px;
        max-width: 70%;
    }

    .signature-grid {
        grid-template-columns: 1fr;
    }

    .signature-card:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

@media (max-width: 550px) {
    .signature-hero h1 {
        font-size: 40px;
    }

    .signature-card,
    .signature-verification {
        padding: 30px;
    }
}

/* --------------------------------------------------
   OBSŁUGA IT
-------------------------------------------------- */

.it-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.it-hero .section-heading {
    margin-bottom: 15px;
}

.it-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.it-lead {
    max-width: 800px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.it-section {
    padding: 65px 0;
}

.it-intro {
    max-width: 950px;
    margin-bottom: 45px;
}

.it-intro h2,
.it-scope h2,
.it-cta h2 {
    margin: 0 0 18px;
    color: #222;
    font-size: 34px;
}

.it-intro p,
.it-cta p {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
}

.it-models {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.it-model-card {
    position: relative;
    padding: 38px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.it-model-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 55px;
    height: 55px;
    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
}

.it-model-label {
    display: block;
    margin-bottom: 8px;
    color: #e5231b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.it-model-card h2 {
    margin: 0 0 18px;
    color: #222;
    font-size: 30px;
}

.it-model-card p {
    margin: 0 0 25px;
    color: #666;
    font-size: 17px;
    line-height: 1.6;
}

.it-model-card ul {
    margin: 0;
    padding-left: 20px;
}

.it-model-card li {
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.45;
}

.it-scope {
    margin-top: 65px;
}

.it-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.it-scope-grid div {
    padding: 20px 22px;
    border-left: 3px solid #e5231b;
    background: #f5f5f5;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.it-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 65px;
    padding: 38px;
    background: #f5f5f5;
    border-top: 2px solid #e5231b;
}

.it-cta h2 {
    margin-bottom: 8px;
    font-size: 30px;
}

@media (max-width: 800px) {
    .it-models,
    .it-scope-grid {
        grid-template-columns: 1fr;
    }

    .it-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .it-hero h1 {
        font-size: 40px;
    }

    .it-model-card,
    .it-cta {
        padding: 30px;
    }
}

/* --------------------------------------------------
   KASY I DRUKARKI FISKALNE
-------------------------------------------------- */

.fiscal-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.fiscal-hero .section-heading {
    margin-bottom: 15px;
}

.fiscal-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.fiscal-lead {
    max-width: 800px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.fiscal-section {
    padding: 65px 0;
}

.fiscal-intro {
    max-width: 900px;
    margin-bottom: 55px;
}

.fiscal-intro h2 {
    margin: 0 0 18px;
    color: #222;
    font-size: 34px;
}

.fiscal-intro p {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
}

.fiscal-category + .fiscal-category {
    margin-top: 65px;
}

.fiscal-category-heading {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5231b;
}

.fiscal-category-heading h2 {
    margin: 0;
    color: #222;
    font-size: 32px;
}

.fiscal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fiscal-card {
    position: relative;
    min-height: 500px;
    padding: 30px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.fiscal-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 245px;
    margin-bottom: 22px;
}

.fiscal-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fiscal-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 45px;
    height: 45px;
    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
}

.fiscal-card-type {
    display: block;
    margin-bottom: 8px;
    color: #e5231b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fiscal-card h3 {
    margin: 0 0 15px;
    color: #222;
    font-size: 28px;
}

.fiscal-card p {
    margin: 0 0 25px;
    color: #666;
    font-size: 16px;
    line-height: 1.55;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fiscal-card:hover p {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 50px;
    left: 20px;

    display: block;
    max-height: calc(100% - 90px);
    margin: 0;
    padding: 20px;
    overflow-y: auto;

    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}

.fiscal-card a {
    color: #e5231b;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 900px) {
    .fiscal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .fiscal-hero h1 {
        font-size: 40px;
    }

    .fiscal-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------
   PODSTRONA PROGRAMU WAPRO
-------------------------------------------------- */

.program-hero {
    padding: 60px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.program-hero-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
}

.program-hero p {
    max-width: 560px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.program-logo {
    width: auto;
    max-width: 520px;
    max-height: 190px;
    object-fit: contain;
}

.program-section {
    padding: 70px 0;
}

.program-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr);
    gap: 60px;
    align-items: start;
}

.program-layout h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 32px;
}

.program-description p {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 1.7;
}

.program-features {
    padding: 30px;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #e5231b;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.program-features h2 {
    font-size: 25px;
}

.program-features ul {
    margin: 0;
    padding-left: 20px;
}

.program-features li {
    margin-bottom: 12px;
    color: #555;
    font-size: 17px;
    line-height: 1.45;
}

.program-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.program-external {
    color: #e5231b;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 750px) {
    .program-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }

    .program-logo {
        align-self: flex-start;
        max-width: 100%;
        max-height: 150px;
    }

    .program-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

:root {
	--brand-red: #e5231b;
	--brand-dark: #222222;
	--brand-gray: #777777;
	--brand-light: #f5f5f5;
	--brand-border: #dddddd;
}

body {
	height: 100%;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
	margin: 0;
	font-family: Rajdhani, Helvetica, sans-serif;
	color: #20242a;
	background: #fff;
	line-height: 1.6;
}

main {
    flex: 1;
}

.logo {
	margin-right: auto;
}

.logo img {
	display: block;
	width: 180px;
	height: auto;
}

.container {
	width: min(1120px, 92%);
	margin: 0 auto;
}

.site-header {
	background: #f5f5f5;
	border-bottom: 2px solid #e5231b;
	font-family: "Rajdhani", Arial, sans-serif;
}

.header-inner {
	height: 68px;
	display: flex;
	align-items: center;
	gap: 35px;
}

h1, h2, h3,
.logo,
.main-nav {
	font-family: "Rajdhani", Arial, sans-serif;
}

h1 {
	letter-spacing: 0.5px;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 30px;
}

.main-nav a {
	position: relative;
	padding: 23px 0 12px;
	color: #333;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
}

.main-nav a:hover,
.main-nav a.active {
	color: #e5231b;
}

.main-nav a.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	height: 2px;
	background: #e5231b;
}

.contact-button {
	margin-left: 15px;
	padding: 11px 20px;
	border: 1px solid #ddd;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all .2s ease;
}

.contact-button:hover {
	border-color: #0875be;
	color: #0875be;
}

.hero {
	padding: 90px 0;
	background: #f4f7fa;
}

.hero h1 {
	margin: 0 0 20px;
	max-width: 800px;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.1;
}

.hero-text {
	max-width: 700px;
	font-size: 20px;
}

.button {
	display: inline-block;
	margin-top: 25px;
	padding: 13px 24px;
	background: #1769aa;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
}

.services {
	padding: 70px 0;
}

.services h2 {
	font-size: 34px;
	margin-top: 0;
}

.cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.card {
	padding: 28px;
	border: 1px solid #e3e6e9;
	border-radius: 8px;
}

.card h3 {
	margin-top: 0;
	color: #1769aa;
}

.page-section {
	padding: 60px 0;
}

.content {
	max-width: 900px;
}

.content h1 {
	font-size: 42px;
}

.not-found {
	min-height: 65vh;
	display: grid;
	place-items: center;
	padding: 80px 0;
	text-align: center;
	background: #f5f5f5;
}

.not-found-inner {
	max-width: 720px;
}

.not-found-code {
	display: block;
	color: #e5231b;
	font-size: clamp(90px, 18vw, 180px);
	font-weight: 700;
	line-height: .75;
	letter-spacing: -6px;
}

.not-found h1 {
	margin: 32px 0 12px;
	font-size: clamp(32px, 5vw, 52px);
}

.not-found p {
	max-width: 600px;
	margin: 0 auto 30px;
	color: #555;
	font-size: 19px;
	line-height: 1.6;
}

.not-found .button {
	display: inline-block;
}

.privacy-note {
	margin-top: 40px;
	padding: 22px 26px;
	border-left: 3px solid #e5231b;
	background: #f5f5f5;
}

.site-footer {
	margin-top: 50px;
	padding: 20px 0;
	background: #f5f5f5;
	color: #333;
	border-top: 2px solid #e5231b;
	font-family: "Rajdhani", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.35;
}

.site-footer a {
	color: #333;
	text-decoration: none;
}

.site-footer a:hover {
	color: #e5231b;
}

.footer-review {
	align-self: center;
	text-align: center;
}

.footer-review a {
    color: #e5231b;
    font-weight: 700;
    text-decoration: none;
}

.footer-review a:hover {
    text-decoration: underline;
}

.footer-brand img {
	width: 120px;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

.footer-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: flex-start;
	gap: 40px;
}

.footer-column strong {
	font-size: 18px;
	font-weight: 700;
}

.footer-contact {
	text-align: right;
}

.footer-powered {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    color: #888;
    text-align: center;
}

.footer-powered strong {
    color: #666;
    font-weight: 600;
}

.help-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	background: #e5231b;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #e5231b;
	transition: 0.2s;
}

.help-button:hover {
	background: transparent;
	color: #e5231b;
}

@media (max-width: 800px) {
	.header-inner {
		height: auto;
		padding: 20px 0;
		flex-wrap: wrap;
		gap: 18px;
	}

	.logo {
		width: 100%;
	}

	.main-nav {
		gap: 20px;
		flex-wrap: wrap;
	}

	.main-nav a {
		padding: 5px 0 6px;
	}

	.main-nav a.active::after {
		bottom: 1px;
	}

	.contact-button {
		display: none;
	}

	.hero {
		padding: 55px 0;
	}

	.cards {
		grid-template-columns: 1fr;
	}

	.footer-inner {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	.footer-inner {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.footer-contact {
		text-align: left;
	}

	.footer-review {
		align-self: flex-start;
		text-align: left;
	}
}
/* --------------------------------------------------
   POMOC
-------------------------------------------------- */

.help-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.help-hero .section-heading {
    margin-bottom: 15px;
}

.help-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.help-lead {
    max-width: 720px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.help-section {
    padding: 65px 0;
}

.help-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
    margin-bottom: 45px;
}

.help-card {
    display: block;
    position: relative;

    width: 100%;
    /* max-width: 720px; */
    min-height: 230px;

    margin-bottom: 45px;
    padding: 38px;
    box-sizing: border-box;
    overflow: hidden;

    border: 1px solid #e2e2e2;
    background: #fff;

    color: #333;
    text-decoration: none;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);

    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.help-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;

    width: 55px;
    height: 55px;

    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;

    transition:
        width .2s ease,
        height .2s ease;
}

.help-card:hover {
    border-color: #e5231b;
    transform: translateY(-4px);

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}

.help-card:hover::before {
    width: 72px;
    height: 72px;
}

.help-card h2 {
    margin: 0 0 16px;
    padding-right: 35px;

    color: #222;
    font-size: 30px;
}

.help-card p {
    max-width: 540px;
    margin: 0 0 45px;

    color: #666;
    font-size: 17px;
    line-height: 1.6;
}

.help-more {
    position: absolute;
    left: 38px;
    bottom: 28px;

    color: #e5231b;
    font-size: 15px;
    font-weight: 700;
}

.help-info {
    max-width: 760px;
    margin-bottom: 35px;
}

.help-info h2 {
    margin-bottom: 18px;
    font-size: 30px;
}

.help-info ol {
    margin: 0;
    padding-left: 24px;
}

.help-info li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.help-hours {
    max-width: 760px;
    padding: 20px 24px;

    background: #f5f5f5;
    border-left: 4px solid #e5231b;

    font-size: 17px;
    line-height: 1.55;
}

@media (max-width: 700px) {

    .help-hero {
        padding: 40px 0 35px;
    }

    .help-hero h1 {
        font-size: 40px;
    }

    .help-card {
        min-height: 220px;
        padding: 30px;
    }

    .help-more {
        left: 30px;
    }
}


/* --------------------------------------------------
   Ciasteczka
-------------------------------------------------- */

.cookie-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;

    background: #f5f5f5;
    border-bottom: 3px solid #e5231b;

    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 16px;
    color: #444;
}

.cookie-inner {
    width: min(1120px, 92%);
    margin: 0 auto;
    padding: 16px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text a {
    color: #e5231b;
    text-decoration: none;
}

.cookie-text a:hover {
    text-decoration: underline;
}

#cookie-accept {
    border: 0;
    background: #e5231b;
    color: #fff;

    padding: 10px 22px;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;
}

#cookie-accept:hover {
    background: #c91c16;
}

@media (max-width: 700px) {

    .cookie-inner {
        align-items: flex-start;
        gap: 10px;
    }

    #cookie-accept {
        flex-shrink: 0;
    }
}


/* --------------------------------------------------
   HOME
-------------------------------------------------- */

.home-hero {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.home-hero-inner {
    min-height: 470px;
    display: flex;
    align-items: center;
    padding-top: 65px;
    padding-bottom: 65px;
}

.home-hero-content {
    max-width: 800px;
}

.home-eyebrow {
    margin-bottom: 12px;
    color: #e5231b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.home-hero h1 {
    margin: 0 0 20px;
    color: #222;
    font-size: clamp(48px, 6vw, 74px);
    font-weight: 700;
    line-height: 1;
}

.home-lead {
    max-width: 720px;
    margin: 0;
    color: #555;
    font-size: 23px;
    line-height: 1.45;
}

.home-actions {
    display: flex;
    gap: 14px;
    margin-top: 35px;
}

.button {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #e5231b;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
}

.button-primary {
    background: #e5231b;
    color: #fff;
}

.button-primary:hover {
    background: #c91c16;
    border-color: #c91c16;
    color: #fff;
}

.button-secondary {
    background: transparent;
    color: #e5231b;
}

.button-secondary:hover {
    background: #e5231b;
    color: #fff;
}


/* sekcje */

.home-section {
    padding: 75px 0;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading span {
    display: block;
    margin-bottom: 5px;
    color: #e5231b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0;
    color: #222;
    font-size: 38px;
    line-height: 1.15;
}


/* --------------------------------------------------
   HOME
-------------------------------------------------- */

.home-hero {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.home-hero-inner {
    min-height: 430px;
    display: flex;
    align-items: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

.home-hero-content {
    max-width: 820px;
}

.home-eyebrow {
    margin-bottom: 10px;
    color: #e5231b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.home-hero h1 {
    margin: 0 0 18px;
    color: #222;
    font-size: clamp(46px, 6vw, 70px);
    font-weight: 700;
    line-height: 1;
}

.home-lead {
    max-width: 720px;
    margin: 0;
    color: #555;
    font-size: 22px;
    line-height: 1.5;
}

.home-actions {
    display: flex;
    gap: 14px;
    margin-top: 32px;
}

.button {
    display: inline-block;
    padding: 11px 22px;
    border: 2px solid #e5231b;
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}

.button-primary {
    background: #e5231b;
    color: #fff;
}

.button-primary:hover {
    background: #c91c16;
    border-color: #c91c16;
    color: #fff;
}

.button-secondary {
    background: transparent;
    color: #e5231b;
}

.button-secondary:hover {
    background: #e5231b;
    color: #fff;
}


/* --------------------------------------------------
   SEKCJE
-------------------------------------------------- */

.home-section {
    padding: 70px 0;
}

.section-heading {
    margin-bottom: 32px;
}

.section-heading span {
    display: block;
    margin-bottom: 5px;
    color: #e5231b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0;
    color: #222;
    font-size: 38px;
    line-height: 1.15;
}


/* --------------------------------------------------
   OFERTA - KAFELKI
-------------------------------------------------- */

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.service-card {
    position: relative;
    min-height: 260px;
    padding: 38px 38px 32px;
    overflow: hidden;

    border: 1px solid #e2e2e2;
    background: #fff;

    color: #333;
    text-decoration: none;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);

    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;

    width: 55px;
    height: 55px;

    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;

    transition:
        width .2s ease,
        height .2s ease;
}

.service-card h3 {
    margin: 0 0 18px;
    padding-right: 35px;

    color: #222;
    font-size: 29px;
    font-weight: 700;
}

.service-card p {
    max-width: 500px;
    margin: 0 0 45px;

    color: #666;
    font-size: 17px;
    line-height: 1.6;
}

.service-more {
    position: absolute;
    left: 38px;
    bottom: 28px;

    color: #e5231b;
    font-size: 15px;
    font-weight: 700;
}

.service-card:hover {
    border-color: #e5231b;
    transform: translateY(-4px);

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
	background: #fffafa;
}

.service-card:hover::before {
    width: 72px;
    height: 72px;
}


/* --------------------------------------------------
   DLACZEGO MULTIBIT
-------------------------------------------------- */

.home-why {
    background: #f5f5f5;
}

.why-intro {
    max-width: 760px;
    margin: -8px 0 38px;

    color: #555;
    font-size: 19px;
    line-height: 1.6;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid #e5231b;
}

.why-item {
    padding: 25px 0 10px;
}

.why-item:nth-child(1) {
    text-align: left;
}

.why-item:nth-child(2) {
    text-align: center;
}

.why-item:nth-child(3) {
    text-align: right;
}

.why-item strong {
    display: block;
    margin-bottom: 5px;

    color: #222;
    font-size: 22px;
}

.why-item span {
    color: #666;
}


/* --------------------------------------------------
   KONTAKT NA STRONIE STARTOWEJ
-------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.home-contact {
    padding: 60px 0;
    scroll-margin-top: 24px;
    background: #fff3f2;
    border-top: 1px solid #f5d0ce;
    border-bottom: 1px solid #f5d0ce;
    color: #333;
    transition: background-color .25s ease, border-color .25s ease;
}

.home-contact:hover {
    background: #ffe7e5;
    border-color: #efaaa6;
}

.home-contact-inner {
    display: block;
}

.contact-label {
    color: #e5231b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.home-contact h2 {
    margin: 0;
    color: #222;
    font-size: 32px;
}

.home-contact p {
    margin: 10px 0 0;
    color: #666;
    font-size: 17px;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.contact-action {
    display: block;
    position: relative;
    min-height: 150px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #222;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contact-action::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 48px;
    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
    transition: width .2s ease, height .2s ease;
}

.contact-action span,
.contact-action strong {
    display: block;
}

.contact-action span {
    margin-bottom: 5px;
    color: #e5231b;
    padding-right: 35px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.contact-action strong {
    margin-top: 14px;
    font-size: 22px;
    line-height: 1.3;
}

.contact-action:hover {
    border-color: #e5231b;
    background: #fffafa;
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .09);
}

.contact-action:hover::before {
    width: 64px;
    height: 64px;
}

.floating-contact-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 900;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 20px;
    border: 2px solid #e5231b;
    background: #e5231b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(115, 20, 16, .25);
    transition: background-color .2s ease, border-color .2s ease,
        transform .2s ease, box-shadow .2s ease;
}

.floating-contact-button span {
    font-size: 20px;
    line-height: 1;
}

.floating-contact-button:hover {
    background: #c91c16;
    border-color: #c91c16;
    transform: translateY(-3px);
    box-shadow: 0 11px 28px rgba(115, 20, 16, .32);
}

.floating-contact-button:focus-visible {
    outline: 3px solid #222;
    outline-offset: 3px;
}

.callback-page {
    padding: 55px 0 70px;
}

.callback-panel {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #efc5c2;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.callback-heading {
    margin-bottom: 26px;
}

.callback-heading h3 {
    margin: 0;
    color: #222;
    font-size: 26px;
}

.callback-heading p {
    margin-top: 6px;
    font-size: 16px;
}

.callback-fieldset {
    min-width: 0;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
}

.callback-fieldset legend,
.callback-contact-field label {
    display: block;
    margin-bottom: 9px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.callback-help {
    margin: -3px 0 12px;
    color: #777;
    font-size: 14px;
}

.callback-options {
    display: grid;
    gap: 12px;
}

.callback-options-topics {
    grid-template-columns: repeat(5, 1fr);
}

.callback-options-preference {
    grid-template-columns: repeat(2, minmax(0, 180px));
}

.callback-option {
    position: relative;
    cursor: pointer;
}

.callback-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.callback-option span {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 11px 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #333;
    font-weight: 600;
    transition: border-color .2s ease, background .2s ease;
}

.callback-option input:checked + span {
    border-color: #e5231b;
    background: #fff3f2;
    color: #c91c16;
}

.callback-option input:focus-visible + span {
    outline: 2px solid #e5231b;
    outline-offset: 2px;
}

.callback-contact-field {
    max-width: 500px;
    margin-bottom: 22px;
}

.callback-contact-field input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    background: #fff;
    color: #222;
    font: inherit;
    outline: none;
}

.callback-contact-field input:focus {
    border-color: #e5231b;
}


/* --------------------------------------------------
   TABLET
-------------------------------------------------- */

@media (max-width: 850px) {
   .why-item:nth-child(1),
   .why-item:nth-child(2),
   .why-item:nth-child(3) {
       text-align: left;
    }

    .home-hero-inner {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-hero h1 {
        font-size: 48px;
    }

    .home-lead {
        font-size: 20px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .home-contact-inner {
        display: block;
    }

    .callback-options-topics {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* --------------------------------------------------
   TELEFON
-------------------------------------------------- */

@media (max-width: 550px) {

    .home-hero h1 {
        font-size: 40px;
    }

    .home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        text-align: center;
    }

    .home-section {
        padding: 50px 0;
    }

    .service-card {
        min-height: 230px;
        padding: 30px;
    }

    .service-card h3 {
        font-size: 25px;
    }

    .service-more {
        left: 30px;
    }

    .section-heading h2 {
        font-size: 31px;
    }

    .home-contact h2 {
        font-size: 28px;
    }

    .contact-details {
        grid-template-columns: 1fr;
    }

    .floating-contact-button {
        right: 14px;
        bottom: 14px;
        padding: 12px 16px;
        font-size: 15px;
    }

    .callback-panel {
        padding: 24px;
    }

    .callback-options-topics,
    .callback-options-preference {
        grid-template-columns: 1fr;
    }
}



/* Style do ip.multibit.pl */
.ip-header {
    background: #f5f5f5;
    border-bottom: 2px solid #e5231b;
    padding: 16px 0;
}

.ip-header img {
    display: block;
    width: 170px;
    height: auto;
}

.ip-page {
    padding: 55px 0 30px;
}

.ip-container {
    max-width: 850px;
}

.ip-page h1 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 700;
}

.ip-main-card {
    padding: 28px 32px;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-left: 4px solid #e5231b;
}

.ip-label {
    margin-bottom: 5px;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.ip-address {
    font-size: 34px;
    font-weight: 700;
    color: #222;
}

.ip-section-title {
    margin: 30px 0 12px;
    color: #222;
    font-size: 23px;
    font-weight: 700;
}

.ip-info {
    border: 1px solid #e5e5e5;
}

.ip-row {
    padding: 18px 22px;
    border-bottom: 1px solid #e5e5e5;
    word-break: break-word;
}

.ip-row:last-child {
    border-bottom: 0;
}

@media (max-width: 700px) {
    .ip-header img {
        width: 145px;
    }

    .ip-page {
        padding-top: 35px;
    }

    .ip-address {
        font-size: 27px;
    }

    .ip-page h1 {
        font-size: 30px;
    }
}

/* --------------------------------------------------
   KONTAKT
-------------------------------------------------- */

.contact-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.contact-hero .section-heading {
    margin-bottom: 15px;
}

.contact-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.contact-lead {
    max-width: 720px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}


/* główna część */

.contact-section {
    padding: 65px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
}


/* kafel danych */

.contact-card,
.contact-form-card {
    position: relative;
    padding: 38px;
    border: 1px solid #e2e2e2;
    background: #fff;

    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}


/* czerwony narożnik */

.contact-card::before,
.contact-form-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;

    width: 55px;
    height: 55px;

    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
}


.contact-card h2,
.contact-form-card h2 {
    margin: 0 0 30px;
    padding-right: 45px;

    color: #222;
    font-size: 30px;
}


/* dane */

.contact-row {
    padding: 17px 0;
    border-bottom: 1px solid #e8e8e8;
}

.contact-row:last-child {
    border-bottom: 0;
}

.contact-row span {
    display: block;
    margin-bottom: 3px;

    color: #888;
    font-size: 14px;
    font-weight: 600;
}

.contact-row strong {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.contact-row a {
    color: #333;
    text-decoration: none;
}

.contact-row a:hover {
    color: #e5231b;
}

.contact-review a {
    color: #e5231b;
}

.contact-review a:hover {
    text-decoration: underline;
}


/* formularz */

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    margin-bottom: 6px;

    color: #444;
    font-size: 15px;
    font-weight: 600;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 12px 14px;

    border: 1px solid #ccc;
    background: #fff;

    color: #222;
    font-family: inherit;
    font-size: 16px;

    outline: none;

    transition: border-color .2s ease;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #e5231b;
}

.form-field textarea {
    resize: vertical;
}

.contact-submit {
    padding: 12px 25px;

    border: 2px solid #e5231b;
    background: #e5231b;

    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    transition: .2s ease;
}

.contact-privacy-note {
    max-width: 520px;
    margin: 14px 0 0;
    color: #777;
    font-size: 13px;
    line-height: 1.45;
}

.contact-privacy-note a {
    color: #555;
    text-decoration: underline;
}

.contact-privacy-note a:hover {
    color: #e5231b;
}

.contact-submit:hover {
    background: #c91c16;
    border-color: #c91c16;
}


/* komunikaty */

.form-success {
    padding: 18px 20px;
    border-left: 4px solid #2b9a45;
    background: #f1f8f2;
}

.form-error {
    margin-bottom: 20px;
    padding: 18px 20px;
    border-left: 4px solid #e5231b;
    background: #fff5f5;
}

.form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


/* mapa */

.contact-map {
    padding: 10px 0 70px;
}

.map-frame {
    width: 100%;
    height: 420px;

    overflow: hidden;
    border: 1px solid #ddd;

    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


/* mobile */

@media (max-width: 800px) {

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-hero h1 {
        font-size: 40px;
    }

    .map-frame {
        height: 330px;
    }

}


@media (max-width: 550px) {

    .contact-card,
    .contact-form-card {
        padding: 30px;
    }

}

/* --------------------------------------------------
   LINKI.MULTIBIT.PL
-------------------------------------------------- */

.linki-site {
    background: #fff;
    color: #333;
}

.linki-header {
    padding: 16px 0;
    border-bottom: 2px solid #e5231b;
    background: #f5f5f5;
}

.linki-header-inner {
    display: flex;
    align-items: center;
    gap: 22px;
}

.linki-header img {
    display: block;
    width: 170px;
    height: auto;
}

.linki-header strong,
.linki-header span {
    display: block;
}

.linki-header strong {
    color: #222;
    font-size: 20px;
}

.linki-header span {
    margin-top: 2px;
    color: #777;
    font-size: 14px;
}

.linki-hero {
    padding: 55px 0 45px;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
}

.linki-eyebrow {
    color: #e5231b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.linki-hero h1 {
    margin: 8px 0 12px;
    color: #222;
    font-size: clamp(38px, 6vw, 54px);
    line-height: 1.05;
}

.linki-hero p {
    max-width: 720px;
    margin: 0;
    color: #555;
    font-size: 19px;
    line-height: 1.55;
}

.linki-search {
    display: block;
    max-width: 620px;
    margin-top: 30px;
}

.linki-search span {
    display: block;
    margin-bottom: 7px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.linki-search input {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: 17px;
    outline: none;
}

.linki-search input:focus {
    border-color: #e5231b;
    box-shadow: 0 0 0 2px rgba(229, 35, 27, .12);
}

.linki-content {
    padding: 55px 0 20px;
}

.linki-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
}

.linki-card {
    position: relative;
    min-width: 0;
    padding: 30px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.linki-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 42px;
    height: 42px;
    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
}

.linki-card h2 {
    margin: 0 45px 8px 0;
    color: #222;
    font-size: 25px;
}

.linki-card > p {
    margin: 0 0 19px;
    color: #666;
    line-height: 1.5;
}

.linki-list,
.linki-notes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.linki-list li + li,
.linki-notes li + li {
    border-top: 1px solid #ececec;
}

.linki-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 0;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.linki-list a:hover {
    color: #e5231b;
}

.linki-code-row {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: 10px;
}

.linki-code-row code,
.linki-notes code {
    overflow-wrap: anywhere;
    color: #333;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
}

.linki-code-row code {
    flex: 1;
    padding: 11px 12px;
    background: #f2f2f2;
}

.linki-copy {
    padding: 8px 12px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.linki-copy:hover {
    border-color: #e5231b;
    color: #e5231b;
}

.linki-notes {
    margin-top: 14px;
}

.linki-notes li {
    padding: 10px 0;
}

.linki-empty {
    padding: 30px;
    border-left: 4px solid #e5231b;
    background: #fff3f2;
}

@media (max-width: 760px) {
    .linki-grid {
        grid-template-columns: 1fr;
    }

    .linki-header-inner {
        gap: 14px;
    }

    .linki-header img {
        width: 145px;
    }

    .linki-header strong,
    .linki-header span {
        display: none;
    }

    .linki-card {
        padding: 25px;
    }

    .linki-code-row {
        flex-direction: column;
    }
}

/* --------------------------------------------------
   O FIRMIE
-------------------------------------------------- */

.about-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.about-hero .section-heading {
    margin-bottom: 15px;
}

.about-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.about-lead {
    max-width: 760px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.about-section {
    padding: 65px 0;
}

.about-intro {
    width: 100%;
    margin-bottom: 45px;
}

.about-intro h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 34px;
}

.about-intro p {
    margin: 0 0 15px;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
    text-align: justify;
}



.about-logo {
    display: block;
    max-width: 100%;
    height: auto;
}


.about-logos {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.about-logo-wapro {
    width: 220px;
}

.about-logo-partner {
    width: 130px;
}

/* kafelki */


.about-card-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 28px;
}

.about-card-top h3 {
    margin-bottom: 0;
}

.about-card-wapro .about-card-top h3 {
    position: relative;
    top: 25px;
}

.about-card-logos {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 40px;
}

.about-logo {
    display: block;
    height: auto;
    object-fit: contain;
}

.about-logo-wapro {
    width: 240px;
}

.about-logo-partner {
    width: 240px;
}

@media (max-width: 700px) {
    .about-card-top {
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }

    .about-card-top h3 {
        align-self: flex-start;
    }

    .about-card-logos {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about-logo-wapro,
    .about-logo-partner {
        width: 200px;
    }
}


.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.about-card {
    position: relative;
    min-height: 220px;
    padding: 34px 38px;
    overflow: hidden;

    border: 1px solid #e2e2e2;
    background: #fff;

    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.about-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;

    width: 55px;
    height: 55px;

    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;
}

.about-card h3 {
    margin: 0 0 18px;
    padding-right: 30px;

    color: #222;
    font-size: 28px;
}

.about-card p {
    margin: 0 0 25px;

    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.about-highlight {
    display: block;
    margin-top: 20px;

    color: #e5231b;
    font-size: 16px;
}

/* mobile */

@media (max-width: 850px) {

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-card {
        min-height: auto;
    }

}

@media (max-width: 550px) {

    .about-hero h1 {
        font-size: 40px;
    }

    .about-section {
        padding: 50px 0;
    }

    .about-card {
        padding: 30px;
    }

}

/* --------------------------------------------------
   OFERTA
-------------------------------------------------- */

.offer-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.offer-hero .section-heading {
    margin-bottom: 15px;
}

.offer-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.offer-lead {
    max-width: 760px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}

.offer-section {
    padding: 65px 0;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.offer-card {
    position: relative;
    min-height: 250px;
    padding: 38px;
    overflow: hidden;

    border: 1px solid #e2e2e2;
    background: #fff;

    color: #333;
    text-decoration: none;

    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);

    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


/* czerwony narożnik */

.offer-card::before {
    content: "";
    position: absolute;

    top: -1px;
    right: -1px;

    width: 55px;
    height: 55px;

    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;

    transition:
        width .2s ease,
        height .2s ease;
}


.offer-card h2 {
    margin: 0 0 18px;
    padding-right: 40px;

    color: #222;
    font-size: 29px;
    line-height: 1.15;
}


.offer-card p {
    max-width: 500px;
    margin: 0 0 45px;

    color: #666;
    font-size: 17px;
    line-height: 1.6;
}


.offer-more {
    position: absolute;

    left: 38px;
    bottom: 28px;

    color: #e5231b;
    font-size: 15px;
    font-weight: 700;
}


.offer-card:hover {
    border-color: #e5231b;

    transform: translateY(-4px);

    box-shadow: 0 10px 28px rgba(0, 0, 0, .09);
}


.offer-card:hover::before {
    width: 72px;
    height: 72px;
}


/* ostatni kafelek przy nieparzystej liczbie */

.offer-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}


/* tablet / telefon */

@media (max-width: 750px) {

    .offer-grid {
        grid-template-columns: 1fr;
    }

    .offer-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .offer-card {
        min-height: 220px;
        padding: 30px;
    }

    .offer-more {
        left: 30px;
    }

    .offer-hero h1 {
        font-size: 40px;
    }

}
/* --------------------------------------------------
   WAPRO
-------------------------------------------------- */

.wapro-hero {
    padding: 55px 0 45px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.wapro-hero .section-heading {
    margin-bottom: 15px;
}

.wapro-hero h1 {
    margin: 0;
    color: #222;
    font-size: 52px;
    line-height: 1.05;
}

.wapro-lead {
    max-width: 780px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.55;
}


/* opis */

.wapro-section {
    padding: 65px 0;
}

.wapro-intro {
    max-width: 900px;
    margin-bottom: 45px;
}

.wapro-intro h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 34px;
}

.wapro-intro p {
    margin: 0 0 15px;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
}


/* kafelki */

.wapro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.wapro-card {
    position: relative;
    min-height: 320px;
    padding: 34px 38px 32px;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    border: 1px solid #e2e2e2;
    background: #fff;

    color: #333;
    text-decoration: none;

    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);

    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


/* czerwony narożnik */

.wapro-card::before {
    content: "";
    position: absolute;

    top: -1px;
    right: -1px;

    width: 55px;
    height: 55px;

    border-top: 4px solid #e5231b;
    border-right: 4px solid #e5231b;

    transition:
        width .2s ease,
        height .2s ease;
}


/* logo */

.wapro-card-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 22px;
}

.wapro-logo-box {
    margin-left: auto;

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.wapro-logo-box img {
    display: block;

    max-width: 230px;
    max-height: 75px;

    width: auto;
    height: auto;

    object-fit: contain;
}


/* tekst */

.wapro-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.wapro-type {
    color: #e5231b;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.wapro-card p {
    margin: 0 0 30px;

    color: #666;

    font-size: 17px;
    line-height: 1.55;
}

.wapro-more {
    margin-top: auto;

    color: #e5231b;

    font-size: 15px;
    font-weight: 700;
}


/* hover */

.wapro-card:hover {
    border-color: #e5231b;

    transform: translateY(-4px);

    box-shadow: 0 10px 28px rgba(0, 0, 0, .09);
}

.wapro-card:hover::before {
    width: 72px;
    height: 72px;
}


/* piąty kafel na całą szerokość */

.wapro-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}


/* mobile */

@media (max-width: 750px) {

    .wapro-grid {
        grid-template-columns: 1fr;
    }

    .wapro-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .wapro-card {
        min-height: 290px;
        padding: 30px;
    }

    .wapro-card-top {
        flex-direction: column;
        align-items: flex-end;
        gap: 15px;
    }

    .wapro-type {
        align-self: flex-start;
    }

    .wapro-logo-box img {
        max-width: 200px;
        max-height: 65px;
    }

    .wapro-hero h1 {
        font-size: 40px;
    }
}
