/* MHI — landing page dla lekarzy */
.doctor-leads-page {
	--doctor-navy: #07182b;
	--doctor-navy-soft: #102b45;
	--doctor-gold: #c79a44;
	--doctor-gold-light: #e4c987;
	--doctor-warm: #f4f1ea;
	--doctor-ink: #122235;
	--doctor-muted: #5f6c79;
	--doctor-line: rgba(11, 29, 51, .13);
	--doctor-white: #ffffff;
	background: var(--doctor-warm);
	color: var(--doctor-ink);
	overflow: hidden;
}

.doctor-leads-page *,
.doctor-leads-page *::before,
.doctor-leads-page *::after { box-sizing: border-box; }

.doctor-leads-page h1,
.doctor-leads-page h2,
.doctor-leads-page h3 {
	margin-top: 0;
	color: inherit;
}

.doctor-leads-page h1,
.doctor-leads-page h2 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -.035em;
}

.doctor-leads-page p { line-height: 1.7; }

.doctor-hero {
	position: relative;
	isolation: isolate;
	padding: 76px 0 48px;
	background:
		linear-gradient(110deg, rgba(7, 24, 43, .98) 0%, rgba(7, 24, 43, .95) 53%, rgba(16, 43, 69, .97) 100%);
	color: var(--doctor-white);
}

.doctor-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: .08;
	background-image:
		linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.doctor-hero-glow {
	position: absolute;
	z-index: -1;
	border-radius: 999px;
	filter: blur(1px);
	pointer-events: none;
}

.doctor-hero-glow-one {
	width: 480px;
	height: 480px;
	top: -280px;
	right: 6%;
	background: radial-gradient(circle, rgba(199,154,68,.22), transparent 67%);
}

.doctor-hero-glow-two {
	width: 520px;
	height: 520px;
	left: -330px;
	bottom: -300px;
	background: radial-gradient(circle, rgba(110,168,199,.16), transparent 69%);
}

.doctor-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
	gap: clamp(46px, 6vw, 88px);
	align-items: start;
}

.doctor-hero-copy { padding-top: 28px; }

.doctor-kicker {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 20px;
	color: var(--doctor-gold-light);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.doctor-kicker span {
	display: inline-block;
	width: 34px;
	height: 1px;
	background: currentColor;
}

.doctor-kicker.dark { color: #916d2d; }

.doctor-hero h1 {
	max-width: 780px;
	margin-bottom: 24px;
	font-size: clamp(43px, 5.3vw, 72px);
	line-height: .99;
	color: var(--doctor-white);
}

.doctor-hero h1 em {
	display: block;
	margin-top: 12px;
	color: var(--doctor-gold-light);
	font-weight: 400;
}

.doctor-lead {
	max-width: 710px;
	margin: 0 0 32px;
	color: rgba(255,255,255,.78);
	font-size: clamp(17px, 1.5vw, 20px);
}

.doctor-proof-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 0 0 34px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.14);
}

.doctor-proof-row > div {
	min-height: 98px;
	padding: 17px 18px;
	background: rgba(7,24,43,.77);
}

.doctor-proof-row strong {
	display: block;
	margin-bottom: 4px;
	color: var(--doctor-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
}

.doctor-proof-row span {
	display: block;
	color: rgba(255,255,255,.68);
	font-size: 12px;
	line-height: 1.4;
}

.doctor-hero-image {
	position: relative;
	max-width: 720px;
	margin-top: 8px;
}

.doctor-hero-image::before {
	content: "";
	position: absolute;
	inset: 15px -15px -15px 15px;
	z-index: -1;
	border: 1px solid rgba(199,154,68,.6);
}

.doctor-hero-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8.5;
	object-fit: cover;
	filter: saturate(.75) contrast(1.04);
}

.doctor-image-note {
	position: absolute;
	right: -20px;
	bottom: -20px;
	max-width: 280px;
	padding: 14px 18px;
	background: var(--doctor-gold);
	color: var(--doctor-navy);
	box-shadow: 0 14px 34px rgba(0,0,0,.23);
}

.doctor-image-note span,
.doctor-image-note strong { display: block; }
.doctor-image-note span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.doctor-image-note strong { margin-top: 2px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }

.doctor-photo-credit {
	position: absolute;
	left: 12px;
	bottom: 8px;
	color: rgba(255,255,255,.35);
	font-size: 9px;
	transform: rotate(-90deg);
	transform-origin: left bottom;
}

.doctor-form-card {
	position: relative;
	padding: clamp(25px, 3.2vw, 38px);
	background: rgba(255,255,255,.985);
	color: var(--doctor-ink);
	box-shadow: 0 28px 80px rgba(0,0,0,.31);
	border-top: 4px solid var(--doctor-gold);
}

.doctor-form-badge {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 10px;
	background: rgba(199,154,68,.14);
	color: #7d5d22;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.doctor-form-card h2 {
	margin-bottom: 9px;
	font-size: clamp(29px, 3vw, 40px);
	line-height: 1.05;
}

.doctor-form-card > p {
	margin: 0 0 23px;
	color: var(--doctor-muted);
	font-size: 14px;
	line-height: 1.55;
}

.doctor-lead-form { display: grid; gap: 14px; }

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

.doctor-field { display: block; }

.doctor-field > span {
	display: block;
	margin-bottom: 6px;
	color: #344557;
	font-size: 12px;
	font-weight: 750;
}

.doctor-field small { color: #78838f; font-weight: 500; }

.doctor-field input,
.doctor-field select,
.doctor-field textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 13px;
	border: 1px solid #d5dbe0;
	border-radius: 0;
	outline: none;
	background: #fbfcfd;
	color: var(--doctor-ink);
	font: inherit;
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.doctor-field input,
.doctor-field select { min-height: 47px; }

.doctor-field textarea { resize: vertical; }

.doctor-field input:focus,
.doctor-field select:focus,
.doctor-field textarea:focus {
	border-color: var(--doctor-gold);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(199,154,68,.14);
}

.doctor-check {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 9px;
	align-items: start;
	color: #586674;
	font-size: 10.5px;
	line-height: 1.45;
	cursor: pointer;
}

.doctor-check input {
	width: 16px;
	height: 16px;
	margin: 1px 0 0;
	accent-color: var(--doctor-navy-soft);
}

.doctor-privacy {
	margin: -2px 0 0;
	color: #77838e;
	font-size: 10px;
	line-height: 1.45 !important;
}

.doctor-privacy a { color: #6e531f; text-decoration: underline; }

.doctor-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-height: 58px;
	margin-top: 3px;
	padding: 0 19px;
	border: 0;
	border-radius: 0;
	background: var(--doctor-gold);
	color: var(--doctor-navy);
	font: inherit;
	font-size: 14px;
	font-weight: 850;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(199,154,68,.22);
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.doctor-submit:hover,
.doctor-submit:focus {
	background: #d5ad61;
	color: var(--doctor-navy);
	transform: translateY(-2px);
	box-shadow: 0 15px 28px rgba(199,154,68,.3);
}

.doctor-submit svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.doctor-form-reassurance {
	display: flex;
	justify-content: center;
	gap: 15px;
	color: #6c7883;
	font-size: 10px;
}

.doctor-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.doctor-trust-strip {
	padding: 25px 0;
	background: var(--doctor-gold);
	color: var(--doctor-navy);
}

.doctor-trust-strip .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.doctor-trust-strip p {
	margin: 0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.doctor-trust-strip div div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
}

.doctor-section { padding: clamp(76px, 9vw, 124px) 0; }
.doctor-section-light { background: var(--doctor-warm); }
.doctor-section-white { background: #fff; }

.doctor-section-heading {
	max-width: 750px;
	margin-bottom: 50px;
}

.doctor-section-heading.centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.doctor-section-heading.centered .doctor-kicker { justify-content: center; }

.doctor-section-heading h2,
.doctor-dentist-panel h2,
.doctor-founder h2,
.doctor-final-cta h2 {
	margin-bottom: 17px;
	font-size: clamp(36px, 4.5vw, 57px);
	line-height: 1.04;
}

.doctor-section-heading p {
	max-width: 680px;
	margin: 0;
	color: var(--doctor-muted);
	font-size: 17px;
}

.doctor-risk-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--doctor-line);
	border-left: 1px solid var(--doctor-line);
}

.doctor-risk-card {
	position: relative;
	min-height: 310px;
	padding: 38px 34px;
	background: rgba(255,255,255,.62);
	border-right: 1px solid var(--doctor-line);
	border-bottom: 1px solid var(--doctor-line);
	transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.doctor-risk-card:hover {
	z-index: 2;
	background: #fff;
	transform: translateY(-5px);
	box-shadow: 0 20px 50px rgba(11,29,51,.1);
}

.doctor-risk-card.featured {
	background: var(--doctor-navy);
	color: #fff;
}

.doctor-risk-card img {
	width: 43px;
	height: 43px;
	margin-bottom: 24px;
	object-fit: contain;
}

.doctor-risk-card.featured img { filter: brightness(0) invert(1); }

.doctor-risk-number {
	position: absolute;
	top: 23px;
	right: 26px;
	color: rgba(11,29,51,.24);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
}

.doctor-risk-card.featured .doctor-risk-number { color: rgba(255,255,255,.33); }

.doctor-risk-card h3 {
	margin-bottom: 11px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.doctor-risk-card p {
	margin: 0;
	color: var(--doctor-muted);
	font-size: 14px;
}

.doctor-risk-card.featured p { color: rgba(255,255,255,.7); }

.doctor-dentist-panel {
	position: relative;
	background:
		linear-gradient(115deg, rgba(7,24,43,.985), rgba(14,44,69,.965)),
		url("https://mhiubezpieczenia.pl/wp-content/uploads/2026/08/Lekarz-podczas-konsultacji-w-gabinecie.jpg") center/cover;
	color: #fff;
}

.doctor-dentist-grid {
	display: grid;
	grid-template-columns: 1fr .8fr;
	gap: clamp(50px, 9vw, 130px);
	align-items: center;
}

.doctor-dentist-panel h2 { color: #fff; }
.doctor-dentist-panel p { max-width: 690px; color: rgba(255,255,255,.7); font-size: 17px; }

.doctor-text-link {
	display: inline-flex;
	gap: 13px;
	align-items: center;
	margin-top: 16px;
	color: var(--doctor-gold-light);
	font-weight: 800;
	text-decoration: none;
}

.doctor-text-link:hover { color: #fff; }

.doctor-dentist-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255,255,255,.18);
}

.doctor-dentist-grid li {
	display: grid;
	grid-template-columns: 125px 1fr;
	gap: 22px;
	padding: 19px 0;
	border-bottom: 1px solid rgba(255,255,255,.18);
}

.doctor-dentist-grid li strong { color: var(--doctor-gold-light); }
.doctor-dentist-grid li span { color: rgba(255,255,255,.7); }

.doctor-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.doctor-process article {
	position: relative;
	padding: 37px 33px 35px;
	border: 1px solid var(--doctor-line);
	background: #fff;
}

.doctor-process article::after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 64px;
	height: 3px;
	background: var(--doctor-gold);
}

.doctor-process article > span {
	display: block;
	margin-bottom: 29px;
	color: var(--doctor-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
}

.doctor-process h3 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
}

.doctor-process p { margin: 0; color: var(--doctor-muted); font-size: 14px; }

.doctor-founder {
	background: #e9e5dc;
	border-top: 1px solid rgba(11,29,51,.08);
}

.doctor-founder-grid {
	display: grid;
	grid-template-columns: 112px 1fr auto;
	gap: 38px;
	align-items: center;
}

.doctor-founder-mark {
	display: grid;
	place-items: center;
	width: 112px;
	height: 112px;
	border: 1px solid rgba(11,29,51,.2);
	color: var(--doctor-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 37px;
}

.doctor-founder h2 { max-width: 790px; margin-bottom: 11px; font-size: clamp(32px, 4vw, 49px); }
.doctor-founder p { max-width: 830px; margin: 0; color: var(--doctor-muted); }

.doctor-secondary-cta {
	display: inline-flex;
	gap: 13px;
	align-items: center;
	white-space: nowrap;
	color: var(--doctor-navy);
	font-weight: 850;
	text-decoration: none;
	border-bottom: 2px solid var(--doctor-gold);
	padding-bottom: 6px;
}

.doctor-final-cta {
	padding: clamp(70px, 8vw, 108px) 0;
	background: var(--doctor-navy);
	color: #fff;
}

.doctor-final-cta .container {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 70px;
	align-items: center;
}

.doctor-final-cta h2 { color: #fff; }
.doctor-final-cta p { max-width: 780px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.doctor-submit-link { justify-self: end; max-width: 300px; }

#formularz { scroll-margin-top: 30px; }

@media (max-width: 1040px) {
	.doctor-hero-grid { grid-template-columns: 1fr; }
	.doctor-hero-copy { padding-top: 0; }
	.doctor-form-card { max-width: 760px; margin: 18px auto 0; }
	.doctor-risk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.doctor-founder-grid { grid-template-columns: 90px 1fr; }
	.doctor-founder-mark { width: 90px; height: 90px; }
	.doctor-secondary-cta { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
	.doctor-hero { padding: 48px 0 38px; }
	.doctor-hero-grid { gap: 50px; }
	.doctor-hero h1 { font-size: clamp(39px, 12vw, 54px); }
	.doctor-proof-row { grid-template-columns: 1fr; }
	.doctor-proof-row > div { min-height: 0; }
	.doctor-hero-image::before { display: none; }
	.doctor-image-note { right: 8px; bottom: -18px; }
	.doctor-form-row { grid-template-columns: 1fr; }
	.doctor-form-card { margin-right: -4px; margin-left: -4px; }
	.doctor-form-reassurance { flex-direction: column; gap: 4px; align-items: center; }
	.doctor-trust-strip .container { align-items: flex-start; flex-direction: column; }
	.doctor-trust-strip div div { display: grid; grid-template-columns: 1fr 1fr; }
	.doctor-risk-grid { grid-template-columns: 1fr; }
	.doctor-risk-card { min-height: 0; }
	.doctor-dentist-grid { grid-template-columns: 1fr; }
	.doctor-dentist-grid li { grid-template-columns: 105px 1fr; }
	.doctor-process { grid-template-columns: 1fr; }
	.doctor-founder-grid { grid-template-columns: 70px 1fr; gap: 22px; }
	.doctor-founder-mark { width: 70px; height: 70px; font-size: 28px; }
	.doctor-founder-grid > div:nth-child(2) { grid-column: 1 / -1; }
	.doctor-secondary-cta { grid-column: 1 / -1; }
	.doctor-final-cta .container { grid-template-columns: 1fr; gap: 35px; }
	.doctor-submit-link { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
	.doctor-leads-page *,
	.doctor-leads-page *::before,
	.doctor-leads-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
