.btech-affiliate-page .page-top,
.btech-affiliate-page .page-title,
.btech-affiliate-page .breadcrumbs-wrap,
.btech-affiliate-page .entry-title,
.btech-affiliate-page article > .entry-header {
	display: none !important;
}

.btech-affiliate-page #main,
.btech-affiliate-page .main-content,
.btech-affiliate-page .content-area,
.btech-affiliate-page .site-main,
.btech-affiliate-page article,
.btech-affiliate-page .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.btech-affiliate-page .container:has(> .row > .main-content > article .btech-affiliate),
.btech-affiliate-page .container:has(.btech-affiliate) {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.btech-affiliate-page .main-content:has(.btech-affiliate),
.btech-affiliate-page .content-area:has(.btech-affiliate) {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.btech-affiliate {
--aff-red: #df252f;
--aff-red-dark: #b9141d;
--aff-ink: #11171e;
--aff-ink-2: #1b242e;
--aff-muted: #5f6975;
--aff-line: #dfe4e9;
--aff-soft: #f4f6f8;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 22px 24px 72px;
	color: var(--aff-ink);
	font-size: 16px;
	line-height: 1.65;
}

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

.btech-affiliate h1,
.btech-affiliate h2,
.btech-affiliate h3,
.btech-affiliate p {
	margin-top: 0;
}

.btech-affiliate h1,
.btech-affiliate h2,
.btech-affiliate h3 {
	color: var(--aff-ink);
	font-weight: 800;
	letter-spacing: -.035em;
}

.btech-affiliate h2 {
	font-size: clamp(31px, 4vw, 50px);
	line-height: 1.06;
}

.btech-affiliate h3 {
	font-size: 20px;
	line-height: 1.2;
}

.btech-affiliate a {
	color: var(--aff-red-dark);
}

.btech-affiliate a:focus-visible,
.btech-affiliate button:focus-visible,
.btech-affiliate summary:focus-visible,
.btech-affiliate input:focus-visible,
.btech-affiliate textarea:focus-visible {
	outline: 3px solid rgba(223, 37, 47, .28) !important;
	outline-offset: 3px;
}

.btech-affiliate svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.btech-affiliate__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
	gap: clamp(32px, 5vw, 76px);
	align-items: center;
	min-height: 570px;
	padding: clamp(42px, 6vw, 82px);
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 84% 14%, rgba(223,37,47,.28), transparent 32%),
		linear-gradient(135deg, #0c1117 0%, #18222c 72%, #111820 100%);
	box-shadow: 0 24px 70px rgba(16, 23, 31, .18);
}

.btech-affiliate__hero-copy,
.btech-affiliate__hero-panel {
	position: relative;
	z-index: 1;
}

.btech-affiliate__eyebrow,
.btech-affiliate__section-heading > span,
.btech-affiliate__hero-panel > span,
.btech-affiliate__form-heading > span,
.btech-affiliate__closing span {
	display: block;
	margin-bottom: 13px;
	color: #fa5c65;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.2;
}

.btech-affiliate__hero h1 {
	max-width: 720px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(44px, 6vw, 78px);
	line-height: .97;
}

.btech-affiliate__hero-copy > p:not(.btech-affiliate__microcopy) {
	max-width: 710px;
	margin-bottom: 28px;
	color: #d6dde5;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.55;
}

.btech-affiliate__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.btech-affiliate__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.btech-affiliate__button:hover {
	transform: translateY(-1px);
}

.btech-affiliate__button.is-primary {
	color: #fff !important;
	background: var(--aff-red);
}

.btech-affiliate__button.is-primary:hover {
	background: var(--aff-red-dark);
}

.btech-affiliate__button.is-secondary {
	color: #fff !important;
	border-color: rgba(255,255,255,.3);
	background: rgba(255,255,255,.06);
}

.btech-affiliate__button.is-secondary:hover {
	border-color: #fff;
}

.btech-affiliate__microcopy {
	margin: 15px 0 0 !important;
	color: #aeb8c4 !important;
	font-size: 13px !important;
}

.btech-affiliate__hero-panel {
	padding: 28px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 22px;
	background: rgba(255,255,255,.065);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
	backdrop-filter: blur(8px);
}

.btech-affiliate__metric-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 15px;
}

.btech-affiliate__metric-grid > div {
	padding: 20px;
}

.btech-affiliate__metric-grid > div:nth-child(odd) {
	border-right: 1px solid rgba(255,255,255,.14);
}

.btech-affiliate__metric-grid > div:nth-child(-n+2) {
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.btech-affiliate__metric-grid strong,
.btech-affiliate__metric-grid small {
	display: block;
}

.btech-affiliate__metric-grid strong {
	color: #fff;
	font-size: clamp(23px, 3vw, 34px);
	line-height: 1;
}

.btech-affiliate__metric-grid small {
	margin-top: 7px;
	color: #bac4cf;
	font-size: 12px;
}

.btech-affiliate__hero-panel ul,
.btech-affiliate__application aside ul {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.btech-affiliate__hero-panel li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #e4e9ee;
	font-size: 14px;
}

.btech-affiliate__hero-panel li + li {
	margin-top: 11px;
}

.btech-affiliate__hero-panel li svg {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	color: #53cf8b;
}

.btech-affiliate__jump {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 18px auto 0;
	padding: 7px;
	border: 1px solid var(--aff-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(16,23,31,.07);
}

.btech-affiliate__jump a {
	padding: 10px 15px;
	color: #38424d;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.btech-affiliate__jump a:hover,
.btech-affiliate__jump a:focus-visible {
	color: var(--aff-red-dark);
	background: #fff4f4;
}

.btech-affiliate__section {
	padding: clamp(68px, 8vw, 110px) clamp(8px, 3vw, 38px);
}

.btech-affiliate__section-heading {
	max-width: 820px;
	margin: 0 auto 42px;
	text-align: center;
}

.btech-affiliate__section-heading.is-compact {
	margin-bottom: 32px;
}

.btech-affiliate__section-heading h2 {
	margin-bottom: 16px;
}

.btech-affiliate__section-heading p {
	margin-bottom: 0;
	color: var(--aff-muted);
	font-size: 18px;
}

.btech-affiliate__fit-grid,
.btech-affiliate__step-grid {
	display: grid;
	gap: 16px;
}

.btech-affiliate__fit-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.btech-affiliate__fit-grid article,
.btech-affiliate__step-grid article {
	padding: 26px;
	border: 1px solid var(--aff-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(17,23,30,.055);
}

.btech-affiliate__fit-grid i {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 22px;
	color: var(--aff-red);
	border-radius: 13px;
	background: #fff0f1;
}

.btech-affiliate__fit-grid h3,
.btech-affiliate__step-grid h3 {
	margin-bottom: 10px;
}

.btech-affiliate__fit-grid p,
.btech-affiliate__step-grid p {
	margin: 0;
	color: var(--aff-muted);
	font-size: 14px;
}

.btech-affiliate__steps {
	padding-top: 0;
}

.btech-affiliate__step-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btech-affiliate__step-grid b {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 50%;
	background: var(--aff-red);
}

.btech-affiliate__commission {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
	gap: 54px;
	align-items: center;
	padding: clamp(44px, 6vw, 70px);
	color: #fff;
	border-radius: 26px;
	background: linear-gradient(135deg, #111820, #202c37);
}

.btech-affiliate__commission h2 {
	margin-bottom: 18px;
	color: #fff;
}

.btech-affiliate__commission-copy > p {
	color: #c7d0da;
}

.btech-affiliate__commission-copy > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.btech-affiliate__commission-copy > a:hover {
	color: #ff6870;
}

.btech-affiliate__tiers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.btech-affiliate__tiers > div {
	padding: 20px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 14px;
	background: rgba(255,255,255,.055);
}

.btech-affiliate__tiers > div.is-top {
	border-color: rgba(255,104,112,.6);
	background: rgba(223,37,47,.2);
}

.btech-affiliate__tiers span,
.btech-affiliate__tiers strong {
	display: block;
}

.btech-affiliate__tiers span {
	color: #bdc7d2;
	font-size: 12px;
}

.btech-affiliate__tiers strong {
	margin-top: 7px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.btech-affiliate__application {
	display: grid;
	grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: start;
	padding: clamp(74px, 9vw, 120px) clamp(8px, 3vw, 38px);
	scroll-margin-top: 150px;
}

.btech-affiliate__application aside {
	position: sticky;
	top: 145px;
}

.btech-affiliate__application aside h2 {
	margin-bottom: 18px;
}

.btech-affiliate__application aside > p {
	color: var(--aff-muted);
}

.btech-affiliate__application aside li {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	padding: 13px 0;
	border-bottom: 1px solid var(--aff-line);
}

.btech-affiliate__application aside li svg {
	flex: 0 0 20px;
	margin-top: 2px;
	color: #24a663;
}

.btech-affiliate__application aside li strong {
	color: var(--aff-ink);
}

.btech-affiliate__legal {
	margin-top: 18px !important;
	font-size: 13px;
}

.btech-affiliate__form-wrap {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--aff-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(17,23,30,.1);
}

.btech-affiliate__form-heading {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--aff-line);
}

.btech-affiliate__form-heading > span {
	margin-bottom: 6px;
	color: var(--aff-red);
}

.btech-affiliate__form-heading > strong {
	display: block;
	font-size: 25px;
}

.btech-affiliate__form-wrap form,
.btech-affiliate__form-wrap .affwp-form {
	margin: 0;
}

.btech-affiliate__form-wrap p {
	margin-bottom: 18px;
}

.btech-affiliate__form-wrap label {
	display: block;
	margin-bottom: 7px;
	color: #27313c;
	font-size: 13px;
	font-weight: 800;
}

.btech-affiliate__form-wrap input[type="text"],
.btech-affiliate__form-wrap input[type="email"],
.btech-affiliate__form-wrap input[type="url"],
.btech-affiliate__form-wrap input[type="password"],
.btech-affiliate__form-wrap textarea,
.btech-affiliate__form-wrap select {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	color: var(--aff-ink);
	border: 1px solid #cfd6dd;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}

.btech-affiliate__form-wrap textarea {
	min-height: 120px;
	resize: vertical;
}

.btech-affiliate__form-wrap input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 2px 8px 0 0;
	vertical-align: top;
}

.btech-affiliate__form-wrap input[type="submit"],
.btech-affiliate__form-wrap button[type="submit"] {
	width: 100%;
	min-height: 54px;
	padding: 12px 22px;
	color: #fff;
	border: 0;
	border-radius: 11px;
	background: var(--aff-red);
	font-weight: 800;
	box-shadow: none;
}

.btech-affiliate__form-wrap input[type="submit"]:hover,
.btech-affiliate__form-wrap button[type="submit"]:hover {
	background: var(--aff-red-dark);
}

.btech-affiliate__form-wrap .affwp-errors,
.btech-affiliate__form-wrap .affwp-notice,
.btech-affiliate__form-wrap .affwp-error {
	margin-bottom: 18px;
	padding: 14px 16px;
	border: 1px solid #f3b7bb;
	border-radius: 10px;
	background: #fff3f4;
}

.btech-affiliate__faq {
	padding-top: 0;
}

.btech-affiliate__faq-list {
	max-width: 920px;
	margin: 0 auto;
	border: 1px solid var(--aff-line);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

.btech-affiliate__faq details + details {
	border-top: 1px solid var(--aff-line);
}

.btech-affiliate__faq summary {
	position: relative;
	padding: 20px 58px 20px 22px;
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

.btech-affiliate__faq summary::-webkit-details-marker {
	display: none;
}

.btech-affiliate__faq summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	color: var(--aff-red);
	font-size: 24px;
	transform: translateY(-50%);
}

.btech-affiliate__faq details[open] summary::after {
	content: "–";
}

.btech-affiliate__faq details p {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--aff-muted);
}

.btech-affiliate__closing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: clamp(34px, 5vw, 56px);
	color: #fff;
	border-radius: 24px;
	background: linear-gradient(115deg, #b9141d, #df252f);
}

.btech-affiliate__closing span {
	color: #ffd5d7;
}

.btech-affiliate__closing h2 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 4vw, 44px);
}

.btech-affiliate__closing .btech-affiliate__button.is-primary {
	flex: 0 0 auto;
	color: var(--aff-red-dark) !important;
	background: #fff;
}

.btech-affiliate__form-error {
	padding: 18px;
	border-radius: 10px;
	background: #fff3f4;
}

@media (max-width: 980px) {
	.btech-affiliate__hero,
	.btech-affiliate__commission,
	.btech-affiliate__application {
		grid-template-columns: 1fr;
	}

	.btech-affiliate__hero {
		min-height: 0;
	}

	.btech-affiliate__fit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.btech-affiliate__application aside {
		position: static;
	}
}

@media (max-width: 720px) {
	.btech-affiliate {
		padding: 10px 12px 52px;
	}

	.btech-affiliate__hero {
		gap: 28px;
		padding: 34px 24px;
		border-radius: 20px;
	}

	.btech-affiliate__hero h1 {
		font-size: clamp(41px, 12vw, 58px);
	}

	.btech-affiliate__hero-actions,
	.btech-affiliate__hero-actions .btech-affiliate__button {
		width: 100%;
	}

	.btech-affiliate__jump {
		justify-content: flex-start;
		overflow-x: auto;
		white-space: nowrap;
	}

	.btech-affiliate__section {
		padding: 62px 4px;
	}

	.btech-affiliate__fit-grid,
	.btech-affiliate__step-grid,
	.btech-affiliate__tiers {
		grid-template-columns: 1fr;
	}

	.btech-affiliate__commission {
		gap: 32px;
		padding: 34px 22px;
		border-radius: 20px;
	}

	.btech-affiliate__tiers > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.btech-affiliate__tiers strong {
		margin: 0;
	}

	.btech-affiliate__application {
		padding: 68px 4px;
	}

	.btech-affiliate__form-wrap {
		padding: 22px 18px;
		border-radius: 17px;
	}

	.btech-affiliate__closing {
		align-items: stretch;
		flex-direction: column;
		padding: 32px 24px;
		border-radius: 20px;
	}

	.btech-affiliate__closing .btech-affiliate__button {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.btech-affiliate__metric-grid {
		grid-template-columns: 1fr;
	}

	.btech-affiliate__metric-grid > div:nth-child(odd) {
		border-right: 0;
	}

	.btech-affiliate__metric-grid > div:not(:last-child) {
		border-bottom: 1px solid rgba(255,255,255,.14);
	}
}

@media (prefers-reduced-motion: reduce) {
	.btech-affiliate *,
	.btech-affiliate *::before,
	.btech-affiliate *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/*
 * Porto's legacy boxed-page rules force all paragraphs and list items to
 * black/14px with !important. Keep the modern affiliate experience readable
 * without changing the appearance of legacy pages that still depend on those
 * global rules.
 */
.btech-affiliate-page .column1.boxed .btech-affiliate,
.btech-affiliate-page .column1.boxed .btech-affiliate p,
.btech-affiliate-page .column1.boxed .btech-affiliate li,
.btech-affiliate-page .column1.boxed .btech-affiliate label,
.btech-affiliate-page .column1.boxed .btech-affiliate legend {
	color: var(--aff-ink);
}

.btech-affiliate-page .column1.boxed .btech-affiliate__hero-copy > p:not(.btech-affiliate__microcopy) {
	color: #d6dde5 !important;
	font-size: clamp(17px, 2vw, 21px) !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__microcopy {
	color: #aeb8c4 !important;
	font-size: 13px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__hero-panel li {
	color: #e4e9ee !important;
	font-size: 14px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__section-heading p {
	color: var(--aff-muted) !important;
	font-size: 18px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__fit-grid p,
.btech-affiliate-page .column1.boxed .btech-affiliate__step-grid p {
	color: var(--aff-muted) !important;
	font-size: 14px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__commission-copy > p {
	color: #c7d0da !important;
	font-size: 16px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__tiers span {
	color: #bdc7d2 !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__application aside > p {
	color: var(--aff-muted) !important;
	font-size: 16px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__application aside li,
.btech-affiliate-page .column1.boxed .btech-affiliate__application aside li span {
	color: #27313c !important;
	font-size: 15px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__legal {
	color: var(--aff-muted) !important;
	font-size: 13px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__form-wrap,
.btech-affiliate-page .column1.boxed .btech-affiliate__form-wrap p,
.btech-affiliate-page .column1.boxed .btech-affiliate__form-wrap label,
.btech-affiliate-page .column1.boxed .btech-affiliate__form-wrap legend {
	color: #27313c !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__form-wrap p,
.btech-affiliate-page .column1.boxed .btech-affiliate__form-wrap label {
	font-size: 14px !important;
}

.btech-affiliate-page .column1.boxed .btech-affiliate__faq-list p {
	color: var(--aff-muted) !important;
	font-size: 15px !important;
}
