:root {
	--omnigen-navy-950: #03283f;
	--omnigen-navy-900: #063b5d;
	--omnigen-navy-800: #07517f;
	--omnigen-blue-700: #0878bd;
	--omnigen-blue-600: #0b91d1;
	--omnigen-cyan-500: #2fc4e6;
	--omnigen-cyan-300: #8ce0f2;
	--omnigen-sky-100: #eaf9fd;
	--omnigen-sky-50: #f5fcfe;
	--omnigen-white: #fff;
	--omnigen-text: #183646;
	--omnigen-muted: #627987;
	--omnigen-line: #d9edf3;
	--omnigen-warm: #f4b65b;
	--omnigen-danger: #b53737;
	--omnigen-shadow-sm: 0 10px 30px rgba(4, 61, 91, .08);
	--omnigen-shadow-md: 0 24px 70px rgba(4, 61, 91, .14);
	--omnigen-radius-sm: 10px;
	--omnigen-radius-md: 18px;
	--omnigen-radius-lg: 30px;
	--omnigen-radius-xl: 44px;
	--omnigen-container: 1180px;
	--omnigen-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	margin: 0;
	background: var(--omnigen-white);
	color: var(--omnigen-text);
	font-family: var(--omnigen-font);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open,
body.dialog-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--omnigen-blue-700);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--omnigen-warm);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: fixed;
	top: -100px;
	left: 20px;
	z-index: 99999;
	padding: 12px 18px;
	border-radius: 0 0 10px 10px;
	background: var(--omnigen-navy-950);
	color: white;
	font-weight: 700;
}

.skip-link:focus {
	top: 0;
}

.omnigen-container {
	width: min(calc(100% - 40px), var(--omnigen-container));
	margin-inline: auto;
}

.omnigen-section {
	padding: 104px 0;
}

.omnigen-eyebrow {
	margin: 0 0 14px;
	color: var(--omnigen-blue-700);
	font-size: .77rem;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.omnigen-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 21px;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.omnigen-btn:hover {
	transform: translateY(-2px);
}

.omnigen-btn svg,
.announcement a svg,
.section-cta a svg,
.contact-card a svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.omnigen-btn--primary {
	background: linear-gradient(135deg, var(--omnigen-blue-700), var(--omnigen-blue-600));
	box-shadow: 0 12px 30px rgba(8, 120, 189, .24);
	color: var(--omnigen-white);
}

.omnigen-btn--primary:hover {
	box-shadow: 0 16px 36px rgba(8, 120, 189, .34);
	color: var(--omnigen-white);
}

.omnigen-btn--outline {
	border-color: rgba(7, 81, 127, .22);
	background: rgba(255, 255, 255, .76);
	color: var(--omnigen-navy-800);
}

.omnigen-btn--outline:hover {
	border-color: var(--omnigen-blue-700);
	background: var(--omnigen-white);
}

.omnigen-btn--small {
	min-height: 44px;
	padding: 10px 18px;
	font-size: .88rem;
}

.omnigen-btn--white {
	background: var(--omnigen-white);
	box-shadow: 0 14px 34px rgba(1, 30, 47, .2);
	color: var(--omnigen-navy-800);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid transparent;
	background: rgba(255, 255, 255, .87);
	backdrop-filter: blur(18px);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	border-bottom-color: rgba(7, 81, 127, .1);
	box-shadow: 0 7px 28px rgba(4, 61, 91, .07);
}

.site-header__inner {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--omnigen-navy-900);
	text-decoration: none;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 260px;
	height: 52px;
	object-fit: contain;
}

.site-brand__mark {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
}

.site-brand__mark svg {
	width: 44px;
	height: 44px;
	fill: var(--omnigen-sky-100);
	stroke: var(--omnigen-blue-700);
	stroke-linecap: round;
	stroke-width: 3;
}

.site-brand__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.08;
}

.site-brand__copy strong {
	font-size: 1.08rem;
	font-weight: 850;
	letter-spacing: .07em;
}

.site-brand__copy small {
	margin-top: 5px;
	color: var(--omnigen-muted);
	font-size: .69rem;
	font-weight: 650;
	letter-spacing: .025em;
}

.site-navigation {
	display: flex;
	align-items: center;
	gap: 24px;
}

.primary-menu,
.site-footer__links ul {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu a {
	display: block;
	padding: 9px 11px;
	border-radius: 9px;
	color: var(--omnigen-text);
	font-size: .91rem;
	font-weight: 670;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	background: var(--omnigen-sky-100);
	color: var(--omnigen-blue-700);
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 9px;
	padding: 8px 0 8px 10px;
	border: 0;
	background: transparent;
	color: var(--omnigen-navy-900);
	cursor: pointer;
	font-size: .85rem;
	font-weight: 750;
}

.menu-toggle__lines {
	display: flex;
	width: 26px;
	flex-direction: column;
	gap: 5px;
}

.menu-toggle__lines i {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform .2s ease, opacity .2s ease;
}

.hero {
	position: relative;
	min-height: 690px;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 15%, rgba(47, 196, 230, .2), transparent 29%),
		linear-gradient(135deg, #f7fdff 0%, #eefaff 54%, #dff5fb 100%);
}

.hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(7, 81, 127, .12) 1px, transparent 1px);
	background-size: 23px 23px;
	content: "";
	mask-image: linear-gradient(to right, #000, transparent 55%);
	opacity: .42;
}

.hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(4px);
	pointer-events: none;
}

.hero__glow--one {
	top: -160px;
	right: -100px;
	width: 500px;
	height: 500px;
	background: rgba(47, 196, 230, .21);
}

.hero__glow--two {
	right: 36%;
	bottom: -190px;
	width: 390px;
	height: 390px;
	background: rgba(244, 182, 91, .15);
}

.hero__grid {
	position: relative;
	display: grid;
	min-height: 690px;
	align-items: center;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	gap: 70px;
}

.hero__content {
	position: relative;
	z-index: 2;
	padding: 70px 0 88px;
}

.hero__status {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 7px 12px;
	margin-bottom: 26px;
	border: 1px solid rgba(8, 120, 189, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .67);
	color: var(--omnigen-navy-800);
	font-size: .78rem;
	font-weight: 720;
}

.hero__status span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #21a75a;
	box-shadow: 0 0 0 5px rgba(33, 167, 90, .12);
}

.hero h1 {
	max-width: 720px;
	margin: 0;
	color: var(--omnigen-navy-950);
	font-size: clamp(3rem, 6vw, 5.7rem);
	font-weight: 830;
	letter-spacing: -.065em;
	line-height: .98;
}

.hero__lead {
	max-width: 610px;
	margin: 27px 0 0;
	color: #496b7c;
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	line-height: 1.65;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	padding: 0;
	margin: 32px 0 0;
	color: var(--omnigen-muted);
	font-size: .85rem;
	font-weight: 650;
	list-style: none;
}

.hero__trust li {
	display: flex;
	align-items: center;
	gap: 6px;
}

.hero__trust svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--omnigen-blue-600);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.hero__visual {
	position: relative;
	align-self: stretch;
}

.hero__photo-frame {
	position: absolute;
	inset: 42px 0 0;
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, .72);
	border-bottom: 0;
	border-radius: 220px 220px 0 0;
	background: #cceff7;
	box-shadow: var(--omnigen-shadow-md);
}

.hero__photo-frame > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__photo-fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(2, 40, 63, .2), transparent 35%);
	pointer-events: none;
}

.hero__doctor-card {
	position: absolute;
	right: 23px;
	bottom: 28px;
	left: 23px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 17px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 12px 32px rgba(4, 61, 91, .13);
	backdrop-filter: blur(12px);
}

.hero__doctor-card > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
	line-height: 1.25;
}

.hero__doctor-card small {
	color: var(--omnigen-muted);
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hero__doctor-card strong {
	margin-top: 3px;
	color: var(--omnigen-navy-900);
	font-size: .96rem;
}

.hero__doctor-icon {
	display: grid;
	width: 43px;
	height: 43px;
	flex: 0 0 43px;
	place-items: center;
	border-radius: 13px;
	background: var(--omnigen-sky-100);
	color: var(--omnigen-blue-700);
}

.hero__doctor-icon svg,
.hero__care-badge svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.hero__care-badge {
	position: absolute;
	top: 138px;
	right: -58px;
	z-index: 2;
	display: flex;
	width: 140px;
	height: 140px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px;
	border: 7px solid rgba(255, 255, 255, .78);
	border-radius: 50%;
	background: var(--omnigen-navy-900);
	box-shadow: var(--omnigen-shadow-md);
	color: var(--omnigen-white);
	text-align: center;
}

.hero__care-badge strong {
	font-size: 1.25rem;
}

.hero__care-badge span {
	font-size: .67rem;
	line-height: 1.25;
}

.announcement {
	position: relative;
	z-index: 4;
	border-top: 1px solid rgba(7, 81, 127, .08);
	border-bottom: 1px solid rgba(7, 81, 127, .08);
	background: var(--omnigen-white);
}

.announcement__inner {
	display: grid;
	min-height: 106px;
	align-items: center;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
}

.announcement__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 15px;
	background: var(--omnigen-sky-100);
	color: var(--omnigen-blue-700);
}

.announcement__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.announcement strong {
	display: block;
	color: var(--omnigen-navy-900);
	font-size: .93rem;
}

.announcement p {
	margin: 3px 0 0;
	color: var(--omnigen-muted);
	font-size: .84rem;
	line-height: 1.45;
}

.announcement a,
.section-cta a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .86rem;
	font-weight: 760;
	text-decoration: none;
}

.section-heading {
	max-width: 690px;
	margin-bottom: 54px;
}

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

.section-heading h2,
.doctor-section h2,
.appointment-panel h2 {
	margin: 0;
	color: var(--omnigen-navy-950);
	font-size: clamp(2.15rem, 4vw, 3.5rem);
	font-weight: 810;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.section-heading > p:last-child {
	margin: 19px 0 0;
	color: var(--omnigen-muted);
	font-size: 1.05rem;
}

.services-section {
	background: var(--omnigen-sky-50);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.service-card {
	display: flex;
	min-height: 240px;
	flex-direction: column;
	justify-content: space-between;
	grid-column: span 2;
	padding: 29px;
	border: 1px solid var(--omnigen-line);
	border-radius: var(--omnigen-radius-md);
	background: var(--omnigen-white);
	box-shadow: var(--omnigen-shadow-sm);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
	grid-column: span 3;
}

.service-card:hover {
	transform: translateY(-5px);
	border-color: rgba(8, 120, 189, .25);
	box-shadow: var(--omnigen-shadow-md);
}

.service-card--featured {
	background: linear-gradient(145deg, var(--omnigen-navy-900), var(--omnigen-navy-800));
	color: var(--omnigen-white);
}

.service-card__icon {
	display: grid;
	width: 49px;
	height: 49px;
	place-items: center;
	border-radius: 14px;
	background: var(--omnigen-sky-100);
	color: var(--omnigen-blue-700);
}

.service-card--featured .service-card__icon {
	background: rgba(255, 255, 255, .12);
	color: var(--omnigen-cyan-300);
}

.service-card__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.service-card h3 {
	margin: 27px 0 10px;
	color: var(--omnigen-navy-900);
	font-size: 1.08rem;
	line-height: 1.3;
}

.service-card--featured h3 {
	color: var(--omnigen-white);
}

.service-card p {
	margin: 0;
	color: var(--omnigen-muted);
	font-size: .89rem;
	line-height: 1.58;
}

.service-card--featured p {
	color: rgba(255, 255, 255, .73);
}

.section-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 35px;
	font-size: .9rem;
}

.section-cta p {
	margin: 0;
	color: var(--omnigen-muted);
}

.doctor-section {
	overflow: hidden;
	background: var(--omnigen-white);
}

.doctor-section__grid {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(380px, .86fr) minmax(0, 1.14fr);
	gap: 95px;
}

.doctor-section__image {
	position: relative;
	height: 590px;
	overflow: hidden;
	border-radius: var(--omnigen-radius-xl) var(--omnigen-radius-xl) 150px var(--omnigen-radius-xl);
	background: var(--omnigen-sky-100);
	box-shadow: var(--omnigen-shadow-md);
}

.doctor-section__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doctor-section__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(3, 40, 63, .42), transparent 43%);
	content: "";
}

.doctor-section__quote {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 18px 21px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 18px;
	background: rgba(3, 40, 63, .78);
	color: white;
	backdrop-filter: blur(10px);
}

.doctor-section__quote span {
	color: var(--omnigen-cyan-300);
	font-family: Georgia, serif;
	font-size: 3rem;
	line-height: .8;
}

.doctor-section__quote p {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 750;
}

.doctor-section__content h3 {
	margin: 22px 0 0;
	color: var(--omnigen-blue-700);
	font-size: 1.2rem;
}

.doctor-section__lead {
	max-width: 620px;
	margin: 19px 0 28px;
	color: var(--omnigen-muted);
	font-size: 1.04rem;
}

.doctor-values {
	display: grid;
	margin-bottom: 32px;
	border-top: 1px solid var(--omnigen-line);
}

.doctor-values > div {
	display: grid;
	align-items: center;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px solid var(--omnigen-line);
}

.doctor-values > div > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 13px;
	background: var(--omnigen-sky-100);
	color: var(--omnigen-blue-700);
}

.doctor-values svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.doctor-values p {
	display: flex;
	flex-direction: column;
	margin: 0;
	color: var(--omnigen-muted);
	font-size: .85rem;
}

.doctor-values strong {
	color: var(--omnigen-navy-900);
	font-size: .95rem;
}

.appointment-section {
	padding-top: 28px;
	background: var(--omnigen-white);
}

.appointment-panel {
	position: relative;
	display: grid;
	overflow: hidden;
	grid-template-columns: .95fr 1.05fr;
	gap: 70px;
	padding: 70px;
	border-radius: var(--omnigen-radius-xl);
	background:
		radial-gradient(circle at 15% 20%, rgba(47, 196, 230, .22), transparent 34%),
		linear-gradient(140deg, var(--omnigen-navy-950), var(--omnigen-navy-800));
	box-shadow: var(--omnigen-shadow-md);
}

.appointment-panel::after {
	position: absolute;
	right: -100px;
	bottom: -170px;
	width: 370px;
	height: 370px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255, 255, 255, .035), 0 0 0 110px rgba(255, 255, 255, .02);
	content: "";
}

.appointment-panel__content,
.appointment-panel__options {
	position: relative;
	z-index: 1;
}

.appointment-panel .omnigen-eyebrow {
	color: var(--omnigen-cyan-300);
}

.appointment-panel h2 {
	color: var(--omnigen-white);
}

.appointment-panel__content > p:not(.omnigen-eyebrow) {
	margin: 20px 0 28px;
	color: rgba(255, 255, 255, .7);
}

.appointment-panel__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.appointment-panel__options > a {
	display: grid;
	align-items: center;
	grid-template-columns: 48px 1fr 22px;
	gap: 13px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 17px;
	background: rgba(255, 255, 255, .08);
	color: white;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}

.appointment-panel__options > a:hover {
	transform: translateX(4px);
	background: rgba(255, 255, 255, .14);
}

.appointment-panel__options > a > span {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 14px;
	background: rgba(47, 196, 230, .15);
	color: var(--omnigen-cyan-300);
}

.appointment-panel__options svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.appointment-panel__options > a > svg {
	width: 18px;
	height: 18px;
	color: rgba(255, 255, 255, .55);
}

.appointment-panel__options div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.appointment-panel__options small {
	color: rgba(255, 255, 255, .56);
	font-size: .71rem;
}

.appointment-panel__options strong {
	font-size: .93rem;
}

.contact-section {
	background: var(--omnigen-sky-50);
}

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

.contact-card {
	display: flex;
	align-items: flex-start;
	gap: 17px;
	padding: 28px;
	border: 1px solid var(--omnigen-line);
	border-radius: var(--omnigen-radius-md);
	background: var(--omnigen-white);
	box-shadow: var(--omnigen-shadow-sm);
}

.contact-card > span {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 15px;
	background: var(--omnigen-sky-100);
	color: var(--omnigen-blue-700);
}

.contact-card > span svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.contact-card small {
	color: var(--omnigen-blue-700);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.contact-card h3 {
	margin: 7px 0 6px;
	color: var(--omnigen-navy-900);
	font-size: 1.02rem;
	line-height: 1.4;
}

.contact-card h3 a {
	color: inherit;
	text-decoration: none;
}

.contact-card p {
	margin: 0;
	color: var(--omnigen-muted);
	font-size: .83rem;
	line-height: 1.5;
}

.contact-card a:not(h3 a) {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 7px;
	font-size: .82rem;
	font-weight: 750;
	text-decoration: none;
}

.urgent-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	max-width: 820px;
	padding: 15px 18px;
	margin: 26px auto 0;
	border: 1px solid #f1dada;
	border-radius: 14px;
	background: #fffafa;
	color: #754c4c;
	font-size: .82rem;
}

.urgent-note span {
	display: grid;
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
	place-items: center;
	border-radius: 50%;
	background: #f8e6e6;
	color: var(--omnigen-danger);
	font-weight: 800;
}

.urgent-note p {
	margin: 0;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding-top: 60px;
	padding-bottom: 20px;
}

.site-footer {
	padding: 65px 0 92px;
	background: var(--omnigen-navy-950);
	color: rgba(255, 255, 255, .7);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr 1fr;
	gap: 70px;
	padding-bottom: 47px;
}

.site-footer .site-brand {
	color: white;
}

.site-footer .site-brand__mark svg {
	fill: rgba(47, 196, 230, .12);
	stroke: var(--omnigen-cyan-300);
}

.site-footer .site-brand__copy small {
	color: rgba(255, 255, 255, .55);
}

.site-footer__promise {
	max-width: 300px;
	margin: 19px 0 0;
	font-size: .88rem;
}

.site-footer h2 {
	margin: 0 0 17px;
	color: white;
	font-size: .77rem;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.site-footer__links ul {
	align-items: flex-start;
	flex-direction: column;
	gap: 7px;
}

.site-footer__links a,
.site-footer__contact a {
	color: rgba(255, 255, 255, .7);
	font-size: .86rem;
	text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__contact a:hover {
	color: white;
}

.site-footer__contact {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.site-footer__contact a,
.site-footer__contact p {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
}

.site-footer__contact svg,
.staff-link svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .11);
	font-size: .72rem;
}

.site-footer__bottom p {
	margin: 0;
}

.staff-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, .52);
	text-decoration: none;
}

.mobile-action-bar {
	display: none;
}

.booking-dialog {
	width: min(calc(100% - 32px), 540px);
	padding: 42px;
	border: 0;
	border-radius: 28px;
	box-shadow: 0 32px 100px rgba(2, 40, 63, .32);
	color: var(--omnigen-text);
	text-align: center;
}

.booking-dialog::backdrop {
	background: rgba(2, 30, 47, .7);
	backdrop-filter: blur(6px);
}

.booking-dialog__close {
	position: absolute;
	top: 13px;
	right: 15px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--omnigen-sky-50);
	color: var(--omnigen-navy-900);
	cursor: pointer;
	font-size: 1.7rem;
	line-height: 1;
}

.booking-dialog__icon {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	margin: 0 auto 20px;
	border-radius: 20px;
	background: var(--omnigen-sky-100);
	color: var(--omnigen-blue-700);
}

.booking-dialog__icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.booking-dialog h2 {
	margin: 0;
	color: var(--omnigen-navy-950);
	font-size: 2rem;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.booking-dialog > p:not(.omnigen-eyebrow) {
	margin: 15px auto 25px;
	color: var(--omnigen-muted);
}

.booking-dialog__actions {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.content-shell {
	min-height: 60vh;
	padding-top: 90px;
	padding-bottom: 100px;
}

.content-header {
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: center;
}

.content-header h1 {
	margin: 0;
	color: var(--omnigen-navy-950);
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	letter-spacing: -.05em;
	line-height: 1.05;
}

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

.post-card {
	overflow: hidden;
	border: 1px solid var(--omnigen-line);
	border-radius: var(--omnigen-radius-md);
	background: white;
	box-shadow: var(--omnigen-shadow-sm);
}

.post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__body {
	padding: 25px;
}

.post-card time {
	color: var(--omnigen-blue-700);
	font-size: .72rem;
	font-weight: 750;
}

.post-card h2 {
	margin: 8px 0;
	font-size: 1.35rem;
	line-height: 1.3;
}

.post-card h2 a {
	color: var(--omnigen-navy-900);
	text-decoration: none;
}

.post-card p {
	color: var(--omnigen-muted);
	font-size: .9rem;
}

.entry-content-wrap {
	max-width: 900px;
	margin-inline: auto;
}

.entry-hero {
	overflow: hidden;
	margin-bottom: 46px;
	border-radius: var(--omnigen-radius-lg);
}

.entry-content {
	max-width: 760px;
	margin-inline: auto;
}

.entry-content > * {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

.entry-content h2,
.entry-content h3 {
	color: var(--omnigen-navy-950);
	line-height: 1.25;
}

.not-found {
	display: flex;
	min-height: 65vh;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: center;
}

.not-found__mark {
	color: var(--omnigen-sky-100);
	font-size: clamp(7rem, 20vw, 15rem);
	font-weight: 900;
	letter-spacing: -.08em;
	line-height: .8;
}

.not-found h1 {
	max-width: 650px;
	margin: 0;
	color: var(--omnigen-navy-950);
	font-size: clamp(2rem, 5vw, 3.8rem);
	letter-spacing: -.05em;
	line-height: 1.1;
}

.not-found > p:not(.omnigen-eyebrow) {
	margin: 18px 0 26px;
	color: var(--omnigen-muted);
}

@media (max-width: 1220px) {
	.hero__care-badge {
		right: -18px;
	}
}

@media (max-width: 1024px) {
	.site-navigation {
		gap: 12px;
	}

	.primary-menu a {
		padding-inline: 7px;
		font-size: .86rem;
	}

	.hero__grid {
		grid-template-columns: 1.05fr .95fr;
		gap: 35px;
	}

	.hero__care-badge {
		display: none;
	}

	.doctor-section__grid {
		gap: 55px;
	}

	.appointment-panel {
		gap: 45px;
		padding: 55px;
	}

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

	.contact-card:last-child {
		grid-column: span 2;
	}
}

@media (max-width: 860px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.menu-toggle {
		display: flex;
	}

	.site-navigation {
		position: fixed;
		top: 78px;
		right: 0;
		left: 0;
		display: flex;
		max-height: 0;
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		overflow: hidden;
		padding: 0 20px;
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 25px 50px rgba(3, 40, 63, .11);
		opacity: 0;
		transition: max-height .3s ease, opacity .2s ease, padding .3s ease;
	}

	.admin-bar .site-navigation {
		top: 124px;
	}

	.site-navigation.is-open {
		max-height: calc(100vh - 78px);
		overflow-y: auto;
		padding-top: 18px;
		padding-bottom: 22px;
		opacity: 1;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
	}

	.primary-menu a {
		padding: 12px 14px;
		font-size: .97rem;
	}

	.site-navigation__cta .omnigen-btn {
		width: 100%;
	}

	.menu-open .menu-toggle__lines i:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.menu-open .menu-toggle__lines i:nth-child(2) {
		opacity: 0;
	}

	.menu-open .menu-toggle__lines i:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.hero {
		min-height: auto;
	}

	.hero__grid {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hero__content {
		padding: 70px 0 52px;
	}

	.hero__visual {
		height: 550px;
	}

	.hero__photo-frame {
		inset: 0 max(0px, calc((100% - 540px) / 2));
		border-radius: 220px 220px 0 0;
	}

	.announcement__inner {
		grid-template-columns: auto 1fr;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.announcement a {
		grid-column: 2;
	}

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

	.service-card,
	.service-card:nth-child(4),
	.service-card:nth-child(5) {
		grid-column: auto;
	}

	.service-card:last-child {
		grid-column: span 2;
	}

	.doctor-section__grid {
		grid-template-columns: 1fr;
	}

	.doctor-section__image {
		width: min(100%, 580px);
		margin-inline: auto;
	}

	.appointment-panel {
		grid-template-columns: 1fr;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 50px;
	}

	.site-footer__grid > div:first-child {
		grid-column: span 2;
	}

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

@media (max-width: 600px) {
	body {
		padding-bottom: 67px;
	}

	.admin-bar .site-header {
		top: 0;
	}

	.site-header__inner {
		min-height: 70px;
	}

	.site-navigation,
	.admin-bar .site-navigation {
		top: 70px;
	}

	.site-brand__mark,
	.site-brand__mark svg {
		width: 39px;
		height: 39px;
		flex-basis: 39px;
	}

	.site-brand__copy strong {
		font-size: .96rem;
	}

	.site-brand__copy small {
		font-size: .59rem;
	}

	.menu-toggle__label {
		display: none;
	}

	.omnigen-container {
		width: min(calc(100% - 30px), var(--omnigen-container));
	}

	.omnigen-section {
		padding: 74px 0;
	}

	.hero__content {
		padding: 52px 0 43px;
	}

	.hero h1 {
		font-size: clamp(2.65rem, 14vw, 4.1rem);
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__actions {
		flex-direction: column;
	}

	.hero__actions .omnigen-btn {
		width: 100%;
	}

	.hero__trust {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.hero__visual {
		height: 455px;
	}

	.hero__photo-frame {
		inset: 0;
		border-width: 5px;
		border-radius: 170px 170px 0 0;
	}

	.hero__photo-frame > img {
		transform: scale(1.72);
		transform-origin: 74% 40%;
	}

	.hero__doctor-card {
		right: 14px;
		bottom: 15px;
		left: 14px;
	}

	.announcement__inner {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 24px;
		padding-bottom: 24px;
		text-align: center;
	}

	.announcement__icon {
		margin-inline: auto;
	}

	.announcement a {
		justify-content: center;
		grid-column: auto;
	}

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

	.section-heading h2,
	.doctor-section h2,
	.appointment-panel h2 {
		font-size: 2.15rem;
	}

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

	.service-card,
	.service-card:last-child {
		min-height: 215px;
		grid-column: auto;
	}

	.section-cta {
		align-items: center;
		flex-direction: column;
	}

	.doctor-section__grid {
		gap: 45px;
	}

	.doctor-section__image {
		height: 500px;
		border-radius: 32px 32px 110px 32px;
	}

	.doctor-section__image > img {
		transform: scale(1.8);
	}

	.doctor-section__quote {
		right: 14px;
		bottom: 14px;
		left: 14px;
		padding: 15px;
	}

	.appointment-section {
		padding-top: 5px;
	}

	.appointment-panel {
		width: min(calc(100% - 22px), var(--omnigen-container));
		gap: 36px;
		padding: 40px 24px;
		border-radius: 28px;
	}

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

	.contact-card:last-child {
		grid-column: auto;
	}

	.contact-card {
		padding: 23px;
	}

	.site-footer {
		padding: 55px 0 38px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.site-footer__grid > div:first-child {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.mobile-action-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1100;
		display: grid;
		height: 67px;
		grid-template-columns: repeat(3, 1fr);
		border-top: 1px solid var(--omnigen-line);
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 -10px 28px rgba(3, 40, 63, .1);
		backdrop-filter: blur(12px);
	}

	.mobile-action-bar a,
	.mobile-action-bar button {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 3px;
		padding: 7px;
		border: 0;
		border-right: 1px solid var(--omnigen-line);
		background: transparent;
		color: var(--omnigen-navy-800);
		cursor: pointer;
		font-size: .68rem;
		font-weight: 750;
		text-decoration: none;
	}

	.mobile-action-bar > :last-child {
		border-right: 0;
		background: var(--omnigen-blue-700);
		color: white;
	}

	.mobile-action-bar svg {
		width: 22px;
		height: 22px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
	}

	.booking-dialog {
		padding: 36px 22px 26px;
		border-radius: 22px;
	}

	.booking-dialog h2 {
		font-size: 1.7rem;
	}

	.booking-dialog__actions {
		flex-direction: column;
	}

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

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

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
