/*
Theme Name:   Medical Business Insurance Child
Theme URI:    https://snap.medical-g.org/
Description:  US English medical-business insurance publisher shell built on GeneratePress.
Author:       OpenAI Codex
Template:     generatepress
Version:      1.1.1
Text Domain:  fazvol-marje3-child
*/

:root {
	--faz-shell-primary: #16324f;
	--faz-shell-primary-dark: #0f2740;
	--faz-shell-accent: #157a8a;
	--faz-shell-accent-soft: #d8edf1;
	--faz-shell-bg: #f5f8fb;
	--faz-shell-surface: #ffffff;
	--faz-shell-surface-soft: #edf4f7;
	--faz-shell-border: #d7e2ea;
	--faz-shell-text: #102235;
	--faz-shell-text-soft: #5d7285;
	--faz-shell-shadow-sm: 0 8px 24px rgba(16, 34, 53, 0.06);
	--faz-shell-shadow-md: 0 16px 42px rgba(16, 34, 53, 0.10);
	--faz-shell-radius: 20px;
	--faz-shell-radius-sm: 12px;
	--faz-shell-container: 1280px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: linear-gradient(180deg, #fbfdff 0%, var(--faz-shell-bg) 100%);
	color: var(--faz-shell-text);
	font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

body,
button,
input,
select,
textarea {
	font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Merriweather", Georgia, serif;
	color: var(--faz-shell-text);
	letter-spacing: -0.02em;
}

a {
	color: var(--faz-shell-primary);
}

.site.grid-container {
	max-width: 100%;
}

.site-content {
	padding-top: 2rem;
}

.faz-shell-wrap {
	position: relative;
	z-index: 3;
}

.site-header,
.main-navigation,
.site-footer,
.footer-widgets,
.inside-site-info {
	display: none !important;
}

.site-content .content-area {
	width: 100%;
}

.gp-icon,
.menu-toggle {
	display: none !important;
}

.inside-article,
.inside-right-sidebar,
.widget,
.page-header {
	background: transparent;
}

.faz-shell-header-wrap,
.faz-shell-footer-wrap {
	width: 100%;
}

.faz-shell-header {
	position: sticky;
	top: 0;
	z-index: 80;
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(215, 226, 234, 0.85);
	box-shadow: 0 10px 30px rgba(16, 34, 53, 0.06);
}

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

.faz-shell-header__inner {
	max-width: var(--faz-shell-container);
	margin: 0 auto;
	padding: 0 24px;
	min-height: 84px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
}

.faz-shell-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: var(--faz-shell-text);
}

.faz-shell-brand__mark,
.faz-shell-footer__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--faz-shell-primary) 0%, var(--faz-shell-accent) 100%);
	color: #fff;
	font-weight: 800;
	font-size: 1.1rem;
	box-shadow: var(--faz-shell-shadow-sm);
}

.faz-shell-brand__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.faz-shell-brand__text strong {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.1;
}

.faz-shell-brand__text small {
	font-size: 0.78rem;
	color: var(--faz-shell-text-soft);
	letter-spacing: 0.02em;
}

.faz-shell-nav {
	justify-self: center;
}

.faz-shell-nav-list {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.faz-shell-nav-item {
	position: relative;
}

.faz-shell-nav-link,
.faz-shell-nav-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.82rem 0.95rem;
	border-radius: 999px;
	border: 0;
	background: transparent;
	color: var(--faz-shell-text);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.faz-shell-nav-link:hover,
.faz-shell-nav-trigger:hover,
.faz-shell-nav-item.is-open > .faz-shell-nav-trigger {
	background: rgba(21, 122, 138, 0.08);
	color: var(--faz-shell-primary);
}

.faz-shell-nav-trigger svg {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.faz-shell-nav-item.is-open > .faz-shell-nav-trigger svg {
	transform: rotate(180deg);
}

.faz-shell-panel {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	min-width: 560px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--faz-shell-border);
	border-radius: 24px;
	box-shadow: var(--faz-shell-shadow-md);
	padding: 1.35rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.faz-shell-nav-item.is-open > .faz-shell-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.faz-shell-panel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.faz-shell-panel-col {
	padding: 0.9rem 1rem;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
	border: 1px solid rgba(215, 226, 234, 0.9);
}

.faz-shell-panel-col h3 {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	color: var(--faz-shell-accent);
}

.faz-shell-panel-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.faz-shell-panel-col a {
	display: block;
	padding: 0.45rem 0;
	color: var(--faz-shell-text);
	text-decoration: none;
	font-weight: 600;
	line-height: 1.4;
}

.faz-shell-panel-col a:hover {
	color: var(--faz-shell-primary);
}

.faz-shell-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.2rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--faz-shell-primary) 0%, var(--faz-shell-accent) 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	box-shadow: 0 12px 30px rgba(21, 122, 138, 0.22);
}

.faz-shell-cta:hover {
	color: #fff;
	transform: translateY(-1px);
}

.faz-shell-cta--mobile {
	display: none;
}

.faz-shell-toggle {
	display: none;
	flex-direction: column;
	gap: 4px;
	padding: 0;
	width: 42px;
	height: 42px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.faz-shell-toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--faz-shell-text);
	border-radius: 999px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.faz-shell-toggle.is-open span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.faz-shell-toggle.is-open span:nth-child(2) {
	opacity: 0;
}

.faz-shell-toggle.is-open span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.faz-shell-footer-wrap {
	margin-top: 3rem;
}

.faz-shell-wave {
	line-height: 0;
}

.faz-shell-wave svg {
	display: block;
	width: 100%;
	height: 130px;
}

.faz-shell-footer {
	position: relative;
	background: linear-gradient(180deg, #16324f 0%, #0a1e31 100%);
	color: #fff;
	overflow: hidden;
}

.faz-shell-footer__pattern {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 12px 12px;
	opacity: 0.45;
	mask-image: radial-gradient(circle at center, black 20%, transparent 75%);
	-webkit-mask-image: radial-gradient(circle at center, black 20%, transparent 75%);
	pointer-events: none;
}

.faz-shell-footer__container {
	position: relative;
	z-index: 1;
	max-width: var(--faz-shell-container);
	margin: 0 auto;
	padding: 0 24px;
}

.faz-shell-footer__main {
	display: grid;
	grid-template-columns: 1.5fr repeat(4, 1fr);
	gap: 28px;
	padding: 52px 0 34px;
}

.faz-shell-footer__brand {
	padding-right: 12px;
}

.faz-shell-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 1.1rem;
}

.faz-shell-footer__brand-copy {
	font-size: 1.1rem;
	font-weight: 800;
}

.faz-shell-footer__description {
	max-width: 420px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
	line-height: 1.8;
	margin-bottom: 1.25rem;
}

.faz-shell-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0.9rem 1.15rem;
	border-radius: 999px;
	background: #2dc0cb;
	color: #0a1e31;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 30px rgba(45, 192, 203, 0.25);
}

.faz-shell-footer__cta svg {
	width: 18px;
	height: 18px;
}

.faz-shell-footer__column h3 {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	color: #7ee8ee;
}

.faz-shell-footer__column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.faz-shell-footer__column a {
	color: rgba(255, 255, 255, 0.74);
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.45;
}

.faz-shell-footer__column a:hover,
.faz-shell-footer__legal a:hover {
	color: #fff;
}

.faz-shell-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faz-shell-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
}

.faz-shell-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.faz-shell-footer__legal a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 600;
}

@media (max-width: 1180px) {
	.faz-shell-header__inner {
		grid-template-columns: auto 1fr;
	}

	.faz-shell-cta--desktop {
		display: none;
	}

	.faz-shell-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.faz-shell-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.98);
		border-bottom: 1px solid var(--faz-shell-border);
		box-shadow: var(--faz-shell-shadow-md);
		padding: 14px 24px 22px;
		display: none;
	}

	.faz-shell-nav.is-open {
		display: block;
	}

	.faz-shell-nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0.35rem;
	}

	.faz-shell-nav-link,
	.faz-shell-nav-trigger {
		width: 100%;
		justify-content: space-between;
		padding: 1rem;
		border-radius: 18px;
		background: #f7fbfd;
	}

	.faz-shell-nav-item--has-panel .faz-shell-panel {
		position: static;
		min-width: 0;
		margin-top: 0.5rem;
		display: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		box-shadow: none;
		padding: 1rem;
	}

	.faz-shell-nav-item.is-open > .faz-shell-panel {
		display: block;
	}

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

	.faz-shell-cta--mobile {
		display: inline-flex;
		margin-top: 1rem;
	}

	.faz-shell-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.faz-shell-footer__brand {
		grid-column: 1 / -1;
		padding-right: 0;
	}
}

@media (max-width: 782px) {
	.admin-bar .faz-shell-header {
		top: 46px;
	}
}

@media (max-width: 680px) {
	.faz-shell-header__inner,
	.faz-shell-footer__container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.faz-shell-footer__main {
		grid-template-columns: 1fr;
		gap: 24px;
	}

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