:root {
	--tax-navy: #0f3d5c;
	--tax-navy-dark: #0a2c44;
	--tax-teal: #14708a;
	--tax-green: #1fa37a;
	--tax-gold: #f4a623;
	--tax-gold-dark: #db9114;
	--tax-ink: #1e2a33;
	--tax-muted: #5a6b77;
	--tax-line: #e3e8ec;
	--tax-soft: #f5f7fa;
	--tax-container: 1200px;
}

.taxsheba-page,
.taxsheba-page * {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fff;
	color: var(--tax-ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.tax-home-active {
	background: #fff;
}

/*
 * Scope the homepage foundation to the child theme wrapper. This gives the
 * custom interface a predictable baseline without changing GeneratePress or
 * WordPress styles on any other page.
 */
.taxsheba-page {
	margin: 0;
	padding: 0;
	color: var(--tax-ink);
	font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.taxsheba-page :where(button, input, select, textarea) {
	font-family: inherit;
}

.taxsheba-page :where(h1, h2, h3, h4, h5, h6, p, ul, ol) {
	margin: 0;
}

.taxsheba-page :where(h1, h2, h3, h4, h5, h6) {
	font-family: inherit;
	text-transform: none;
}

.taxsheba-page a {
	color: inherit;
	text-decoration: none;
}

.taxsheba-page img,
.taxsheba-page svg {
	max-width: 100%;
}

.tax-container {
	width: min(100% - 48px, var(--tax-container));
	margin-inline: auto;
}

.tax-top-sentinel {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.tax-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--tax-button, var(--tax-gold)), var(--tax-button, var(--tax-gold)));
	color: var(--tax-navy);
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	padding: 15px 28px;
	box-shadow: 0 12px 30px color-mix(in srgb, var(--tax-button, var(--tax-gold)) 35%, transparent);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.tax-button:hover,
.tax-button:focus-visible {
	filter: brightness(1.04);
	transform: translateY(-2px);
	box-shadow: 0 16px 36px color-mix(in srgb, var(--tax-button, var(--tax-gold)) 45%, transparent);
}

.tax-button--small {
	min-height: 46px;
	padding: 12px 20px;
	font-size: 15px;
}

.tax-button--block {
	width: 100%;
}

.tax-header {
	position: fixed;
	z-index: 60;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0 !important;
	transition: box-shadow .25s ease, border-color .25s ease;
}

.tax-header__util {
	height: 37px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	color: var(--tax-header-normal-top-text-color, rgba(255, 255, 255, .72));
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .2px;
	transition: height .25s ease, opacity .2s ease, border-color .25s ease;
}

.tax-header__util-inner,
.tax-header__main-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.tax-header__util-inner {
	height: 37px;
	padding-block: 8px;
}

.tax-header__util-inner > span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tax-header__util-links {
	display: flex;
	flex: none;
	align-items: center;
	gap: 18px;
	color: var(--tax-header-normal-link-color, #fff);
	white-space: nowrap;
}

.tax-header__util-links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
	letter-spacing: 0;
}

.tax-header__util-links a,
.tax-drawer > a:not(.tax-button),
.tax-drawer__actions a,
.tax-contact__cards a,
.tax-footer a {
	transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.tax-header__util-links a:hover,
.tax-header__util-links a:focus-visible,
.tax-header:not(.is-solid) .tax-nav a:hover,
.tax-header:not(.is-solid) .tax-nav a:focus-visible,
.tax-drawer__head button:hover,
.tax-drawer__head button:focus-visible,
.tax-drawer > a:not(.tax-button):hover,
.tax-drawer > a:not(.tax-button):focus-visible,
.tax-drawer__actions a:hover,
.tax-drawer__actions a:focus-visible,
.tax-contact__cards a:hover,
.tax-contact__cards a:focus-visible,
.tax-footer a:hover,
.tax-footer a:focus-visible {
	color: var(--tax-button, var(--tax-gold));
}

.tax-header__util-links svg {
	width: 14px;
	height: 14px;
	flex: none;
	color: var(--tax-header-normal-accent-color, #7fe3d6);
}

.tax-header__util-links .tax-icon--whatsapp {
	color: #25d366;
}

.tax-header__main {
	background: transparent;
	transition: background-color .25s ease, backdrop-filter .25s ease;
}

.tax-header__main-inner {
	padding-block: 12px;
}

.tax-header.is-solid {
	border-bottom-color: var(--tax-header-solid-border-color, rgba(15, 61, 92, .10));
	box-shadow: 0 6px 20px color-mix(in srgb, var(--tax-header-solid-shadow-color, #0f3d5c) 14%, transparent);
}

.tax-header.is-solid .tax-header__util {
	height: 0;
	opacity: 0;
	border-bottom-color: transparent;
}

.tax-header.is-solid .tax-header__main {
	background: var(--tax-header-solid-bg-color, rgba(255, 255, 255, .86));
	backdrop-filter: saturate(180%) blur(14px);
}

.tax-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: none;
}

.tax-brand__logo {
	display: block;
	width: auto;
	height: 44px;
	object-fit: contain;
}

.tax-brand__logo--dark {
	display: none;
}

.tax-brand__tag {
	border-left: 1px solid rgba(255, 255, 255, .25);
	padding-left: 12px;
	color: var(--tax-header-normal-tag-color, rgba(255, 255, 255, .78));
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.tax-header.is-solid .tax-brand__logo--light {
	display: none;
}

.tax-header.is-solid .tax-brand__logo--dark {
	display: block;
}

.tax-header.is-solid .tax-brand__tag {
	border-left-color: var(--tax-header-solid-border-color, rgba(15, 61, 92, .2));
	color: var(--tax-header-solid-tag-color, var(--tax-muted));
}

.tax-header__right,
.tax-nav,
.tax-lang {
	display: flex;
	align-items: center;
}

.tax-header__right {
	gap: 22px;
}

.tax-nav {
	gap: 30px;
}

.tax-nav a {
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
	color: var(--tax-header-normal-link-color, rgba(255, 255, 255, .92));
	font-size: 15px;
	font-weight: 500;
	transition: border-color .2s, color .2s;
}

.tax-header.is-solid .tax-nav a {
	color: var(--tax-header-solid-link-color, var(--tax-ink));
}

.tax-nav a.is-active {
	border-bottom-color: var(--tax-gold);
}

.tax-lang {
	gap: 2px;
	padding: 3px;
	border: 1px solid rgba(15, 61, 92, .15);
	border-radius: 999px;
	background: #fff;
}

.tax-lang button {
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--tax-muted);
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 11px;
}

.tax-lang button.is-active {
	background: var(--tax-gold);
	color: var(--tax-navy);
}

.tax-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 11px;
	background: color-mix(in srgb, var(--tax-header-normal-toggle-bg, #fff) 16%, transparent);
	color: var(--tax-header-normal-toggle-color, #fff);
	cursor: pointer;
	place-items: center;
}

.tax-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 3px auto;
	background: currentColor;
	border-radius: 2px;
}

.tax-header.is-solid .tax-menu-toggle {
	border-color: var(--tax-header-solid-border-color, rgba(15, 61, 92, .15));
	background: var(--tax-header-solid-toggle-bg, #fff);
	color: var(--tax-header-solid-toggle-color, var(--tax-navy));
}

.tax-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 70;
	background: rgba(15, 61, 92, .5);
}

.tax-drawer {
	position: fixed;
	z-index: 80;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(82vw, 340px);
	padding: 22px;
	background: var(--tax-navy);
	color: #fff;
	box-shadow: -12px 0 40px rgba(0, 0, 0, .3);
	transform: translateX(100%);
	transition: transform .25s ease;
}

.tax-drawer.is-open {
	transform: translateX(0);
}

.tax-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.tax-drawer__head strong {
	font-size: 16px;
	font-weight: 800;
}

.tax-drawer__head button {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

.tax-lang--drawer {
	display: inline-flex;
	margin-bottom: 12px;
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .1);
}

.tax-lang--drawer button {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.tax-drawer > a:not(.tax-button) {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 14px 8px;
	font-size: 17px;
	font-weight: 600;
}

.tax-drawer .tax-button {
	width: 100%;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 700;
}

.tax-drawer__actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 12px;
}

.tax-drawer__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 11px;
	padding: 12px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.tax-drawer__actions svg {
	width: 18px;
	height: 18px;
	flex: none;
}

.tax-drawer__social {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.tax-drawer__social a {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	transition: transform .2s ease, background .2s ease;
}

.tax-drawer__social svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.tax-drawer__social a:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, .18);
	color: var(--tax-button, var(--tax-gold));
}

.tax-hero {
	position: relative;
	min-height: 88vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 150px 0 84px;
	background: linear-gradient(140deg, #0b3149 0%, var(--tax-navy) 44%, #136980 100%);
}

.tax-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
	background-size: 26px 26px;
	opacity: .6;
}

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

.tax-hero__orb--gold {
	top: -150px;
	right: -110px;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(244, 166, 35, .32), transparent 66%);
}

.tax-hero__orb--green {
	bottom: -220px;
	left: -140px;
	width: 580px;
	height: 580px;
	background: radial-gradient(circle, rgba(52, 202, 184, .30), transparent 66%);
}

.tax-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 64px;
}

.tax-hero__copy {
	flex: 1;
	min-width: 0;
}

.tax-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(244, 166, 35, .4);
	border-radius: 999px;
	background: rgba(244, 166, 35, .16);
	color: #fbd49a;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .2px;
	padding: 8px 16px;
}

.tax-kicker svg {
	width: 15px;
	height: 15px;
	color: var(--tax-gold);
}

.tax-hero h1 {
	max-width: 760px;
	margin: 22px 0 0;
	color: #fff;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.12;
}

.tax-hero mark {
	position: relative;
	display: inline-block;
	background: transparent;
	color: #f8b43a;
	white-space: nowrap;
}

.tax-hero mark::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 13px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 16' preserveAspectRatio='none'%3E%3Cpath d='M4 10 C52 2 128 2 176 8' fill='none' stroke='%23f4a623' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
	pointer-events: none;
}

.tax-hero p {
	max-width: 60ch;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(16px, 1.6vw, 19px);
}

.tax-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	margin-top: 34px;
}

.tax-hero__actions .tax-button {
	font-size: 17px;
	font-weight: 700;
}

.taxsheba-page .tax-hero__call,
.taxsheba-page .tax-hero__call:visited {
	color: #7fe3d6;
	border-bottom: 1px solid transparent;
	font-size: 15px;
	font-weight: 700;
	transition: border-color .2s ease, color .2s ease;
}

.taxsheba-page .tax-hero__call:hover,
.taxsheba-page .tax-hero__call:focus-visible {
	color: #7fe3d6;
	border-bottom-color: #7fe3d6;
}

.tax-hero .tax-hero__note {
	margin-top: 16px;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.tax-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 26px;
	margin-top: 40px;
}

.tax-trust span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, .86);
	font-size: 14px;
	font-weight: 600;
}

.tax-trust svg {
	width: 24px;
	height: 24px;
	flex: none;
	padding: 5.5px;
	border-radius: 50%;
	background: rgba(244, 166, 35, .2);
	color: var(--tax-gold);
}

.tax-trust > span:nth-child(2) svg,
.tax-trust > span:nth-child(6) svg {
	background: rgba(52, 202, 184, .22);
	color: #34cab8;
}

.tax-trust > span:nth-child(5) svg {
	background: rgba(43, 182, 115, .2);
	color: #2bb673;
}

.tax-hero__visual {
	position: relative;
	flex: 0 0 440px;
	max-width: 46%;
}

.tax-float-a {
	animation: taxFloat 6s ease-in-out infinite;
}

.tax-float-b {
	animation: taxFloatB 6s ease-in-out infinite;
}

.tax-hero__badge {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 14px;
	background: rgba(255, 255, 255, .15);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
	backdrop-filter: blur(12px);
	white-space: nowrap;
}

.tax-hero__badge-icon {
	display: grid;
	width: 26px;
	height: 26px;
	flex: none;
	place-items: center;
	border-radius: 50%;
}

.tax-hero__badge-icon svg {
	width: 15px;
	height: 15px;
}

.tax-hero__badge--one .tax-hero__badge-icon {
	background: rgba(52, 202, 184, .3);
	color: #34cab8;
}

.tax-hero__badge--two .tax-hero__badge-icon,
.tax-hero__badge--three .tax-hero__badge-icon {
	background: rgba(244, 166, 35, .28);
	color: var(--tax-gold);
}

.tax-hero__badge--one { top: 14px; left: -30px; }
.tax-hero__badge--two { bottom: 58px; left: -38px; }
.tax-hero__badge--three { top: 92px; right: -34px; }

.tax-section {
	scroll-margin-top: 88px;
	padding: 96px 0;
}

.tax-section__head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.tax-section__head > span,
.tax-section__eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--tax-teal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.tax-section__head h2,
.tax-about h2 {
	margin: 0;
	color: var(--tax-navy);
	font-size: clamp(28px, 3.4vw, 34px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.15;
}

.tax-reviews .tax-section__head h2 {
	line-height: 1.18;
}

.tax-audit h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 3.4vw, 36px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.14;
}

.tax-services .tax-section__head > span,
.tax-audit .tax-section__eyebrow {
	font-weight: 800;
	letter-spacing: .16em;
}

.tax-ca-comparison .tax-ca-comparison__eyebrow {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.tax-blog .tax-section__head > span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
}

.tax-section__head p {
	margin: 14px 0 0;
	color: var(--tax-muted);
	font-size: 18px;
}

.tax-section__head--light h2,
.tax-section__head--light p {
	color: #fff;
}

.tax-section__head--light p {
	color: rgba(255, 255, 255, .78);
}

[data-reveal] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .5s ease-out, transform .5s ease-out;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.tax-services {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.tax-service-tabs {
	position: relative;
	display: flex;
	width: max-content;
	max-width: 100%;
	margin: -14px auto 44px;
	padding: 4px;
	border: 1px solid var(--tax-line);
	border-radius: 999px;
	background: #eef2f5;
	overflow-x: auto;
}

.tax-service-tabs__thumb {
	position: absolute;
	z-index: 0;
	top: 4px;
	left: 4px;
	height: calc(100% - 8px);
	border-radius: 999px;
	background: linear-gradient(135deg, #f7b733, #f0911e);
	box-shadow: 0 5px 14px rgba(244, 166, 35, .42);
	transition: transform .25s ease, width .25s ease;
}

.tax-service-tabs button {
	position: relative;
	z-index: 1;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--tax-muted);
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 13px 24px;
	white-space: nowrap;
}

.tax-service-tabs button.is-active {
	color: var(--tax-navy);
}

.tax-service-panel {
	display: none;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 28px;
	align-items: stretch;
}

.tax-service-panel.is-active {
	display: grid;
}

.tax-service-panel[data-service-panel="registration"] {
	max-width: 900px;
	margin-inline: auto;
}

.tax-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100%;
	border: 1px solid var(--tax-line);
	border-radius: 18px;
	background: #fff;
	padding: 28px;
	box-shadow: 0 4px 20px rgba(15, 61, 92, .06);
	transition: transform .22s ease, box-shadow .22s ease;
}

.tax-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 42px rgba(15, 61, 92, .17);
}

.tax-service-card.is-featured {
	border-color: var(--tax-gold);
	background: #fffcf4;
}

.tax-service-card__bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent), #1aa6c2);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
}

.tax-service-card:hover .tax-service-card__bar {
	transform: scaleX(1);
}

.tax-service-card__badge {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f7b733, #f0911e);
	color: var(--tax-navy);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	padding: 5px 11px;
	text-transform: uppercase;
}

.tax-service-card__badge svg {
	width: 11px;
	height: 11px;
}

.taxsheba-page .tax-service-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	flex: 0 0 52px;
	margin-bottom: 18px;
	place-items: center;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #1aa6c2, #14708a);
	color: #fff;
	box-shadow: 0 8px 20px rgba(20, 112, 138, .32);
	line-height: 0;
	transition: transform .2s ease;
}

.taxsheba-page .tax-service-card__icon--gold {
	background: linear-gradient(135deg, #f7b733, #f0911e);
	color: #fff;
	box-shadow: 0 8px 20px rgba(244, 166, 35, .34);
}

.taxsheba-page .tax-service-card__icon--navy {
	background: linear-gradient(135deg, #0f3d5c, #1b8299);
	color: #fff;
	box-shadow: 0 8px 20px rgba(15, 61, 92, .3);
}

.taxsheba-page .tax-service-card__icon--green {
	background: linear-gradient(135deg, #2cc68c, #1fa37a);
	color: #fff;
	box-shadow: 0 8px 20px rgba(31, 163, 122, .32);
}

.taxsheba-page .tax-service-card__icon--audit {
	background: linear-gradient(135deg, #14708a, #0f3d5c);
	color: #fff;
	box-shadow: 0 8px 20px rgba(15, 61, 92, .3);
}

.taxsheba-page .tax-service-card__icon svg {
	display: block;
	width: 25px;
	height: 25px;
	max-width: none;
	flex: none;
	fill: none;
	stroke: currentColor;
	color: inherit;
	vertical-align: middle;
}

.taxsheba-page .tax-service-card:hover .tax-service-card__icon {
	transform: scale(1.05);
}

.taxsheba-page .tax-service-panel[data-service-panel="registration"] .tax-service-card__icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	flex-basis: 56px;
	border-radius: 15px;
}

.taxsheba-page .tax-service-panel[data-service-panel="registration"] .tax-service-card__icon svg {
	width: 27px;
	height: 27px;
}

.tax-service-card h3 {
	margin: 0 0 8px;
	color: var(--tax-navy);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.25;
}

.tax-service-card p {
	margin: 0;
	color: var(--tax-muted);
	font-size: 15px;
	line-height: 1.6;
}

.tax-service-card p {
	flex: 1;
}

.tax-service-card__price {
	border-top: 1px solid var(--tax-line);
	margin-top: 20px;
	padding-top: 14px;
}

.tax-service-card__price span {
	display: block;
	color: var(--tax-muted);
	font-size: 13px;
}

.tax-service-card__price strong {
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	color: var(--tax-navy);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.tax-service-card__price small {
	color: var(--tax-gold);
	font-size: 23px;
	font-weight: 800;
}

.tax-service-card__price em {
	color: var(--tax-muted);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}

.tax-service-panel[data-service-panel="registration"] .tax-service-card h3 {
	font-size: 22px;
}

.tax-service-panel[data-service-panel="registration"] .tax-service-card__price strong {
	font-size: 30px;
}

.tax-service-card > a {
	align-self: flex-start;
	margin-top: 16px;
	color: var(--tax-teal);
	font-size: 15px;
	font-weight: 700;
}

.tax-training-callout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	border-radius: 18px;
	background: linear-gradient(160deg, var(--tax-navy), var(--tax-teal));
	color: #fff;
	padding: 32px;
	box-shadow: 0 8px 30px rgba(15, 61, 92, .2);
}

.tax-training-callout h3 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.01em;
	line-height: 1.25;
}

.tax-training-callout p,
.tax-training-callout li {
	color: rgba(255, 255, 255, .86);
	font-size: 14.5px;
	line-height: 1.6;
}

.tax-training-callout li {
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 600;
	list-style: none;
}

.tax-training-callout p,
.tax-training-callout ul {
	margin: 0;
}

.tax-training-callout ul {
	display: grid;
	gap: 10px;
	padding-left: 0;
}

.tax-training-callout li > span {
	display: grid;
	width: 24px;
	height: 24px;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: rgba(52, 202, 184, .25);
	color: #34cab8;
}

.tax-training-callout li svg {
	width: 13px;
	height: 13px;
}

.tax-training-callout a {
	align-self: flex-start;
	border-radius: 11px;
	background: linear-gradient(135deg, #f7b733, #f0911e);
	color: var(--tax-navy);
	font-size: 15px;
	font-weight: 800;
	padding: 14px 22px;
}

.tax-services__note {
	max-width: 640px;
	margin: 36px auto 0;
	color: var(--tax-muted);
	font-size: 14px;
	text-align: center;
}

.tax-audit,
.tax-about {
	background: var(--tax-soft);
}

.tax-audit__panel {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
	gap: 56px;
	align-items: center;
	border-radius: 28px;
	background: linear-gradient(125deg, var(--tax-navy) 0%, #125874 52%, var(--tax-teal) 100%);
	box-shadow: 0 34px 80px rgba(15, 61, 92, .34);
	padding: 64px;
}

.tax-audit__glow {
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	pointer-events: none;
}

.tax-audit__glow--gold {
	top: -160px;
	right: -120px;
	background: radial-gradient(circle, rgba(244, 166, 35, .22), transparent 65%);
}

.tax-audit__glow--green {
	bottom: -200px;
	left: -140px;
	background: radial-gradient(circle, rgba(31, 163, 122, .20), transparent 68%);
}

.tax-audit__panel::before,
.tax-contact::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .10) 1px, transparent 1.4px);
	background-size: 22px 22px;
	opacity: .35;
	pointer-events: none;
}

.tax-audit__copy,
.tax-audit__visual {
	position: relative;
	z-index: 1;
}

.tax-audit__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 13.5px;
	font-weight: 600;
	padding: 8px 16px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.tax-audit__pill-icon {
	flex: none;
	color: #f7b733;
	font-size: 14px;
	line-height: 1;
}

.tax-audit .tax-section__eyebrow {
	display: block;
	margin: 26px 0 12px;
	color: #f7b733;
}

.tax-audit h2 {
	max-width: 18ch;
	color: #fff;
}

.tax-audit p {
	max-width: 58ch;
	color: rgba(255, 255, 255, .9);
}

.tax-audit__copy > p:not(.tax-audit__note) {
	margin-top: 24px;
	font-size: 17px;
	line-height: 1.75;
}

.tax-audit__features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: 20px;
	margin: 28px 0 32px;
}

.tax-audit__feature {
	display: block;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .08);
	padding: 18px;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.tax-audit__feature:nth-child(1) { transition-delay: .08s; }
.tax-audit__feature:nth-child(2) { transition-delay: .18s; }
.tax-audit__feature:nth-child(3) { transition-delay: .28s; }
.tax-audit__feature:nth-child(4) { transition-delay: .38s; }

.tax-audit__feature-icon {
	display: grid;
	width: 36px;
	height: 36px;
	margin-bottom: 13px;
	place-items: center;
	border-radius: 10px;
	background: rgba(20, 112, 138, .32);
	color: #7fd9c0;
}

.tax-audit__feature-icon--gold {
	background: rgba(244, 166, 35, .18);
	color: #f7b733;
}

.tax-audit__feature-icon svg {
	width: 19px;
	height: 19px;
}

.tax-audit .tax-button svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.5;
}

.tax-audit__features strong,
.tax-audit__features small {
	display: block;
}

.tax-audit__features strong {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.tax-audit__features small {
	margin-top: 4px;
	color: rgba(255, 255, 255, .66);
	font-size: 12.5px;
	line-height: 1.45;
}

.tax-audit .tax-button {
	font-size: 16px;
	font-weight: 800;
}

.tax-audit__note {
	margin-top: 14px;
	color: rgba(255, 255, 255, .6) !important;
	font-size: 13.5px;
}

.tax-audit__visual {
	display: grid;
	place-items: center;
}

.tax-audit__visual svg {
	width: min(100%, 360px);
}

.tax-audit__visual-badge {
	position: absolute;
	left: -6px;
	bottom: 30px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 13px;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-size: 13.5px;
	font-weight: 700;
	padding: 11px 15px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.tax-audit__visual-badge-icon {
	display: grid;
	width: 24px;
	height: 24px;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: var(--tax-green);
	color: #fff;
}

.tax-audit__visual-badge-icon svg {
	width: 13px;
	height: 13px;
	stroke-width: 3;
}

.tax-ca-comparison {
	background: var(--tax-soft);
}

.tax-ca-comparison__head {
	max-width: 720px;
	margin-bottom: 40px;
}

.tax-ca-comparison__eyebrow {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	background: rgba(20, 112, 138, .1);
	padding: 7px 15px;
}

.tax-ca-comparison__eyebrow svg {
	width: 15px;
	height: 15px;
	flex: none;
}

.tax-ca-comparison__table {
	overflow: hidden;
	border: 1px solid var(--tax-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 44px rgba(15, 61, 92, .08);
}

.tax-ca-comparison__table-head,
.tax-ca-comparison__row {
	position: relative;
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
}

.tax-ca-comparison__brand,
.tax-ca-comparison__column {
	display: flex;
	min-height: 104px;
	align-items: center;
	justify-content: center;
	padding: 22px 24px;
}

.tax-ca-comparison__brand {
	background: #f8fafb;
}

.tax-ca-comparison__brand img {
	display: block;
	width: auto;
	height: 40px;
}

.tax-ca-comparison__column {
	flex-direction: column;
	gap: 10px;
}

.tax-ca-comparison__column strong {
	font-size: 21px;
	font-weight: 800;
	letter-spacing: .01em;
}

.tax-ca-comparison__column--ca {
	background: linear-gradient(150deg, var(--tax-teal), var(--tax-navy));
	color: #fff;
}

.tax-ca-comparison__column--ca > span,
.tax-ca-comparison__mobile-card--ca header span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f7b733, #f0911e);
	color: var(--tax-navy);
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .05em;
	padding: 5px 12px;
	text-transform: uppercase;
}

.tax-ca-comparison__column--ca > span {
	font-size: 11px;
}

.tax-ca-comparison__column--ca svg,
.tax-ca-comparison__mobile-card--ca header svg {
	width: 13px;
	height: 13px;
}

.tax-ca-comparison__column--lawyer {
	justify-content: flex-end;
	background: #fbecea;
	color: #d1493a;
}

.tax-ca-comparison__table-head > em {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 68.25%;
	display: grid;
	width: 50px;
	height: 50px;
	margin: 0;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--tax-navy);
	box-shadow: 0 8px 22px rgba(15, 61, 92, .35);
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	transform: translate(-50%, -50%);
}

.tax-ca-comparison__row {
	border-top: 1px solid #edf1f4;
	transition: background .2s ease;
}

.tax-ca-comparison__row:hover {
	background: rgba(20, 112, 138, .04);
}

.tax-ca-comparison__topic,
.tax-ca-comparison__value {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 22px 24px;
}

.tax-ca-comparison__topic {
	align-items: center;
	gap: 14px;
}

.tax-ca-comparison__topic-icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: none;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #1aa6c2, var(--tax-teal));
	box-shadow: 0 6px 16px rgba(20, 112, 138, .28);
	color: #fff;
}

.tax-ca-comparison__topic-icon--navy {
	background: linear-gradient(135deg, var(--tax-teal), var(--tax-navy));
	box-shadow: 0 6px 16px rgba(15, 61, 92, .28);
}

.tax-ca-comparison__topic-icon--gold {
	background: linear-gradient(135deg, #f7b733, #f0911e);
	box-shadow: 0 6px 16px rgba(244, 166, 35, .3);
	color: var(--tax-navy);
}

.tax-ca-comparison__topic-icon--green {
	background: linear-gradient(135deg, #1fa37a, #178a66);
	box-shadow: 0 6px 16px rgba(31, 163, 122, .28);
}

.tax-ca-comparison__topic-icon svg {
	width: 21px;
	height: 21px;
}

.tax-ca-comparison__topic strong {
	color: var(--tax-navy);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.tax-ca-comparison__value--ca {
	background: rgba(20, 112, 138, .05);
	box-shadow: inset 1px 0 #e4eef1, inset -1px 0 #e4eef1;
}

.tax-ca-comparison__value > span {
	display: grid;
	width: 24px;
	height: 24px;
	flex: none;
	margin-top: 1px;
	place-items: center;
	border-radius: 50%;
	background: rgba(31, 163, 122, .13);
	color: var(--tax-green);
	font-size: 18px;
	font-weight: 800;
}

.tax-ca-comparison__value--lawyer > span {
	background: rgba(209, 73, 58, .1);
	color: #d1493a;
}

.tax-ca-comparison__value svg {
	width: 14px;
	height: 14px;
}

.tax-ca-comparison__value p {
	margin: 0;
	color: var(--tax-ink);
	font-size: 14.5px;
	line-height: 1.6;
}

.tax-ca-comparison__value--lawyer p {
	color: var(--tax-muted);
}

.tax-ca-comparison__mobile {
	display: none;
}

.tax-ca-comparison__mobile-card {
	border: 1px solid var(--tax-line);
	border-top: 4px solid #d1493a;
	border-radius: 18px;
	background: #fff;
	padding: 22px;
	box-shadow: 0 4px 20px rgba(15, 61, 92, .05);
}

.tax-ca-comparison__mobile-card--ca {
	border-color: #bfdce3;
	border-top-color: var(--tax-teal);
	box-shadow: 0 10px 30px rgba(20, 112, 138, .14);
}

.tax-ca-comparison__mobile-card header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.tax-ca-comparison__mobile-card header > strong {
	border-radius: 999px;
	background: #e7f1f4;
	color: var(--tax-teal);
	font-size: 16px;
	font-weight: 800;
	padding: 6px 16px;
}

.tax-ca-comparison__mobile-card--lawyer header > strong {
	background: #fbecea;
	color: #d1493a;
}

.tax-ca-comparison__mobile-card > div {
	display: flex;
	gap: 13px;
	margin-top: 16px;
}

.tax-ca-comparison__mobile-card--ca > div > .tax-ca-comparison__topic-icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
}

.tax-ca-comparison__mobile-card--ca > div > .tax-ca-comparison__topic-icon svg {
	width: 17px;
	height: 17px;
}

.tax-ca-comparison__mobile-card--lawyer > div > span {
	display: grid;
	width: 24px;
	height: 24px;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: rgba(209, 73, 58, .1);
	box-shadow: none;
	color: #d1493a;
	font-size: 17px;
}

.tax-ca-comparison__mobile-card--lawyer > div > span svg {
	width: 14px;
	height: 14px;
}

.tax-ca-comparison__mobile-card p {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 0;
	color: var(--tax-ink);
	font-size: 14.5px;
	line-height: 1.6;
}

.tax-ca-comparison__mobile-card p strong {
	color: var(--tax-navy);
	font-size: 14px;
	font-weight: 700;
}

.tax-ca-comparison__mobile-card--lawyer p {
	color: var(--tax-muted);
}

.tax-ca-comparison__analogies {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 26px;
}

.tax-ca-comparison__analogy {
	position: relative;
	border: 1px solid var(--tax-line);
	border-radius: 18px;
	background: #fff;
	padding: 26px;
	box-shadow: 0 4px 20px rgba(15, 61, 92, .06);
	transition: transform .28s ease, box-shadow .28s ease;
}

.tax-ca-comparison__analogy::before {
	content: "";
	position: absolute;
	top: 0;
	right: 24px;
	left: 24px;
	height: 4px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(90deg, #1aa6c2, var(--tax-teal));
}

.tax-ca-comparison__analogy--lawyer::before {
	background: linear-gradient(90deg, #e86a5a, #d1493a);
}

.tax-ca-comparison__analogy:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 46px rgba(15, 61, 92, .16);
}

.tax-ca-comparison__analogy > span {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	place-items: center;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--tax-teal), var(--tax-navy));
	box-shadow: 0 10px 24px rgba(20, 112, 138, .3);
	color: #fff;
}

.tax-ca-comparison__analogy > span svg {
	width: 26px;
	height: 26px;
}

.tax-ca-comparison__analogy--lawyer > span {
	background: linear-gradient(135deg, #e86a5a, #d1493a);
	box-shadow: 0 10px 24px rgba(209, 73, 58, .28);
}

.tax-ca-comparison__analogy h3 {
	margin: 0 0 8px;
	color: var(--tax-navy);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

.tax-ca-comparison__analogy p {
	margin: 0;
	color: var(--tax-muted);
	font-size: 15px;
	line-height: 1.6;
}

.tax-ca-comparison__closing {
	max-width: 600px;
	margin: 32px auto 0;
	text-align: center;
}

.tax-ca-comparison__closing p {
	margin: 0 auto 20px;
	color: var(--tax-navy);
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 700;
	line-height: 1.5;
}

.tax-ca-comparison__closing .tax-button {
	font-size: 16px;
	font-weight: 700;
}

.tax-ca-comparison__closing .tax-button svg {
	width: 19px;
	height: 19px;
}

.tax-why__grid {
	display: grid;
	max-width: 900px;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-inline: auto;
}

.tax-why__card {
	border: 1px solid var(--tax-line);
	border-radius: 16px;
	background: #fff;
	padding: 22px;
	box-shadow: 0 4px 20px rgba(15, 61, 92, .05);
}

.tax-why__card > span {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	place-items: center;
	border-radius: 12px;
	background: rgba(20, 112, 138, .1);
	color: var(--tax-teal);
}

.tax-why__card > .tax-icon-chip--gold {
	background: rgba(244, 166, 35, .14);
	color: #f0911e;
}

.tax-why__card > .tax-icon-chip--navy {
	background: rgba(15, 61, 92, .1);
	color: var(--tax-navy);
}

.tax-why__card > .tax-icon-chip--green {
	background: rgba(31, 163, 122, .12);
	color: var(--tax-green);
}

.tax-why__card svg {
	width: 23px;
	height: 23px;
}

.tax-why__card h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

.tax-why__card p {
	margin: 0;
	color: var(--tax-muted);
	font-size: 14px;
	line-height: 1.55;
}

.tax-about {
	position: relative;
	overflow: hidden;
}

.tax-about__grid {
	display: grid;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
	gap: 56px;
	align-items: center;
}

.tax-about__portrait {
	position: relative;
	justify-self: center;
	width: min(100%, 300px);
}

.tax-about__portrait::before {
	content: "";
	position: absolute;
	inset: -10px;
	border: 1px solid rgba(20, 112, 138, .4);
	border-radius: 26px;
	pointer-events: none;
}

.tax-about__portrait img {
	display: block;
	width: 100%;
	height: 375px;
	border-radius: 20px;
	object-fit: cover;
	object-position: center top;
	box-shadow: 0 20px 46px rgba(20, 112, 138, .26);
}

.tax-about__portrait > span {
	position: absolute;
	left: -16px;
	bottom: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 14px;
	background: rgba(255, 255, 255, .92);
	padding: 10px 14px;
	box-shadow: 0 14px 32px rgba(15, 61, 92, .2);
}

.tax-about__portrait-icon {
	display: grid;
	width: 34px;
	height: 34px;
	flex: none;
	place-items: center;
	border-radius: 9px;
	background: rgba(20, 112, 138, .12);
	color: var(--tax-teal);
}

.tax-about__portrait-icon svg {
	width: 18px;
	height: 18px;
}

.tax-about__portrait > span > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tax-about__portrait strong {
	color: var(--tax-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.22;
}

.tax-about__portrait small {
	color: var(--tax-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.22;
}

.tax-about__copy p {
	max-width: 65ch;
	color: var(--tax-muted);
	font-size: 17px;
	line-height: 1.7;
}

.tax-credentials {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 28px;
}

.tax-credentials > span {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border: 1px solid var(--tax-line);
	border-radius: 12px;
	background: #fff;
	padding: 16px;
	box-shadow: 0 4px 16px rgba(15, 61, 92, .05);
}

.tax-credentials__icon {
	display: grid;
	width: 40px;
	height: 40px;
	flex: none;
	place-items: center;
	border-radius: 10px;
	background: rgba(20, 112, 138, .1);
	color: var(--tax-teal);
}

.tax-credentials__icon--gold {
	background: rgba(244, 166, 35, .14);
	color: #f0911e;
}

.tax-credentials__icon svg {
	width: 21px;
	height: 21px;
}

.tax-credentials > span > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.tax-credentials strong {
	color: var(--tax-navy);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.tax-credentials small {
	color: var(--tax-muted);
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.25;
}

.tax-about__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 24px;
	color: var(--tax-muted);
	font-size: 14px;
	font-weight: 600;
}

.tax-about__meta span + span {
	border-left: 1px solid rgba(20, 112, 138, .35);
	padding-left: 16px;
}

.tax-reviews {
	overflow: hidden;
	background: #f2f7f9;
}

.tax-review-marquee {
	display: flex;
	flex-direction: column;
	gap: 20px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.tax-review-track {
	display: flex;
	gap: 20px;
	width: max-content;
	will-change: transform;
}

.tax-review-track--left {
	animation: taxReviewLeft 55s linear infinite;
}

.tax-review-track--right {
	animation: taxReviewRight 55s linear infinite;
}

.tax-review-marquee:hover .tax-review-track {
	animation-play-state: paused;
}

.tax-review-card {
	width: 320px;
	flex: none;
	border: 1px solid #e8edf0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(15, 61, 92, .07);
	padding: 22px;
}

.tax-review-card header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.tax-review-card__avatar {
	display: grid;
	width: 44px;
	height: 44px;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: var(--avatar);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .02em;
}

.tax-review-card header span:not(.tax-review-card__avatar) {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	line-height: 1.3;
}

.tax-review-card header strong {
	color: var(--tax-navy);
	font-size: 15px;
	font-weight: 700;
}

.tax-review-card header small {
	color: #7a8893;
	font-size: 12.5px;
	font-weight: 500;
}

.tax-review-card em {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 999px;
	background: var(--platform-tint, rgba(20, 112, 138, .1));
	color: var(--platform-color, var(--tax-teal));
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	padding: 4px 9px;
	white-space: nowrap;
}

.tax-review-card em i {
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.tax-review-card div {
	margin-top: 14px;
	color: #f0911e;
	font-size: 15px;
	letter-spacing: 2px;
}

.tax-review-card p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 12px 0 0;
	color: #41535f;
	font-size: 14.5px;
	line-height: 1.6;
}

.tax-review-card footer {
	display: inline-block;
	margin-top: 16px;
	border-radius: 8px;
	background: rgba(20, 112, 138, .10);
	color: var(--tax-teal);
	font-size: 12px;
	font-weight: 600;
	padding: 5px 11px;
}

.tax-contact {
	position: relative;
	overflow: hidden;
	background: var(--tax-navy);
}

.tax-contact__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 28px;
	align-items: start;
}

.tax-contact__form-card {
	border-radius: 24px;
	background: #fff;
	padding: 36px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.tax-lead-form {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.tax-field {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.tax-field__control {
	position: relative;
}

.tax-field label {
	color: var(--tax-ink);
	font-size: 14px;
	font-weight: 600;
}

.tax-field label span {
	color: #e5484d;
}

.tax-field label small {
	color: var(--tax-muted);
	font-weight: 400;
}

.tax-field input,
.tax-field select,
.tax-field textarea {
	width: 100%;
	border: 1.5px solid var(--tax-line);
	border-radius: 10px;
	background: #fff;
	color: var(--tax-ink);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	outline: none;
	padding: 12px 14px;
	transition: border-color .2s, box-shadow .2s;
}

.tax-field input,
.tax-field select {
	height: 52px;
}

.tax-field input {
	padding-right: 44px;
}

.tax-field textarea {
	resize: vertical;
}

.tax-field input:focus,
.tax-field select:focus,
.tax-field textarea:focus {
	border-color: var(--tax-teal);
	box-shadow: 0 0 0 3px rgba(20, 112, 138, .18);
}

.tax-field.is-error input,
.tax-field.is-error select,
.tax-field.is-error textarea {
	border-color: #e5484d;
}

.tax-field.is-valid input,
.tax-field.is-valid select {
	border-color: var(--tax-green);
}

.tax-field__ok {
	position: absolute;
	top: 50%;
	right: 14px;
	display: none;
	width: 18px;
	height: 18px;
	color: var(--tax-green);
	transform: translateY(-50%);
	pointer-events: none;
}

.tax-field__ok svg {
	width: 18px;
	height: 18px;
	stroke-width: 3;
}

.tax-field.is-valid .tax-field__ok {
	display: block;
}

.tax-field__error {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	margin: 3px 0 0;
	color: #e5484d;
	font-size: 13px;
	font-weight: 500;
}

.tax-field.is-error .tax-field__error {
	display: block;
}

.tax-lead-form__note,
.tax-lead-form__status {
	margin: 0;
	text-align: center;
	color: var(--tax-muted);
	font-size: 13px;
}

.tax-lead-form__note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.tax-lead-form__note svg {
	width: 14px;
	height: 14px;
	flex: none;
}

.tax-lead-form .tax-button {
	font-size: 17px;
	font-weight: 800;
}

.tax-lead-form__status.is-error {
	color: #b3261e;
}

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

body.tax-booking-open {
	overflow: hidden;
}

.tax-booking-modal {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.tax-booking-modal[hidden] {
	display: none;
}

.tax-booking-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 15, 23, .78);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.tax-booking-modal__dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(250px, .78fr) minmax(420px, 1.35fr) minmax(250px, .8fr);
	width: min(1180px, 100%);
	height: min(760px, calc(100vh - 48px));
	max-height: min(760px, calc(100vh - 48px));
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 20px;
	background: #121c24;
	box-shadow: 0 32px 90px rgba(0, 0, 0, .5);
	color: #fff;
}

.tax-booking-modal__dialog.is-success {
	grid-template-columns: 1fr;
	width: min(720px, 100%);
	background: #fff;
}

.tax-booking-modal__close {
	position: absolute;
	z-index: 4;
	top: 14px;
	right: 14px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	padding: 0;
	cursor: pointer;
}

.tax-booking-modal__close:hover,
.tax-booking-modal__close:focus-visible {
	background: rgba(255, 255, 255, .16);
}

.tax-booking-modal__close svg {
	width: 18px;
	height: 18px;
}

.tax-booking-modal__dialog.is-success .tax-booking-modal__close {
	border-color: rgba(15, 61, 92, .14);
	background: rgba(15, 61, 92, .06);
	color: var(--tax-navy);
}

.tax-booking-modal__dialog.is-success .tax-booking-modal__close:hover,
.tax-booking-modal__dialog.is-success .tax-booking-modal__close:focus-visible {
	background: rgba(15, 61, 92, .12);
}

.tax-booking-modal__success {
	display: flex;
	min-height: 500px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 64px 36px;
	background: #fff;
	color: var(--tax-navy);
	text-align: center;
}

.tax-booking-modal__success[hidden] {
	display: none;
}

.tax-booking-modal__success-icon {
	display: grid;
	width: 78px;
	height: 78px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 50%;
	background: rgba(31, 163, 122, .12);
	color: var(--tax-green);
}

.tax-booking-modal__success-icon svg {
	width: 40px;
	height: 40px;
	stroke-width: 2.8;
}

.tax-booking-modal__success h2 {
	margin: 0 0 12px;
	color: var(--tax-navy);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.25;
}

.tax-booking-modal__success p {
	max-width: 52ch;
	margin: 0;
	color: var(--tax-muted);
	font-size: 17px;
	line-height: 1.7;
}

.tax-booking-modal__success .tax-button {
	min-width: 160px;
	margin-top: 28px;
}

.tax-booking-modal__intro,
.tax-booking-calendar,
.tax-booking-times {
	min-width: 0;
	overflow-y: auto;
	padding: 42px 34px;
}

.tax-booking-modal__intro {
	border-right: 1px solid rgba(255, 255, 255, .11);
	background: linear-gradient(155deg, #0c324a, #0a2537);
}

.tax-booking-modal__intro img {
	width: auto;
	height: 44px;
	margin-bottom: 30px;
}

.tax-booking-modal__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--tax-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.tax-booking-modal__intro h2 {
	margin: 0;
	color: #fff;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.tax-booking-modal__intro > p {
	margin: 16px 0 22px;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	line-height: 1.7;
}

.tax-booking-modal__intro > strong {
	display: block;
	border-left: 3px solid var(--tax-gold);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding-left: 12px;
}

.tax-booking-modal__intro ul {
	display: grid;
	gap: 13px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.tax-booking-modal__intro li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
}

.tax-booking-modal__intro li svg {
	width: 19px;
	height: 19px;
	flex: none;
	color: #7fe3d6;
}

.tax-booking-calendar {
	background: #151e25;
}

.tax-booking-calendar > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.tax-booking-calendar h3,
.tax-booking-times h3 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.tax-booking-calendar > header > div {
	display: flex;
	gap: 7px;
}

.tax-booking-calendar > header button {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid transparent;
	border-radius: 9px;
	background: transparent;
	color: rgba(255, 255, 255, .7);
	padding: 0;
	cursor: pointer;
}

.tax-booking-calendar > header button:hover:not(:disabled),
.tax-booking-calendar > header button:focus-visible {
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.tax-booking-calendar > header button:disabled {
	opacity: .25;
	cursor: not-allowed;
}

.tax-booking-calendar > header svg {
	width: 18px;
	height: 18px;
}

.tax-booking-calendar__weekdays,
.tax-booking-calendar__days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
}

.tax-booking-calendar__weekdays {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .66);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.tax-booking-calendar__days::before {
	display: none;
}

.tax-booking-calendar__day-spacer,
.tax-booking-calendar__day {
	min-width: 0;
	aspect-ratio: 1 / 1;
}

.tax-booking-calendar__day {
	position: relative;
	display: grid;
	place-items: center;
	border: 1px solid transparent;
	border-radius: 11px;
	background: rgba(255, 255, 255, .16);
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
}

.tax-booking-calendar__day:hover:not(:disabled),
.tax-booking-calendar__day:focus-visible {
	border-color: var(--tax-gold);
	background: rgba(244, 166, 35, .18);
}

.tax-booking-calendar__day:disabled {
	background: transparent;
	color: rgba(255, 255, 255, .25);
	cursor: not-allowed;
}

.tax-booking-calendar__day.is-selected {
	border-color: #fff;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
	color: #101820;
}

.tax-booking-calendar__day.is-selected::after {
	content: "";
	position: absolute;
	bottom: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--tax-teal);
}

.tax-booking-times {
	display: flex;
	min-height: 0;
	flex-direction: column;
	overflow: hidden;
	border-left: 1px solid rgba(255, 255, 255, .11);
	background: #101820;
}

.tax-booking-times__timezone {
	margin: 6px 0 22px;
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
}

.tax-booking-times__list {
	display: grid;
	min-height: 0;
	flex: 1;
	gap: 10px;
	max-height: none;
	overflow-y: auto;
	padding: 2px 4px 12px 0;
	overscroll-behavior: contain;
}

.tax-booking-times__list > p {
	margin: 12px 0;
	color: rgba(255, 255, 255, .58);
	font-size: 14px;
	line-height: 1.6;
}

.tax-booking-time {
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 11px;
	background: transparent;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 14px;
	cursor: pointer;
}

.tax-booking-time:hover,
.tax-booking-time:focus-visible,
.tax-booking-time.is-selected {
	border-color: var(--tax-gold);
	background: var(--tax-gold);
	color: var(--tax-navy);
}

.tax-booking-modal__status {
	flex: none;
	min-height: 20px;
	margin: 14px 0 8px;
	color: #ffb4ab;
	font-size: 12.5px;
	line-height: 1.5;
}

.tax-booking-modal__confirm {
	flex: none;
	min-height: 48px;
	font-size: 14px;
}

.tax-booking-modal__confirm:disabled {
	opacity: .45;
	filter: grayscale(.4);
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 1050px) {
	.tax-booking-modal__dialog {
		grid-template-columns: minmax(300px, 1.25fr) minmax(260px, .8fr);
		height: auto;
		overflow-y: auto;
	}

	.tax-booking-modal__intro {
		grid-column: 1 / -1;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .11);
		padding-block: 28px;
	}

	.tax-booking-modal__intro img {
		height: 36px;
		margin-bottom: 18px;
	}

	.tax-booking-modal__intro ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
}

@media (max-width: 720px) {
	.tax-booking-modal {
		align-items: end;
		padding: 0;
	}

	.tax-booking-modal__dialog {
		grid-template-columns: 1fr;
		width: 100%;
		max-height: 94vh;
		border-radius: 20px 20px 0 0;
	}

	.tax-booking-modal__success {
		min-height: 430px;
		padding: 56px 24px 46px;
	}

	.tax-booking-modal__success h2 {
		font-size: 25px;
	}

	.tax-booking-modal__success p {
		font-size: 15px;
	}

	.tax-booking-modal__intro,
	.tax-booking-calendar,
	.tax-booking-times {
		overflow: visible;
		padding: 28px 22px;
	}

	.tax-booking-modal__intro {
		grid-column: auto;
	}

	.tax-booking-modal__intro > p,
	.tax-booking-modal__intro > strong,
	.tax-booking-modal__intro ul {
		display: none;
	}

	.tax-booking-modal__intro h2 {
		font-size: 22px;
	}

	.tax-booking-calendar__weekdays,
	.tax-booking-calendar__days {
		gap: 5px;
	}

	.tax-booking-times {
		border-top: 1px solid rgba(255, 255, 255, .11);
		border-left: 0;
	}

	.tax-booking-times__list {
		grid-template-columns: repeat(2, 1fr);
		max-height: none;
	}
}

.tax-contact__cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 4px;
	color: #fff;
}

.tax-contact__details {
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 20px;
	background: rgba(255, 255, 255, .06);
	padding: 6px 24px;
}

.tax-contact__details > a,
.tax-contact__details > div {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 22px 0;
}

.tax-contact__details > div {
	align-items: flex-start;
}

.tax-contact__details > * + * {
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.tax-contact__icon {
	display: grid;
	width: 46px;
	height: 46px;
	flex: none;
	place-items: center;
	border-radius: 12px;
	background: rgba(20, 112, 138, .5);
	color: #fff;
}

.tax-contact__icon svg {
	width: 21px;
	height: 21px;
}

.tax-contact__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.tax-contact__content > span {
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
}

.tax-contact__content strong {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.tax-contact__details > a:first-child strong {
	font-size: 16px;
}

.tax-contact__details > a:nth-child(2) strong {
	word-break: break-all;
}

.tax-contact__details > div strong {
	font-weight: 600;
	line-height: 1.55;
}

.tax-contact__details > a:hover strong,
.tax-contact__details > a:focus-visible strong {
	color: #fff;
}

.tax-contact__details > a:hover,
.tax-contact__details > a:focus-visible {
	color: #fff;
	opacity: .82;
}

.tax-contact__cards .tax-contact__wa {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	border-radius: 16px;
	background: var(--tax-green);
	box-shadow: 0 12px 28px rgba(31, 163, 122, .35);
	font-size: 16px;
	font-weight: 700;
	padding: 18px;
}

.tax-contact__cards .tax-contact__wa:hover,
.tax-contact__cards .tax-contact__wa:focus-visible {
	background: #188a67;
	color: #fff;
	transform: translateY(-2px);
}

.tax-contact__wa svg {
	width: 22px;
	height: 22px;
	flex: none;
}

.tax-footer {
	background: var(--tax-navy-dark);
	color: rgba(255, 255, 255, .75);
}

.tax-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.4fr;
	gap: 40px;
	padding-block: 56px 28px;
}

.tax-footer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.tax-footer__brand img {
	width: auto;
	height: 36px;
}

.tax-footer__brand span {
	border-left: 1px solid rgba(255, 255, 255, .18);
	padding-left: 12px;
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.tax-footer h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.tax-footer__grid > div > p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.tax-footer nav,
.tax-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
}

.tax-footer__powered {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
	color: rgba(255, 255, 255, .55);
	font-size: 12.5px;
	font-weight: 400;
}

.tax-footer__powered img {
	width: auto;
	height: 26px;
}

.tax-footer__follow {
	margin-top: 24px;
}

.tax-footer__follow > span {
	display: block;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, .85);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.tax-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tax-footer__social a {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.tax-footer__social svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.tax-footer__social a:hover {
	transform: scale(1.08) translateY(-2px);
	background: var(--tax-teal);
	color: var(--tax-button, var(--tax-gold));
	box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.tax-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.tax-footer__bottom .tax-container {
	padding-block: 18px;
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
}

.tax-bottom-bar {
	display: none;
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 0;
	left: 0;
	gap: 10px;
	border-top: 1px solid var(--tax-line);
	background: #fff;
	padding: 10px 14px;
	box-shadow: 0 -4px 20px rgba(15, 61, 92, .12);
}

.tax-bottom-bar__call {
	display: grid;
	width: 52px;
	height: 52px;
	flex: none;
	place-items: center;
	border: 1.5px solid var(--tax-navy);
	border-radius: 12px;
	color: var(--tax-navy);
}

.tax-bottom-bar__whatsapp {
	display: grid;
	width: 52px;
	height: 52px;
	flex: none;
	place-items: center;
	border-radius: 12px;
	background: var(--tax-green);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.tax-bottom-bar__call svg {
	width: 22px;
	height: 22px;
}

.tax-bottom-bar__whatsapp svg {
	width: 24px;
	height: 24px;
}

.tax-bottom-bar__book {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--tax-gold);
	color: var(--tax-navy);
	font-size: 15px;
	font-weight: 700;
}

.tax-network {
	background: #fff;
	padding-top: 40px;
}

.tax-network__wide {
	width: min(100% - 48px, 1340px);
}

.tax-network__panel {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: 60px;
	align-items: center;
	border-radius: 28px;
	background: linear-gradient(125deg, var(--tax-navy) 0%, #125874 52%, var(--tax-teal) 100%);
	box-shadow: 0 34px 80px rgba(15, 61, 92, .34);
	padding: 60px 64px;
}

.tax-network__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .10) 1px, transparent 1.4px);
	background-size: 22px 22px;
	opacity: .4;
	pointer-events: none;
}

.tax-network__intro,
.tax-network__tiles {
	position: relative;
	z-index: 1;
}

.tax-network__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tax-network__label {
	display: inline-flex;
	align-self: flex-start;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .14em;
	padding: 8px 16px;
	text-transform: uppercase;
}

.tax-network__intro img {
	display: block;
	width: auto;
	height: clamp(58px, 6vw, 80px);
	margin-top: 26px;
}

.tax-network__tagline {
	margin: 12px 0 0;
	color: #f7b733;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .01em;
}

.tax-network__intro p:not(.tax-network__tagline) {
	max-width: 52ch;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
	line-height: 1.7;
}

.tax-network__intro p:nth-of-type(2) {
	font-size: 17px;
}

.tax-network__intro .tax-button {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 800;
}

.tax-network__intro small {
	display: block;
	margin-top: 16px;
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
	line-height: 1.6;
}

.tax-network__tiles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.tax-network__tiles article {
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 16px;
	background: rgba(255, 255, 255, .08);
	padding: 22px;
}

.tax-network__tiles article > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 11px;
	background: linear-gradient(135deg, #f7b733, #f0911e);
	box-shadow: 0 8px 18px rgba(244, 166, 35, .3);
	color: var(--tax-navy);
}

.tax-network__tiles article > .tax-network__tile-icon--teal {
	background: linear-gradient(135deg, #1aa6c2, var(--tax-teal));
	box-shadow: 0 8px 18px rgba(20, 112, 138, .32);
	color: #fff;
}

.tax-network__tiles article > .tax-network__tile-icon--green {
	background: linear-gradient(135deg, #2cc68c, var(--tax-green));
	box-shadow: 0 8px 18px rgba(31, 163, 122, .3);
	color: #fff;
}

.tax-network__intro .tax-button svg {
	width: 18px;
	height: 18px;
}

.tax-network__tiles svg {
	width: 21px;
	height: 21px;
}

.tax-network__tiles h3 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.01em;
}

.tax-network__tiles p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 13.5px;
	line-height: 1.55;
}

.tax-blog {
	background: var(--tax-soft);
}

.tax-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

.tax-blog-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--tax-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(15, 61, 92, .05);
	text-decoration: none;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.tax-blog-card:hover,
.tax-blog-card:focus-visible {
	border-color: #cfe0e6;
	box-shadow: 0 18px 38px rgba(15, 61, 92, .15);
	transform: translateY(-6px);
}

.tax-blog-card:focus-visible {
	outline: 2px solid var(--tax-teal);
	outline-offset: 3px;
}

.tax-blog-card__visual {
	position: relative;
	display: grid;
	height: 190px;
	flex: none;
	place-items: center;
	background: linear-gradient(125deg, var(--tax-navy) 0%, #125874 52%, var(--tax-teal) 100%);
	color: rgba(255, 255, 255, .92);
}

.tax-blog-card--2 .tax-blog-card__visual {
	background: linear-gradient(125deg, #123f5e 0%, var(--tax-navy) 55%, #0d3350 100%);
}

.tax-blog-card--3 .tax-blog-card__visual {
	background: linear-gradient(125deg, var(--tax-teal) 0%, #125874 50%, var(--tax-navy) 100%);
}

.tax-blog-card__visual::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #f7b733, #f0911e);
}

.tax-blog-card__visual svg {
	width: 58px;
	height: 58px;
}

.tax-blog-card__visual em {
	position: absolute;
	top: 14px;
	left: 14px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(20, 112, 138, .82);
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	padding: 5px 11px;
	text-transform: uppercase;
}

.tax-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.tax-blog-card__body small {
	color: var(--tax-muted);
	font-size: 13px;
	font-weight: 600;
}

.tax-blog-card__body > strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
	color: var(--tax-navy);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.tax-blog-card__body > span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 10px;
	color: var(--tax-muted);
	font-size: 14px;
	line-height: 1.6;
}

.tax-blog-card__body b {
	margin-top: auto;
	padding-top: 18px;
	color: var(--tax-teal);
	font-size: 15px;
	font-weight: 700;
}

.tax-blog-card__body i {
	display: inline-block;
	color: var(--tax-gold);
	font-style: normal;
	transition: transform .2s ease;
}

.tax-blog-card:hover .tax-blog-card__body i,
.tax-blog-card:focus-visible .tax-blog-card__body i {
	transform: translateX(4px);
}

.tax-blog__all {
	display: flex;
	justify-content: center;
	margin-top: 44px;
}

.tax-blog__all a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1.5px solid var(--tax-teal);
	border-radius: 11px;
	color: var(--tax-navy);
	font-size: 15px;
	font-weight: 700;
	padding: 13px 26px;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.tax-blog__all a:hover,
.tax-blog__all a:focus-visible {
	border-color: var(--tax-navy);
	background: var(--tax-navy);
	color: #fff;
}

.tax-blog__all span {
	color: var(--tax-gold);
}

[data-lang="bn"] {
	font-family: "Hind Siliguri", "Manrope", system-ui, sans-serif;
}

[data-lang="bn"] .tax-hero h1 {
	font-size: clamp(27px, 4.2vw, 42px);
	line-height: 1.35;
}

@keyframes taxFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

@keyframes taxFloatB {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(10px); }
}

@keyframes taxReviewLeft {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes taxReviewRight {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

@media (max-width: 980px) {
	.tax-why__grid {
		max-width: 600px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 980px) {
	.tax-hero__inner,
	.tax-audit__panel,
	.tax-about__grid,
	.tax-contact__grid,
	.tax-footer__grid,
	.tax-network__panel {
		grid-template-columns: 1fr;
	}

	.tax-hero__inner {
		flex-direction: column;
		text-align: center;
	}

	.tax-hero__visual {
		order: -1;
		width: 100%;
		max-width: 440px;
	}

	.tax-trust,
	.tax-hero__actions {
		justify-content: center;
	}

	.tax-audit__panel {
		padding: 44px;
	}

	.tax-network__intro {
		text-align: center;
		align-items: center;
	}

	.tax-network__intro p {
		margin-left: auto;
		margin-right: auto;
	}

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

@media (max-width: 880px) {
	.tax-nav,
	.tax-header__cta,
	.tax-header__util {
		display: none;
	}

	.tax-menu-toggle {
		display: grid;
	}

	.tax-bottom-bar {
		display: flex;
	}

	.taxsheba-page {
		padding-bottom: 74px;
	}
}

@media (max-width: 767px) {
	.tax-container {
		width: min(100% - 32px, var(--tax-container));
	}

	.tax-section {
		padding: 56px 0;
	}

	.tax-hero {
		min-height: 0;
		padding: 104px 0 48px;
	}

	.tax-hero__visual {
		display: none;
	}

	.tax-hero h1 {
		font-size: 34px;
	}

	.tax-service-tabs {
		justify-content: flex-start;
		width: 100%;
	}

	.tax-service-tabs button {
		padding-inline: 18px;
		font-size: 14px;
	}

	.tax-audit__panel {
		border-radius: 20px;
		padding: 32px;
	}

	.tax-network__wide {
		width: min(100% - 32px, 1340px);
	}

	.tax-network__panel {
		border-radius: 20px;
		padding: 34px 22px;
	}

	.tax-network__tiles {
		grid-template-columns: 1fr;
	}

	.tax-audit__visual {
		display: none;
	}

	.tax-audit__features,
	.tax-credentials {
		grid-template-columns: 1fr 1fr;
	}

	.tax-about__meta span + span {
		border-left: 0;
		padding-left: 0;
	}

	.tax-review-marquee {
		overflow-x: auto;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.tax-review-track {
		animation: none;
	}
}

@media (max-width: 720px) {
	.tax-ca-comparison__table {
		display: none;
	}

	.tax-ca-comparison__mobile {
		display: grid;
		gap: 18px;
	}

	.tax-ca-comparison__analogies {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.tax-blog__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.tax-why__grid {
		max-width: 340px;
		grid-template-columns: 1fr;
	}

	.tax-header__right {
		gap: 10px;
	}

	.tax-brand__tag {
		display: none;
	}

	.tax-lang {
		display: none;
	}

	.tax-lang--drawer {
		display: inline-flex;
	}

	.tax-audit__features,
	.tax-credentials {
		grid-template-columns: 1fr;
	}

	.tax-contact__form-card {
		padding: 22px;
	}

	.tax-footer__grid,
	.tax-footer__social {
		text-align: center;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}
