body.page-template-adbot-referrals-landing-php #wrapper-navbar,
body.page-template-adbot-referrals-landing #wrapper-navbar,
body.adbot-referrals-affiliate-page #wrapper-navbar {
	display: none !important;
}

body.page-template-adbot-referrals-landing-php #full-width-page-wrapper,
body.page-template-adbot-referrals-landing #full-width-page-wrapper,
body.adbot-referrals-affiliate-page #full-width-page-wrapper {
	padding-top: 0 !important;
}

body.page-template-adbot-referrals-landing-php #full-width-page-wrapper #content,
body.page-template-adbot-referrals-landing #full-width-page-wrapper #content,
body.adbot-referrals-affiliate-page #full-width-page-wrapper #content {
	padding-top: 74px;
}

body.page-template-adbot-referrals-landing-php #page,
body.page-template-adbot-referrals-landing #page,
body.adbot-referrals-affiliate-page #page {
	margin-top: 0 !important;
}

@media (min-width: 768px) {
	body.page-template-adbot-referrals-landing-php #page,
	body.page-template-adbot-referrals-landing #page,
	body.adbot-referrals-affiliate-page #page {
		margin-top: 0 !important;
	}
}

.adbot-aff-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.adbot-aff-header__inner {
	max-width: 1460px;
	margin: 0 auto;
	padding: 15px 24px 15px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.adbot-aff-header__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.adbot-aff-header__logo {
	height: 32px;
	width: auto;
	display: block;
}

.adbot-aff-header__wordmark {
	font-size: 18px;
	font-weight: 700;
	color: #0a0a0a;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: none;
}

.adbot-aff-header__desktop {
	align-items: center;
	gap: 32px;
}

.adbot-aff-header__auth {
	display: flex;
	align-items: center;
	gap: 18px;
}

.adbot-aff-header__link {
	color: #585858;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.adbot-aff-header__link:hover,
.adbot-aff-header__link:focus {
	color: #0a0a0a;
	text-decoration: none;
}

.adbot-aff-header__link--login {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.adbot-aff-header__icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.adbot-aff-header__icon svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.adbot-aff-header__cta,
.adbot-aff-header__logout,
.adbot-aff-header__mobile-cta,
.adbot-aff-header__mobile-logout {
	border: 0;
	border-radius: 999px;
	padding: 11px 24px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
}

.adbot-aff-header__cta,
.adbot-aff-header__mobile-cta {
	background: #f96f47;
	color: #fff;
}

.adbot-aff-header__cta:hover,
.adbot-aff-header__cta:focus,
.adbot-aff-header__mobile-cta:hover,
.adbot-aff-header__mobile-cta:focus {
	color: #fff;
	background: #f3572b;
	text-decoration: none;
}

.adbot-aff-header__cta--dashboard,
.adbot-aff-header__mobile-cta--dashboard {
	background: #f96f47;
	color: #fff;
}

.adbot-aff-header__cta--ghost,
.adbot-aff-header__mobile-cta--ghost,
.adbot-aff-header__logout,
.adbot-aff-header__mobile-logout {
	background: #eef5f6;
	color: #20484d;
}

.adbot-aff-header__logout,
.adbot-aff-header__mobile-logout {
	cursor: pointer;
}

.adbot-aff-header__logout-form {
	margin: 0;
}

.adbot-aff-header__account {
	position: relative;
}

.adbot-aff-header__account-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 8px 6px 6px;
	border-radius: 999px;
	list-style: none;
	background: #fff;
	border: 1px solid #e7ded9;
	cursor: pointer;
}

.adbot-aff-header__account-toggle::-webkit-details-marker {
	display: none;
}

.adbot-aff-header__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #20484d;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.adbot-aff-header__account-name {
	font-size: 14px;
	font-weight: 700;
	color: #2f2a27;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.adbot-aff-header__account-caret {
	color: #877d77;
	font-size: 11px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.adbot-aff-header__account[open] .adbot-aff-header__account-caret {
	transform: rotate(180deg);
}

.adbot-aff-header__account-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	min-width: 200px;
	padding: 8px;
	background: #fff;
	border: 1px solid #e7ded9;
	border-radius: 12px;
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
	z-index: 60;
}

.adbot-aff-header__account-item {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	border-radius: 8px;
	padding: 10px 12px;
	text-align: left;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 600;
	color: #3c3532;
	text-decoration: none;
}

.adbot-aff-header__account-item:hover,
.adbot-aff-header__account-item:focus,
.adbot-aff-header__account-item--button:hover,
.adbot-aff-header__account-item--button:focus {
	background: #f7f2ef;
	color: #201d1b;
	text-decoration: none;
}

.adbot-aff-header__account-item--button {
	cursor: pointer;
}

.adbot-aff-header__account-toggle:focus-visible,
.adbot-aff-header__account-item:focus-visible,
.adbot-aff-header__mobile-logout:focus-visible,
.adbot-aff-header__mobile-cta:focus-visible,
.adbot-aff-header__cta:focus-visible {
	outline: 2px solid rgba(32, 72, 77, 0.45);
	outline-offset: 2px;
}

.adbot-aff-header__toggle {
	border: 0;
	background: transparent;
	color: #0a0a0a;
	font-size: 24px;
	line-height: 1;
	padding: 4px;
	list-style: none;
	cursor: pointer;
}

.adbot-aff-header__toggle::-webkit-details-marker {
	display: none;
}

.adbot-aff-header__mobile-nav {
	display: none;
}

.adbot-aff-header__mobile-nav[open] .adbot-aff-header__toggle {
	margin-bottom: 6px;
}

.adbot-aff-header__mobile {
	padding: 0 24px 18px;
	border-top: 1px solid rgba(10, 10, 10, 0.08);
	background: rgba(255, 255, 255, 0.98);
}

.adbot-aff-header__mobile-link {
	display: block;
	padding: 12px 0;
	color: #585858;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.adbot-aff-header__mobile-link:hover,
.adbot-aff-header__mobile-link:focus {
	color: #0a0a0a;
	text-decoration: none;
}

.adbot-aff-header__mobile-cta,
.adbot-aff-header__mobile-logout {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 12px;
}

.adbot-aff-header__mobile-account {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(10, 10, 10, 0.08);
}

.adbot-aff-header__mobile-account-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.adbot-aff-header__mobile-account-name {
	font-size: 14px;
	font-weight: 700;
	color: #2f2a27;
}

@media (max-width: 767.98px) {
	.adbot-aff-header__mobile-nav {
		display: block;
	}
}

@media (min-width: 768px) {
	body.page-template-adbot-referrals-landing-php #full-width-page-wrapper #content,
	body.page-template-adbot-referrals-landing #full-width-page-wrapper #content,
	body.adbot-referrals-affiliate-page #full-width-page-wrapper #content {
		padding-top: 82px;
	}
}

.adbot-ref-auth {
	color: #0a0a0a;
}

.adbot-ref-auth .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.adbot-ref-auth .btn {
	border-radius: 32px;
}

.adbot-ref-auth .btn:focus,
.adbot-ref-auth input:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(249, 111, 71, 0.18);
}

.adbot-ref-kicker {
	font-weight: 700;
	font-size: 16px;
	color: #f96f47;
	letter-spacing: 0.02em;
}

.adbot-ref-hero-title,
.adbot-ref-section-title,
.adbot-ref-why-title,
.adbot-ref-step-title,
.adbot-ref-form-header h3,
.adbot-ref-access-card h4 {
	font-family: p22-mackinac-pro, serif;
	font-weight: 500;
}

.adbot-ref-hero-title {
	line-height: 0.95;
}

.adbot-ref-hero-copy {
	font-size: 18px;
	line-height: 1.45;
	max-width: 540px;
}

.adbot-ref-checklist li {
	position: relative;
	padding-left: 30px;
	font-size: 17px;
	line-height: 1;
}

.adbot-ref-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: #f96f47;
	box-shadow: inset 0 0 0 4px #fff;
}

.adbot-ref-primary-btn,
.adbot-ref-secondary-btn {
	padding: 12px 30px;
	font-weight: 700;
}

.adbot-ref-primary-btn {
	max-width: 360px;
}

.adbot-ref-trust-badge {
	font-size: 14px;
	font-weight: 500;
	color: #979797;
	line-height: 1.25;
}

.adbot-ref-hero-right {
	position: relative;
	padding: 10px 0 60px;
}

.adbot-ref-hero-illustration {
	max-width: 600px;
	margin: 0 auto;
	color: #5a376b;
}

.adbot-ref-hero-illustration img {
	margin-bottom:-80px;
	@media (min-width: 992px) {
		margin-bottom: 0;
	}
}

.adbot-ref-pricing-card {
	position: relative;
	background-color: #5a376b;
	border-radius: 24px;
	padding: 20px 25px 30px 20px;
	color: #fff;
	max-width: 360px;
	margin: -70px auto 0;
	z-index: 5;
	box-shadow: 0 18px 42px rgba(90, 55, 107, 0.24);
}

@media (min-width: 992px) {
	.adbot-ref-pricing-card {
		position: absolute;
		bottom: 20px;
		left: 10px;
		margin-top: 0;
	}
}

.adbot-ref-pricing-label {
	font-weight: 700;
	font-size: 16px;
	color: #f96f47;
	text-transform: uppercase;
	line-height: 1.2;
}

.adbot-ref-pricing-amount {
	font-family: p22-mackinac-pro, serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.2;
}

.adbot-ref-pricing-desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.adbot-ref-section-title {
	font-size: 51px;
	line-height: 1.15;
}

.adbot-ref-section-copy {
	max-width: 720px;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 auto;
}

.adbot-ref-step-card {
	border-radius: 16px;
	padding: 24px 20px;
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.adbot-ref-step-card {
		padding: 30px 40px;
	}
}

@media (min-width: 1100px) {
	.adbot-ref-step-card {
		padding: 40px 110px;
	}
}

.adbot-ref-step-number {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
	white-space: nowrap;
	min-width: 90px;
}

.adbot-ref-step-title {
	font-size: 32px;
	line-height: 1.2;
	color: #0a0a0a;
}

.adbot-ref-step-desc {
	font-size: 20px;
	line-height: 1.4;
	color: #0a0a0a;
}

.adbot-ref-video-section {
	padding-top: 30px;
	padding-bottom: 46px;
}

.adbot-ref-video-copy {
	max-width: 620px;
}

.adbot-ref-video-placeholder {
	background: #3d7e85;
	border-radius: 12px;
	padding: 120px 30px;
	box-shadow: 0 18px 32px rgba(32, 72, 77, 0.15);
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.adbot-ref-video-placeholder--poster {
	--adbot-ref-poster: none;
	position: relative;
	overflow: hidden;
	background-color: #3d7e85;
}

.adbot-ref-video-placeholder--poster > * {
	position: relative;
	z-index: 2;
}

.adbot-ref-video-placeholder--poster::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--adbot-ref-poster);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 0;
}

.adbot-ref-video-placeholder--poster::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(rgba(26, 58, 62, 0.72), rgba(22, 50, 54, 0.78));
	transition: background 0.45s ease;
}

.adbot-ref-video-placeholder:not(.adbot-ref-video-placeholder--poster):hover,
.adbot-ref-video-placeholder:not(.adbot-ref-video-placeholder--poster):focus-visible {
	background: #347079;
	box-shadow: 0 20px 36px rgba(32, 72, 77, 0.1);
}

.adbot-ref-video-placeholder--poster:hover,
.adbot-ref-video-placeholder--poster:focus-visible {
	box-shadow: 0 20px 36px rgba(32, 72, 77, 0.1);
}

.adbot-ref-video-placeholder--poster:hover::before,
.adbot-ref-video-placeholder--poster:focus-visible::before {
	transform: scale(1.06);
}

.adbot-ref-video-placeholder--poster:hover::after,
.adbot-ref-video-placeholder--poster:focus-visible::after {
	background: linear-gradient(rgba(26, 58, 62, 0.82), rgba(18, 44, 48, 0.88));
}

.adbot-ref-video-placeholder.is-video-loaded::before,
.adbot-ref-video-placeholder.is-video-loaded::after {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.adbot-ref-video-placeholder--poster::before,
	.adbot-ref-video-placeholder--poster::after {
		transition: none;
	}

	.adbot-ref-video-placeholder--poster:hover::before,
	.adbot-ref-video-placeholder--poster:focus-visible::before {
		transform: none;
	}
}

.adbot-ref-video-placeholder:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.adbot-ref-play-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f96f47;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 16px;
	padding-left: 3px;
	transition: transform 180ms ease, background-color 180ms ease;
}

.adbot-ref-video-placeholder:hover .adbot-ref-play-icon,
.adbot-ref-video-placeholder:focus-visible .adbot-ref-play-icon {
	background: #ff8561;
	transform: scale(1.05);
}

.adbot-ref-video-meta {
	opacity: 0.72;
	font-size: 14px;
}

.adbot-ref-video-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.adbot-ref-video-placeholder.is-video-loaded {
	padding: 0;
	background: #0a0a0a;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	cursor: default;
}

.adbot-ref-mini-benefits {
	margin-top: 28px;
}

.adbot-ref-mini-benefits h4 {
	font-family: p22-mackinac-pro, serif;
	font-size: 18px;
	margin-bottom: 6px;
}

.adbot-ref-mini-benefits p {
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 0;
}

.adbot-ref-why-section {
	border-radius: 16px;
	padding: 44px 40px 60px;
	background-color: #3d7e85;
}

.adbot-ref-why-title {
	font-size: 40px;
	line-height: 0.95;
	color: #fff;
}

.adbot-ref-why-copy {
	max-width: 680px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
}

.adbot-ref-feature-card {
	background-color: rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	padding: 20px 25px 24px;
	color: #fff;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.adbot-ref-feature-card h4 {
	font-family: p22-mackinac-pro, serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #fff;
}

.adbot-ref-feature-card p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0;
}

.adbot-ref-feature-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 15px;
}

.adbot-ref-testimonial {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 28px 24px 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.adbot-ref-testimonial-quote {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.adbot-ref-testimonial-author {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.adbot-ref-stats {
	margin-top: 22px;
}

.adbot-ref-stat-number {
	font-family: p22-mackinac-pro, serif;
	font-size: 28px;
	margin-bottom: 4px;
	color: #fff;
}

.adbot-ref-stat-label {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
}

.adbot-ref-register-section {
	padding-top: 42px;
	padding-bottom: 36px;
}

.adbot-ref-form-card {
	background-color: #5a376b;
	border-radius: 24px;
	padding: 30px 40px;
	max-width: 523px;
	margin: 0 auto;
	box-shadow: 0 24px 36px rgba(90, 55, 107, 0.12);
}

.adbot-ref-form-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
	color: #fff;
}

.adbot-ref-form-header h3 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 0;
	color: #fff;
}

.adbot-ref-form-group {
	margin-bottom: 12px;
}

.adbot-ref-form-group label,
.adbot-ref-access-card h4,
.adbot-ref-consent-row label {
	font-weight: 500;
}

.adbot-ref-form-group label {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}

.adbot-ref-form-card input,
.adbot-ref-access-card input {
	width: 100%;
	padding: 16px;
	border: 1px solid #ababab;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	color: #0a0a0a;
}

.adbot-ref-form-card input::placeholder,
.adbot-ref-access-card input::placeholder {
	color: #ababab;
}

.adbot-ref-consent-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 12px 14px;
	margin: 16px 0 18px;
}

.adbot-ref-consent-row input[type="checkbox"] {
	width: auto;
	min-width: 18px;
	height: 18px;
	margin-top: 2px;
	padding: 0;
}

.adbot-ref-consent-row label {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
}

.adbot-ref-turnstile-wrap [data-turnstile-error] {
	display: block;
	min-height: 18px;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.adbot-ref-form-card .adbot-ref-turnstile-wrap [data-turnstile-error] {
	color: #ffd9e1;
}

.adbot-ref-access-card .adbot-ref-turnstile-wrap [data-turnstile-error] {
	color: #b04d39;
}

.adbot-ref-access-row {
	margin-top: 28px;
}

.adbot-ref-access-card {
	background: #fff;
	border: 1px solid #e7ded9;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 16px 28px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.adbot-ref-access-card h4 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 16px;
	color: #0a0a0a;
}

.adbot-ref-access-card input {
	margin-bottom: 12px;
}

.adbot-ref-secondary-btn {
	width: 100%;
}

.adbot-ref-session-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin: 28px 0 0;
}

.adbot-ref-session-tools button {
	border: 0;
	border-radius: 32px;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 700;
	background: #d9ecef;
	color: #20484d;
}

.adbot-ref-status,
.adbot-ref-dashboard {
	max-width: 860px;
	margin: 16px auto 0;
	background: #fff;
	border: 1px solid #e4d8d0;
	border-radius: 16px;
	padding: 16px 18px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.adbot-ref-status:empty,
.adbot-ref-dashboard:empty {
	display: none;
}

.adbot-ref-status {
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	overflow: auto;
}

.adbot-ref-dashboard h3 {
	font-family: p22-mackinac-pro, serif;
	font-size: 28px;
	margin-bottom: 12px;
}

.adbot-ref-dashboard p,
.adbot-ref-dashboard li {
	font-size: 15px;
	line-height: 1.5;
}

.adbot-ref-dashboard ul {
	padding-left: 18px;
	margin-bottom: 14px;
}

.adbot-ref-dashboard-v2 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 6px 18px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.adbot-ref-dashboard-v2__header-row {
	margin-bottom: 24px;
}

.adbot-ref-dashboard-v2__title {
	font-family: p22-mackinac-pro, serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.1;
	color: #201d1b;
}

.adbot-ref-dashboard-v2__subtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #6d6763;
}

.adbot-ref-dashboard-v2__code-card {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid #e6ddd6;
	border-radius: 12px;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.adbot-ref-dashboard-v2__code-card:hover,
.adbot-ref-dashboard-v2__code-card:focus,
.adbot-ref-dashboard-v2__code-card:focus-within {
	background: #fdfbf9;
	border-color: #d6c9c0;
	outline: none;
}

.adbot-ref-dashboard-v2__code-card:focus-visible {
	box-shadow: 0 0 0 2px rgba(61, 126, 133, 0.25);
}

.adbot-ref-dashboard-v2__code-label {
	font-size: 12px;
	font-weight: 600;
	color: #8a827d;
}

.adbot-ref-dashboard-v2__code-value {
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #4a4340;
}

.adbot-ref-dashboard-v2__copy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	border-radius: 8px;
	color: #b89f92;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.adbot-ref-dashboard-v2__copy-btn:hover,
.adbot-ref-dashboard-v2__copy-btn:focus {
	background: #f7f3f0;
	color: #8f766a;
}

.adbot-ref-dashboard-v2__copy-btn.is-copied {
	color: #3d7e85;
	background: #e7f0f1;
}

.adbot-ref-dashboard-v2__stats {
	margin-bottom: 22px;
}

.adbot-ref-dashboard-v2__stat-card {
	height: 100%;
	padding: 20px 20px 18px;
	background: #fff;
	border: 1px solid #e6ddd6;
	border-radius: 14px;
}

.adbot-ref-dashboard-v2__stat-label {
	font-size: 14px;
	font-weight: 600;
	color: #6f6660;
}

.adbot-ref-dashboard-v2__stat-value {
	font-family: p22-mackinac-pro, serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1;
	color: #201d1b;
}

.adbot-ref-dashboard-v2__section-title {
	font-family: p22-mackinac-pro, serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 14px;
	color: #201d1b;
}

.adbot-ref-dashboard-v2__panel {
	background: #fff;
	border: 1px solid #e6ddd6;
	border-radius: 14px;
	padding: 12px 16px;
}

.adbot-ref-dashboard-v2__panel--empty {
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #6f6660;
	font-size: 15px;
	font-weight: 500;
}

.adbot-ref-dashboard-v2__panel--table {
	padding: 0;
	overflow: hidden;
}

.adbot-ref-dashboard-v2__table thead th {
	border-top: 0;
	border-bottom: 1px solid #efe5df;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #8d857f;
	padding: 12px 14px;
}

.adbot-ref-dashboard-v2__table tbody td {
	border-top: 0;
	border-bottom: 1px solid #f0e8e2;
	padding: 12px 14px;
	font-size: 14px;
	font-weight: 500;
	color: #3e3937;
}

.adbot-ref-dashboard-v2__table tbody tr:last-child td {
	border-bottom: 0;
}

.adbot-ref-dashboard-v2__status-pill {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f3ede8;
	color: #756b64;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
}

.adbot-ref-dashboard-v2__leaderboard-row {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 10px;
	padding: 8px 0;
}

.adbot-ref-dashboard-v2__leaderboard-rank {
	font-size: 16px;
	font-weight: 700;
	color: #a7a030;
	text-align: center;
}

.adbot-ref-dashboard-v2__leaderboard-name {
	font-size: 14px;
	font-weight: 600;
	color: #3f3936;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.adbot-ref-dashboard-v2__leaderboard-you {
	color: #d07c64;
	font-weight: 700;
}

.adbot-ref-dashboard-v2__leaderboard-total {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	color: #2c2725;
}

.adbot-ref-dashboard-v2__leaderboard-total small {
	font-size: 11px;
	font-weight: 600;
	color: #8d857f;
	line-height: 1.2;
}

.adbot-ref-dashboard-v2__leaderboard-empty {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #7a716c;
	padding: 8px 0;
}

.adbot-ref-dashboard-v2__share-panel {
	padding: 20px;
}

.adbot-ref-dashboard-v2__share-subtitle {
	font-size: 14px;
	font-weight: 500;
	color: #756e6a;
}

.adbot-ref-dashboard-v2__share-link-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 14px;
	border: 1px solid #ece2dc;
	border-radius: 12px;
	background: #faf7f5;
}

.adbot-ref-dashboard-v2__share-link-label {
	font-size: 12px;
	font-weight: 700;
	color: #8d857f;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.adbot-ref-dashboard-v2__share-link-value {
	font-size: 18px;
	font-weight: 600;
	color: #3f3936;
	word-break: break-all;
	text-decoration: none;
}

.adbot-ref-dashboard-v2__share-link-value:hover,
.adbot-ref-dashboard-v2__share-link-value:focus {
	color: #201d1b;
	text-decoration: underline;
}

.adbot-ref-dashboard-v2__share-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.adbot-ref-dashboard-v2__share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 1px;
	border: 0;
	border-radius: 6px;
	background: #6f6660;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	position: relative;
	transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.adbot-ref-dashboard-v2__share-icon {
	width: 30px;
	height: 30px;
	font-size: 22px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.adbot-ref-dashboard-v2__share-icon-svg {
	width: 30px;
	height: 30px;
	display: inline-block;
	fill: currentColor;
	flex-shrink: 0;
}

.adbot-ref-dashboard-v2__share-btn:hover,
.adbot-ref-dashboard-v2__share-btn:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	filter: brightness(1.05);
	box-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
}

.adbot-ref-dashboard-v2__share-btn:focus-visible {
	outline: 2px solid rgba(32, 72, 77, 0.45);
	outline-offset: 2px;
}

.adbot-ref-dashboard-v2__share-btn::before {
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%) translateY(4px);
	padding: 6px 8px;
	border-radius: 6px;
	background: #201d1b;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 10;
}

.adbot-ref-dashboard-v2__share-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(100% + 3px);
	transform: translateX(-50%) translateY(4px);
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #201d1b transparent transparent;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 10;
}

.adbot-ref-dashboard-v2__share-btn:hover::before,
.adbot-ref-dashboard-v2__share-btn:hover::after,
.adbot-ref-dashboard-v2__share-btn:focus::before,
.adbot-ref-dashboard-v2__share-btn:focus::after,
.adbot-ref-dashboard-v2__share-btn:focus-visible::before,
.adbot-ref-dashboard-v2__share-btn:focus-visible::after {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.adbot-ref-dashboard-v2__share-btn--facebook {
	background: #1877f2;
}

.adbot-ref-dashboard-v2__share-btn--x {
	background: #000;
}

.adbot-ref-dashboard-v2__share-btn--linkedin {
	background: #0a66c2;
}

.adbot-ref-dashboard-v2__share-btn--whatsapp {
	background: #25d366;
}

.adbot-ref-dashboard-v2__share-btn--telegram {
	background: #2aabee;
}

.adbot-ref-dashboard-v2__share-btn--email {
	background: #7f8c8d;
}

.adbot-ref-dashboard-v2__share-btn--copy {
	background: #3d7e85;
}

.adbot-ref-dashboard-v2__share-btn--copy.is-copied {
	background: #2f6452;
}

.adbot-ref-dashboard-v2__bank-alert {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	margin-bottom: 18px;
	border: 1px solid #f0d5bf;
	border-radius: 12px;
	background: #fff6ed;
	color: #7d4f2c;
	font-weight: 600;
}

.adbot-ref-dashboard-v2__bank-alert-btn {
	border: 0;
	background: transparent;
	color: #7d4f2c;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.adbot-ref-dashboard-v2__bank-alert-btn:focus-visible {
	outline: 2px solid #3d7e85;
	outline-offset: 2px;
	border-radius: 6px;
}

.adbot-ref-dashboard-v2__bank-cta {
	padding: 10px 14px 14px;
	border-top: 1px solid #efe5df;
}

.adbot-ref-dashboard-v2__bank-cta-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #f0d5bf;
	border-radius: 10px;
	padding: 12px 14px;
	background: #fff6ed;
	color: #7d4f2c;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.adbot-ref-dashboard-v2__bank-cta-btn:focus-visible {
	outline: 2px solid #3d7e85;
	outline-offset: 2px;
}

.adbot-ref-dashboard-v2__bank-cta-chevron {
	font-size: 19px;
	line-height: 1;
}

.adbot-ref-dashboard-v2__modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.adbot-ref-dashboard-v2__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 14, 11, 0.55);
}

.adbot-ref-dashboard-v2__modal-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 580px);
	background: #fff;
	border-radius: 14px;
	padding: 18px 18px 16px;
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
}

.adbot-ref-dashboard-v2__modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.adbot-ref-dashboard-v2__modal-close {
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	color: #665f5b;
	cursor: pointer;
}

.adbot-ref-dashboard-v2__modal-close:focus-visible {
	outline: 2px solid #3d7e85;
	outline-offset: 2px;
	border-radius: 6px;
}

.adbot-ref-dashboard-v2__modal-copy {
	font-size: 14px;
	color: #6e6661;
	margin-bottom: 14px;
}

.adbot-ref-dashboard-v2__form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.adbot-ref-dashboard-v2__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #514b47;
}

.adbot-ref-dashboard-v2__field--full {
	grid-column: 1 / -1;
}

.adbot-ref-dashboard-v2__field input,
.adbot-ref-dashboard-v2__field select {
	border: 1px solid #ddd2ca;
	border-radius: 8px;
	padding: 10px 11px;
	font-size: 14px;
	color: #342f2c;
}

.adbot-ref-dashboard-v2__field-error {
	min-height: 16px;
	font-size: 12px;
	font-weight: 600;
	color: #b04d39;
}

.adbot-ref-dashboard-v2__form-error {
	min-height: 18px;
	margin: 4px 0 0;
	font-size: 13px;
	font-weight: 600;
	color: #b04d39;
}

.adbot-ref-dashboard-v2__modal-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 8px;
}

.adbot-ref-dashboard-v2__modal-later {
	border: 0;
	background: transparent;
	color: #726963;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.adbot-ref-dashboard-v2__modal-later:focus-visible {
	outline: 2px solid #3d7e85;
	outline-offset: 2px;
	border-radius: 6px;
}

.adbot-ref-dashboard-v2__modal-save {
	border: 0;
	border-radius: 8px;
	padding: 10px 14px;
	background: #3d7e85;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.adbot-ref-dashboard-v2__modal-save:focus-visible {
	outline: 2px solid #2c5b60;
	outline-offset: 2px;
}

.adbot-ref-dashboard-v2__table th,
.adbot-ref-dashboard-v2__table td {
	vertical-align: middle;
	word-break: break-word;
}

.adbot-ref-settings__panel {
	background: #fff;
	border: 1px solid #e7dfd8;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 12px 28px rgba(25, 20, 17, 0.08);
}

.adbot-ref-settings__header {
	margin-bottom: 18px;
}

.adbot-ref-settings__title {
	font-size: 30px;
	font-weight: 700;
	color: #2b2420;
}

.adbot-ref-settings__subtitle {
	font-size: 15px;
	color: #6c635e;
}

.adbot-ref-settings__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.adbot-ref-settings__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #514b47;
}

.adbot-ref-settings__field--full {
	grid-column: 1 / -1;
}

.adbot-ref-settings__field input,
.adbot-ref-settings__field select {
	border: 1px solid #ddd2ca;
	border-radius: 8px;
	padding: 10px 11px;
	font-size: 14px;
	color: #342f2c;
}

.adbot-ref-settings__field input:focus,
.adbot-ref-settings__field select:focus {
	outline: 0;
	border-color: #3d7e85;
	box-shadow: 0 0 0 3px rgba(61, 126, 133, 0.14);
}

.adbot-ref-settings__field-error {
	min-height: 16px;
	font-size: 12px;
	font-weight: 600;
	color: #b04d39;
}

.adbot-ref-settings__form-error {
	min-height: 18px;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #b04d39;
}

.adbot-ref-settings__form-success {
	min-height: 18px;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #2b775f;
}

.adbot-ref-settings__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.adbot-ref-settings__back-link {
	font-size: 14px;
	font-weight: 600;
	color: #5c5551;
	text-decoration: none;
}

.adbot-ref-settings__back-link:hover,
.adbot-ref-settings__back-link:focus {
	color: #2f2a27;
	text-decoration: underline;
}

.adbot-ref-settings__back-link:focus-visible {
	outline: 2px solid #3d7e85;
	outline-offset: 2px;
	border-radius: 4px;
}

.adbot-ref-settings__save {
	border: 0;
	border-radius: 8px;
	padding: 10px 14px;
	background: #3d7e85;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.adbot-ref-settings__save:hover,
.adbot-ref-settings__save:focus {
	background: #32676d;
}

.adbot-ref-settings__save:focus-visible {
	outline: 2px solid #2c5b60;
	outline-offset: 2px;
}

.adbot-ref-settings__save[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}

@media (max-width: 991.98px) {
	.adbot-ref-section-title {
		font-size: 38px;
	}

	.adbot-ref-why-title {
		font-size: 34px;
	}

	.adbot-ref-step-title {
		font-size: 24px;
	}

	.adbot-ref-step-desc,
	.adbot-ref-section-copy {
		font-size: 17px;
	}

	.adbot-ref-dashboard-v2__title {
		font-size: 38px;
	}

	.adbot-ref-dashboard-v2__stat-value {
		font-size: 36px;
	}

	.adbot-ref-dashboard-v2__section-title {
		font-size: 28px;
	}

	.adbot-ref-dashboard-v2__share-grid {
		gap: 8px;
	}

	.adbot-ref-dashboard-v2__bank-alert {
		flex-direction: column;
		align-items: flex-start;
	}

	.adbot-ref-dashboard-v2__form-grid {
		grid-template-columns: 1fr;
	}

	.adbot-ref-settings__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.adbot-ref-hero-title {
		font-size: 42px;
	}

	.adbot-ref-pricing-card {
		max-width: 260px;
		padding: 16px 18px 22px;
	}

	.adbot-ref-pricing-amount {
		font-size: 32px;
	}

	.adbot-ref-step-card {
		padding: 22px 20px;
	}

	.adbot-ref-why-section {
		padding: 34px 20px 38px;
	}

	.adbot-ref-form-card {
		padding: 24px 20px;
	}

	.adbot-ref-form-header h3,
	.adbot-ref-access-card h4 {
		font-size: 24px;
	}

	.adbot-ref-dashboard-v2 {
		padding: 6px 0 10px;
	}

	.adbot-ref-dashboard-v2__title {
		font-size: 32px;
	}

	.adbot-ref-dashboard-v2__subtitle {
		font-size: 14px;
	}

	.adbot-ref-dashboard-v2__code-card {
		width: 100%;
		justify-content: space-between;
	}

	.adbot-ref-dashboard-v2__code-value {
		font-size: 16px;
	}

	.adbot-ref-dashboard-v2__stat-card {
		padding: 16px;
	}

	.adbot-ref-dashboard-v2__stat-value {
		font-size: 32px;
	}

	.adbot-ref-dashboard-v2__section-title {
		font-size: 24px;
	}

	.adbot-ref-dashboard-v2__share-panel {
		padding: 16px;
	}

	.adbot-ref-dashboard-v2__share-grid {
		gap: 8px;
	}

	.adbot-ref-dashboard-v2__modal-dialog {
		max-height: calc(100vh - 32px);
		overflow-y: auto;
	}

	.adbot-ref-dashboard-v2__modal-actions {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.adbot-ref-dashboard-v2__modal-save {
		width: 100%;
	}

	.adbot-ref-settings__panel {
		padding: 18px;
	}

	.adbot-ref-settings__title {
		font-size: 26px;
	}

	.adbot-ref-settings__actions {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.adbot-ref-settings__save {
		width: 100%;
	}

}

body.adbot-ref-modal-open {
	overflow: hidden;
}
