.adpaf-registration-form {
	border: 1px solid #dcdcde;
	margin: 24px 0;
	max-width: 920px;
	padding: 20px;
}

.adpaf-registration-form,
.adpaf-registration-form input,
.adpaf-registration-form select,
.adpaf-registration-form button {
	box-sizing: border-box;
}

.adpaf-form-section {
	border-top: 1px solid #e5e5e5;
	padding: 18px 0;
}

.adpaf-form-section:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.adpaf-form-section h2 {
	font-size: 1.15rem;
	margin: 0 0 12px;
}

.adpaf-form-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.adpaf-registration-form label span,
.adpaf-registration-form label {
	display: block;
}

.adpaf-registration-form input[type="text"],
.adpaf-registration-form input[type="email"],
.adpaf-registration-form input[type="number"],
.adpaf-registration-form select {
	margin-top: 6px;
	max-width: 100%;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}

.adpaf-registration-form input[type="file"] {
	margin-top: 6px;
	max-width: 100%;
	width: 100%;
}

.adpaf-document-fields {
	margin-top: 14px;
}

.adpaf-document-fields label {
	margin-top: 12px;
}

.adpaf-checkbox-label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.adpaf-checkbox-label input {
	margin-top: 4px;
}

.adpaf-tier-summary,
.adpaf-form-section p {
	color: #50575e;
	margin: 8px 0 0;
}

.adpaf-tier-summary span {
	display: block;
	font-weight: 600;
	margin-top: 4px;
}

.adpaf-form-message {
	border-left: 4px solid #2271b1;
	margin-bottom: 16px;
	padding: 12px;
}

.adpaf-form-message--success {
	background: #f0f6fc;
	border-left-color: #AC4729;
}

.adpaf-form-message--error {
	background: #fcf0f1;
	border-left-color: #d63638;
}

.adpaf-field-error {
	color: #b32d2e;
	font-size: 0.9rem;
	margin: 6px 0 0;
}

.adpaf-submit-button {
	cursor: pointer;
	min-height: 42px;
	padding: 10px 18px;
}

.adpaf-login-wrap,
.adpaf-portal {
	margin: 24px 0;
	max-width: 980px;
}

.adpaf-login-form,
.adpaf-portal-card {
	border: 1px solid #dcdcde;
	background: #fff;
	padding: 20px;
}

.adpaf-login-form {
	max-width: 440px;
}

.adpaf-login-form label,
.adpaf-login-form label span {
	display: block;
}

.adpaf-login-form label {
	margin-bottom: 14px;
}

.adpaf-login-form input[type="text"],
.adpaf-login-form input[type="password"] {
	box-sizing: border-box;
	margin-top: 6px;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}

.adpaf-portal-button {
	cursor: pointer;
	display: inline-block;
	min-height: 40px;
	padding: 9px 16px;
	text-decoration: none;
}

.adpaf-portal-header {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.adpaf-portal-header h2,
.adpaf-portal-card h2,
.adpaf-portal-card h3 {
	margin-top: 0;
}

.adpaf-portal-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-bottom: 16px;
}

.adpaf-portal-list {
	display: grid;
	gap: 8px 14px;
	grid-template-columns: minmax(120px, 0.5fr) minmax(0, 1fr);
	margin: 0;
}

.adpaf-portal-list dt {
	color: #50575e;
	font-weight: 700;
}

.adpaf-portal-list dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.adpaf-portal-notice {
	border-left: 4px solid #2271b1;
	margin: 16px 0;
	max-width: 760px;
	padding: 12px;
}

.adpaf-portal-notice--warning {
	background: #fcf9e8;
	border-left-color: #dba617;
}

.adpaf-portal-notice--error {
	background: #fcf0f1;
	border-left-color: #d63638;
}

.adpaf-ebook-list {
	display: grid;
	gap: 16px;
}

.adpaf-ebook-item {
	border-top: 1px solid #e5e5e5;
	padding-top: 16px;
}

.adpaf-ebook-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.adpaf-ebook-item h3 {
	margin-bottom: 12px;
}

/* ==========================================================================
   ADPAF WooCommerce ebook store
   ========================================================================== */
.adpaf-ebook-store,
body.adpaf-woocommerce-page .woocommerce {
	box-sizing: border-box;
	color: #0a1524;
	font-family: 'Figtree', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.adpaf-ebook-store *,
.adpaf-ebook-store *::before,
.adpaf-ebook-store *::after,
body.adpaf-woocommerce-page .woocommerce *,
body.adpaf-woocommerce-page .woocommerce *::before,
body.adpaf-woocommerce-page .woocommerce *::after {
	box-sizing: border-box;
}

.adpaf-ebook-store {
	background:
		linear-gradient(180deg, #f7fafc 0%, #eef4f8 42%, #f7fafc 100%);
	margin: 0 auto;
	max-width: 1600px;
	min-height: 100vh;
	padding: 24px 32px 32px;
}

body.adpaf-ebook-store-page {
	background: #eef4f8;
}

body.adpaf-ebook-store-page #masthead,
body.adpaf-ebook-product-page #masthead,
body.adpaf-woocommerce-cart #masthead,
body.adpaf-woocommerce-checkout #masthead,
body.adpaf-ebook-store-page .site-header,
body.adpaf-ebook-product-page .site-header,
body.adpaf-woocommerce-cart .site-header,
body.adpaf-woocommerce-checkout .site-header,
body.adpaf-ebook-store-page .main-header-bar,
body.adpaf-ebook-product-page .main-header-bar,
body.adpaf-woocommerce-cart .main-header-bar,
body.adpaf-woocommerce-checkout .main-header-bar,
body.adpaf-ebook-store-page .ast-primary-header-bar,
body.adpaf-ebook-product-page .ast-primary-header-bar,
body.adpaf-woocommerce-cart .ast-primary-header-bar,
body.adpaf-woocommerce-checkout .ast-primary-header-bar,
body.adpaf-ebook-store-page .wp-site-blocks > header,
body.adpaf-ebook-product-page .wp-site-blocks > header,
body.adpaf-woocommerce-cart .wp-site-blocks > header,
body.adpaf-woocommerce-checkout .wp-site-blocks > header,
body.adpaf-ebook-store-page .entry-header,
body.adpaf-ebook-product-page .entry-header,
body.adpaf-woocommerce-cart .entry-header,
body.adpaf-woocommerce-checkout .entry-header,
body.adpaf-ebook-store-page .page-title,
body.adpaf-ebook-product-page .page-title,
body.adpaf-woocommerce-cart .page-title,
body.adpaf-woocommerce-checkout .page-title,
body.adpaf-ebook-store-page .entry-title,
body.adpaf-ebook-product-page .entry-title,
body.adpaf-woocommerce-cart .entry-title,
body.adpaf-woocommerce-checkout .entry-title,
body.adpaf-ebook-store-page .site-footer,
body.adpaf-ebook-product-page .site-footer,
body.adpaf-woocommerce-cart .site-footer,
body.adpaf-woocommerce-checkout .site-footer,
body.adpaf-ebook-store-page .wp-site-blocks > footer,
body.adpaf-ebook-product-page .wp-site-blocks > footer,
body.adpaf-woocommerce-cart .wp-site-blocks > footer,
body.adpaf-woocommerce-checkout .wp-site-blocks > footer {
	display: none;
}

body.adpaf-ebook-store-page #page,
body.adpaf-ebook-product-page #page,
body.adpaf-woocommerce-cart #page,
body.adpaf-woocommerce-checkout #page,
body.adpaf-ebook-store-page #content,
body.adpaf-ebook-product-page #content,
body.adpaf-woocommerce-cart #content,
body.adpaf-woocommerce-checkout #content,
body.adpaf-ebook-store-page .site,
body.adpaf-ebook-product-page .site,
body.adpaf-woocommerce-cart .site,
body.adpaf-woocommerce-checkout .site,
body.adpaf-ebook-store-page .site-content,
body.adpaf-ebook-product-page .site-content,
body.adpaf-woocommerce-cart .site-content,
body.adpaf-woocommerce-checkout .site-content,
body.adpaf-ebook-store-page .ast-container,
body.adpaf-ebook-product-page .ast-container,
body.adpaf-woocommerce-cart .ast-container,
body.adpaf-woocommerce-checkout .ast-container,
body.adpaf-ebook-store-page .content-area,
body.adpaf-ebook-product-page .content-area,
body.adpaf-woocommerce-cart .content-area,
body.adpaf-woocommerce-checkout .content-area,
body.adpaf-ebook-store-page .site-main,
body.adpaf-ebook-product-page .site-main,
body.adpaf-woocommerce-cart .site-main,
body.adpaf-woocommerce-checkout .site-main,
body.adpaf-ebook-store-page .entry-content,
body.adpaf-ebook-product-page .entry-content,
body.adpaf-woocommerce-cart .entry-content,
body.adpaf-woocommerce-checkout .entry-content,
body.adpaf-ebook-store-page .wp-site-blocks,
body.adpaf-ebook-product-page .wp-site-blocks,
body.adpaf-woocommerce-cart .wp-site-blocks,
body.adpaf-woocommerce-checkout .wp-site-blocks,
body.adpaf-ebook-store-page .wp-block-post-content,
body.adpaf-ebook-product-page .wp-block-post-content,
body.adpaf-woocommerce-cart .wp-block-post-content,
body.adpaf-woocommerce-checkout .wp-block-post-content {
	background: #eef4f8;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

body.adpaf-ebook-store-page .entry-content > *,
body.adpaf-ebook-product-page .entry-content > *,
body.adpaf-woocommerce-cart .entry-content > *,
body.adpaf-woocommerce-checkout .entry-content > * {
	max-width: none;
}

body.adpaf-ebook-product-page,
body.adpaf-woocommerce-cart,
body.adpaf-woocommerce-checkout {
	background: #eef4f8;
}

.adpaf-ebook-store a:focus-visible,
.adpaf-ebook-store button:focus-visible {
	box-shadow: 0 0 0 3px rgba(172, 71, 41, 0.22);
	outline: 2px solid #AC4729;
	outline-offset: 3px;
}

.adpaf-ebook-store__skip {
	background: #ffffff;
	border: 1px solid #AC4729;
	border-radius: 7px;
	color: #0a1524;
	font-weight: 900;
	left: 32px;
	padding: 10px 12px;
	position: absolute;
	text-decoration: none;
	top: -80px;
	z-index: 50;
}

.adpaf-ebook-store__skip:focus {
	top: 16px;
}

.adpaf-ebook-store__header,
.adpaf-ebook-store__footer {
	align-items: center;
	background:
		linear-gradient(160deg, #1a1916 0%, #2c1a14 100%),
		#1a1916;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(10, 21, 36, 0.16);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 16px 18px;
}

.adpaf-ebook-store__brand {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	gap: 12px;
	line-height: 1;
	min-width: max-content;
	text-decoration: none;
}

.adpaf-ebook-store__brand-logo {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	box-shadow: inset 0 -14px 28px rgba(172, 71, 41, 0.28);
	color: #ffffff;
	display: inline-flex;
	font-weight: 900;
	height: 56px;
	justify-content: center;
	overflow: hidden;
	padding: 7px;
	width: 56px;
}

.adpaf-ebook-store__brand-logo img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.adpaf-ebook-store__brand-mark {
	background: #AC4729;
}

.adpaf-ebook-store__brand strong,
.adpaf-ebook-store__footer strong {
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.1;
}

.adpaf-ebook-store__brand small,
.adpaf-ebook-store__footer p {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	margin: 3px 0 0;
}

.adpaf-ebook-store__nav,
.adpaf-ebook-store__footer nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.adpaf-ebook-store__footer-contact {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	margin-left: auto;
	padding-left: 20px;
}

.adpaf-ebook-store__footer .adpaf-ebook-store__footer-contact a {
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	margin-top: 4px;
	padding: 0;
}

.adpaf-ebook-store__nav a,
.adpaf-ebook-store__footer a,
.adpaf-ebook-store__cart {
	border-radius: 7px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	padding: 11px 12px;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.adpaf-ebook-store__nav a:hover,
.adpaf-ebook-store__nav a[aria-current="page"],
.adpaf-ebook-store__footer a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.adpaf-ebook-store__nav a:last-child {
	background: #AC4729;
	color: #ffffff;
}

.adpaf-ebook-store__nav a:last-child:hover {
	background: #AC4729;
	color: #ffffff;
}

.adpaf-ebook-store__cart {
	align-items: center;
	background: #ffffff;
	color: #1a1916;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	min-width: max-content;
}

.adpaf-ebook-store__cart:hover {
	background: #AC4729;
	color: #ffffff;
}

.adpaf-ebook-store__cart[aria-current="page"] {
	background: #AC4729;
	color: #ffffff;
}

.adpaf-ebook-store__cart span {
	align-items: center;
	background: rgba(26, 25, 22, 0.1);
	border-radius: 999px;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 6px;
}

.adpaf-ebook-store__main {
	display: grid;
	gap: 18px;
	margin: 18px 0;
}

.adpaf-ebook-store__hero {
	align-items: center;
	background:
		linear-gradient(160deg, #1a1916 0%, #2c1a14 100%),
		#1a1916;
	border-radius: 10px;
	box-shadow: 0 24px 60px rgba(10, 21, 36, 0.18);
	color: #ffffff;
	display: block;
	min-height: 360px;
	overflow: hidden;
	padding: 56px;
	position: relative;
}

.adpaf-ebook-store__hero > div {
	max-width: 760px;
}

.adpaf-ebook-store__eyebrow,
.adpaf-ebook-card__badge,
.adpaf-ebook-product-badge {
	background: rgba(172, 71, 41, 0.12);
	border: 1px solid rgba(172, 71, 41, 0.22);
	border-radius: 999px;
	color: #AC4729;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 8px 12px;
	text-transform: uppercase;
}

.adpaf-ebook-store__hero .adpaf-ebook-store__eyebrow {
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.18);
	color: #ffffff;
}

.adpaf-ebook-store__hero h1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 18px 0 18px;
	max-width: 680px;
}

.adpaf-ebook-store__hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.65;
	margin: 0 0 28px;
	max-width: 760px;
}

.adpaf-ebook-store__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.adpaf-ebook-store__button,
.adpaf-ebook-card__button,
body.adpaf-woocommerce-page .woocommerce a.button,
body.adpaf-woocommerce-page .woocommerce button.button,
body.adpaf-woocommerce-page .woocommerce input.button,
body.adpaf-woocommerce-page .woocommerce #respond input#submit,
body.adpaf-woocommerce-page .woocommerce .button {
	align-items: center;
	background: #AC4729;
	border: 1px solid #AC4729;
	border-radius: 7px;
	box-shadow: 0 12px 24px rgba(172, 71, 41, 0.22);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	padding: 13px 18px;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.adpaf-ebook-store__button:hover,
.adpaf-ebook-card__button:hover,
body.adpaf-woocommerce-page .woocommerce a.button:hover,
body.adpaf-woocommerce-page .woocommerce button.button:hover,
body.adpaf-woocommerce-page .woocommerce input.button:hover,
body.adpaf-woocommerce-page .woocommerce #respond input#submit:hover,
body.adpaf-woocommerce-page .woocommerce .button:hover {
	background: #8f3620;
	border-color: #8f3620;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.adpaf-ebook-card__button--ghost,
.adpaf-ebook-store__button--light,
body.adpaf-woocommerce-page .woocommerce a.button.wc-backward {
	background: #ffffff;
	border-color: #d8e0ea;
	box-shadow: none;
	color: #0a3142 !important;
}

.adpaf-ebook-card__button--ghost:hover,
.adpaf-ebook-store__button--light:hover,
body.adpaf-woocommerce-page .woocommerce a.button.wc-backward:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
	color: #0a3142 !important;
}

.adpaf-woo-reassurance {
	background: #ffffff;
	border: 1px solid rgba(216, 224, 234, 0.88);
	border-radius: 8px;
	color: #40576f;
	font-size: 14px;
	font-weight: 800;
	padding: 18px;
}

.adpaf-ebook-store__catalog {
	margin-top: 30px;
}

.adpaf-ebook-store__catalog-head {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.adpaf-ebook-store__catalog-head h2 {
	color: #0a1524;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	margin: 12px 0 8px;
}

.adpaf-ebook-store__catalog-head p {
	color: #64748b;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 680px;
}

.adpaf-ebook-store__count {
	background: #ffffff;
	border: 1px solid rgba(216, 224, 234, 0.88);
	border-radius: 999px;
	color: #40576f;
	font-size: 13px;
	font-weight: 900;
	padding: 10px 13px;
	white-space: nowrap;
}

.adpaf-ebook-store__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.adpaf-ebook-card,
body.adpaf-woocommerce-page .woocommerce .cart-collaterals .cart_totals,
body.adpaf-woocommerce-page .woocommerce form.checkout,
body.adpaf-woocommerce-page .woocommerce .woocommerce-checkout-review-order,
body.adpaf-woocommerce-page .woocommerce-MyAccount-content,
body.adpaf-woocommerce-page .woocommerce-MyAccount-navigation,
body.adpaf-woocommerce-page .woocommerce div.product,
body.adpaf-woocommerce-page .woocommerce .woocommerce-cart-form,
body.adpaf-woocommerce-page .woocommerce .woocommerce-notices-wrapper > *,
body.adpaf-woocommerce-page .woocommerce .woocommerce-message,
body.adpaf-woocommerce-page .woocommerce .woocommerce-info,
body.adpaf-woocommerce-page .woocommerce .woocommerce-error,
body.adpaf-woocommerce-page .wc-block-cart,
body.adpaf-woocommerce-page .wc-block-checkout,
body.adpaf-woocommerce-page .wc-block-components-sidebar,
body.adpaf-woocommerce-page .wc-block-components-main {
	background: #ffffff;
	border: 1px solid rgba(216, 224, 234, 0.88);
	border-radius: 10px;
	box-shadow: 0 12px 34px rgba(26, 25, 22, 0.08);
}

.adpaf-ebook-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.adpaf-ebook-card:hover {
	border-color: rgba(172, 71, 41, 0.35);
	box-shadow: 0 18px 42px rgba(26, 25, 22, 0.12);
	transform: translateY(-2px);
}

.adpaf-ebook-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(10, 21, 36, 0.08), rgba(172, 71, 41, 0.08)),
		#f1f5f9;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.adpaf-ebook-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.adpaf-ebook-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.adpaf-ebook-card h2 {
	color: #0a1524;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	margin: 14px 0 10px;
}

.adpaf-ebook-card h2 a {
	color: inherit;
	text-decoration: none;
}

.adpaf-ebook-card h2 a:hover {
	color: #AC4729;
}

.adpaf-ebook-card p {
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.adpaf-ebook-card__meta {
	align-items: center;
	border-top: 1px solid #e2e8f0;
	color: #0a1524;
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
}

.adpaf-ebook-card__meta::before {
	color: #64748b;
	content: "Price";
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.adpaf-ebook-card__meta strong {
	color: #AC4729;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
}

.adpaf-ebook-card__actions {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin-top: 18px;
}

.adpaf-ebook-card__actions .adpaf-ebook-card__button {
	min-height: 46px;
	width: 100%;
}

.adpaf-ebook-store__empty {
	background: #ffffff;
	border: 1px solid rgba(216, 224, 234, 0.88);
	border-radius: 10px;
	box-shadow: 0 12px 34px rgba(26, 25, 22, 0.08);
	padding: 48px;
	text-align: center;
}

.adpaf-ebook-store__empty h2 {
	color: #0a1524;
	font-size: 28px;
	font-weight: 900;
	margin: 0 0 10px;
}

.adpaf-ebook-store__empty p {
	color: #64748b;
	margin: 0;
}

body.adpaf-woocommerce-page .woocommerce {
	background: #eef4f8;
	margin: 0 auto;
	max-width: 1600px;
	min-height: calc(100vh - 32px);
	padding: 32px;
	width: 100%;
}

body.adpaf-woocommerce-cart .woocommerce,
body.adpaf-woocommerce-checkout .woocommerce {
	background: transparent;
	margin: 0;
	max-width: none;
	min-height: 0;
	padding: 0;
	width: 100%;
}

.adpaf-ebook-store--cart {
	max-width: 1480px;
	width: 100%;
}

.adpaf-ebook-store__main--cart {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 420px);
}

.adpaf-ebook-store__main--cart > .woocommerce-notices-wrapper,
.adpaf-ebook-store__main--cart > .woocommerce-message,
.adpaf-ebook-store__main--cart > .woocommerce-info,
.adpaf-ebook-store__main--cart > .woocommerce-error,
.adpaf-ebook-store__main--cart > .adpaf-woo-reassurance {
	grid-column: 1 / -1;
}

body.adpaf-woocommerce-cart .woocommerce .woocommerce-cart-form {
	grid-column: 1;
	margin: 0;
	width: 100%;
}

body.adpaf-woocommerce-cart .woocommerce .cart-collaterals {
	clear: none;
	grid-column: 2;
	margin: 0;
	width: 100%;
}

body.adpaf-woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	float: none;
	margin: 0;
	width: 100%;
}

body.adpaf-woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
	background:
		linear-gradient(160deg, #1a1916 0%, #2c1a14 100%),
		#1a1916;
	border-radius: 9px 9px 0 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	margin: -24px -24px 22px;
	padding: 22px 24px;
}

body.adpaf-woocommerce-cart .woocommerce .cart-collaterals .shop_table {
	margin-bottom: 22px;
}

body.adpaf-woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
	padding: 0;
}

body.adpaf-woocommerce-cart .woocommerce .cart-collaterals .checkout-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	min-height: 52px;
	width: 100%;
}

body.adpaf-woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table {
	margin: 0;
}

body.adpaf-woocommerce-cart .woocommerce .woocommerce-cart-form .product-name a {
	color: #AC4729;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.3;
	text-decoration: none;
}

body.adpaf-woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail img {
	border-radius: 6px;
	max-width: 86px;
}

body.adpaf-woocommerce-cart .woocommerce .woocommerce-cart-form td.actions {
	background: #ffffff;
	padding: 18px 20px;
	text-align: right;
}

body.adpaf-woocommerce-checkout .woocommerce form.checkout {
	display: block;
	position: relative;
}

body.adpaf-woocommerce-checkout .woocommerce form.checkout .col2-set {
	float: none;
	width: 58%;
}

body.adpaf-woocommerce-checkout .woocommerce form.checkout::after {
	clear: both;
	content: "";
	display: table;
}

body.adpaf-woocommerce-checkout .woocommerce form.checkout .col2-set {
	float: left;
	margin: 0;
}

body.adpaf-woocommerce-checkout .woocommerce form.checkout .col2-set .col-1,
body.adpaf-woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 {
	float: none;
	margin: 0;
	width: 100%;
}

body.adpaf-woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 {
	margin-top: 24px;
}

body.adpaf-woocommerce-checkout .woocommerce #order_review_heading,
body.adpaf-woocommerce-checkout .woocommerce #order_review {
	float: right;
	margin: 0;
	width: 38%;
}

body.adpaf-woocommerce-checkout .woocommerce #order_review_heading {
	background:
		linear-gradient(160deg, #1a1916 0%, #2c1a14 100%),
		#1a1916;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	padding: 22px 24px;
	position: sticky;
	top: 18px;
	z-index: 4;
}

body.adpaf-woocommerce-checkout .woocommerce #order_review {
	background: #ffffff;
	border: 1px solid rgba(216, 224, 234, 0.88) !important;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 12px 34px rgba(26, 25, 22, 0.08);
	clear: right;
	padding: 24px !important;
	position: sticky;
	top: 86px;
	z-index: 3;
}

body.adpaf-woocommerce-checkout .woocommerce #order_review table.shop_table {
	border: 0;
	border-radius: 8px;
	margin: 0 0 22px;
}

body.adpaf-woocommerce-checkout .woocommerce #payment {
	background: #f8fafc;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	margin-top: 20px;
	padding: 18px;
}

body.adpaf-woocommerce-checkout .woocommerce #payment ul.payment_methods {
	border: 0;
	margin: 0;
	padding: 0 0 16px;
}

body.adpaf-woocommerce-checkout .woocommerce #payment div.payment_box {
	background: #ffffff;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	color: #40576f;
	font-size: 14px;
	line-height: 1.55;
	margin: 14px 0 0;
	padding: 16px;
}

body.adpaf-woocommerce-checkout .woocommerce #payment div.payment_box::before {
	display: none;
}

body.adpaf-woocommerce-checkout .woocommerce #payment .place-order {
	margin: 0;
	padding: 16px 0 0;
}

body.adpaf-woocommerce-checkout .woocommerce #payment #place_order {
	min-height: 50px;
	width: 100%;
}

body.adpaf-woocommerce-page {
	background: #eef4f8;
}

body.adpaf-woocommerce-page #page,
body.adpaf-woocommerce-page #content,
body.adpaf-woocommerce-page .site,
body.adpaf-woocommerce-page .site-content,
body.adpaf-woocommerce-page .ast-container,
body.adpaf-woocommerce-page .content-area,
body.adpaf-woocommerce-page .site-main,
body.adpaf-woocommerce-page .entry-content,
body.adpaf-woocommerce-page .wp-site-blocks,
body.adpaf-woocommerce-page .wp-block-post-content {
	background: #eef4f8;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

body.adpaf-woocommerce-page .entry-content > * {
	max-width: none;
}

body.adpaf-woocommerce-page .ast-container {
	margin-left: auto;
	margin-right: auto;
}

body.adpaf-ebook-product-page .woocommerce div.product {
	padding: 30px;
}

body.adpaf-ebook-product-page .adpaf-ebook-store--product .woocommerce {
	background: transparent;
	margin: 0;
	max-width: none;
	min-height: 0;
	padding: 0;
}

body.adpaf-ebook-product-page .adpaf-ebook-store--product .woocommerce-breadcrumb {
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 16px;
}

body.adpaf-ebook-product-page .adpaf-ebook-store--product .woocommerce-breadcrumb a {
	color: #AC4729;
	text-decoration: none;
}

body.adpaf-ebook-product-page .woocommerce .related.products,
body.adpaf-ebook-product-page .woocommerce #reviews,
body.adpaf-ebook-product-page .woocommerce .woocommerce-Reviews {
	display: none !important;
}

body.adpaf-ebook-product-page .woocommerce div.product div.images,
body.adpaf-ebook-product-page .woocommerce div.product div.summary {
	margin-bottom: 0;
}

body.adpaf-ebook-product-page .woocommerce div.product .product_title {
	color: #0a1524;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.08;
	margin: 10px 0 16px;
}

body.adpaf-ebook-product-page .woocommerce div.product p.price,
body.adpaf-ebook-product-page .woocommerce div.product span.price {
	color: #AC4729;
	font-size: 24px;
	font-weight: 900;
}

.adpaf-ebook-product-info {
	background: #f8fafc;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	margin-top: 18px;
	padding: 16px 18px;
}

.adpaf-ebook-product-info ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.adpaf-ebook-product-info li {
	color: #40576f;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	padding-left: 24px;
	position: relative;
}

.adpaf-ebook-product-info li::before {
	background: #AC4729;
	border-radius: 999px;
	color: #ffffff;
	content: "";
	height: 8px;
	left: 3px;
	position: absolute;
	top: 8px;
	width: 8px;
}

body.adpaf-woocommerce-page .woocommerce table.shop_table {
	background: #ffffff;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	overflow: hidden;
}

body.adpaf-woocommerce-page .woocommerce table.shop_table th {
	background: #f1f5f9;
	color: #40576f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.adpaf-woocommerce-page .woocommerce table.shop_table td,
body.adpaf-woocommerce-page .woocommerce table.shop_table th {
	border-color: #e2e8f0;
	padding: 16px;
}

body.adpaf-woocommerce-page .woocommerce input.input-text,
body.adpaf-woocommerce-page .woocommerce textarea,
body.adpaf-woocommerce-page .woocommerce select,
body.adpaf-woocommerce-page .wc-block-components-text-input input,
body.adpaf-woocommerce-page .wc-block-components-textarea,
body.adpaf-woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	background: #ffffff;
	border: 1px solid #cbd7e4;
	border-radius: 7px;
	color: #0a1524;
	font: inherit;
	min-height: 46px;
	padding: 11px 13px;
}

body.adpaf-woocommerce-page .woocommerce label {
	color: #0a1524;
	font-size: 13px;
	font-weight: 800;
}

body.adpaf-woocommerce-page .woocommerce form.checkout,
body.adpaf-woocommerce-page .woocommerce .woocommerce-cart-form,
body.adpaf-woocommerce-page .woocommerce .cart-collaterals .cart_totals,
body.adpaf-woocommerce-page .woocommerce-MyAccount-content,
body.adpaf-woocommerce-page .woocommerce-MyAccount-navigation,
body.adpaf-woocommerce-page .wc-block-cart,
body.adpaf-woocommerce-page .wc-block-checkout,
body.adpaf-woocommerce-page .wc-block-components-sidebar,
body.adpaf-woocommerce-page .wc-block-components-main {
	padding: 24px;
}

.adpaf-woo-reassurance {
	border-left: 4px solid #AC4729;
	margin: 0 0 18px;
}

body.adpaf-woocommerce-page .woocommerce .woocommerce-message,
body.adpaf-woocommerce-page .woocommerce .woocommerce-info {
	align-items: center;
	border-left: 4px solid #AC4729;
	color: #0a3142;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	line-height: 1.5;
	min-height: 76px;
	padding: 18px 22px 18px 58px;
	position: relative;
}

body.adpaf-woocommerce-page .woocommerce .woocommerce-message::before,
body.adpaf-woocommerce-page .woocommerce .woocommerce-info::before {
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

body.adpaf-woocommerce-page .woocommerce .woocommerce-message .button,
body.adpaf-woocommerce-page .woocommerce .woocommerce-info .button,
body.adpaf-woocommerce-page .woocommerce .woocommerce-message a.wc-forward,
body.adpaf-woocommerce-page .woocommerce .woocommerce-info a.wc-forward {
	background: #AC4729;
	border: 1px solid #AC4729;
	border-radius: 7px;
	box-shadow: 0 10px 20px rgba(172, 71, 41, 0.16);
	color: #ffffff !important;
	display: inline-flex;
	float: none;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	margin-left: 16px;
	min-width: 118px;
	padding: 11px 16px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

body.adpaf-woocommerce-page .woocommerce .woocommerce-message .button:hover,
body.adpaf-woocommerce-page .woocommerce .woocommerce-info .button:hover,
body.adpaf-woocommerce-page .woocommerce .woocommerce-message a.wc-forward:hover,
body.adpaf-woocommerce-page .woocommerce .woocommerce-info a.wc-forward:hover {
	background: #8f3620;
	border-color: #8f3620;
	color: #ffffff !important;
}

body.adpaf-woocommerce-page .woocommerce .woocommerce-error {
	border-left: 4px solid #AC4729;
	color: #7a3520;
	padding: 16px 18px;
}

body.adpaf-woocommerce-page .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.adpaf-woocommerce-page .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid #e2e8f0;
}

body.adpaf-woocommerce-page .woocommerce-MyAccount-navigation a {
	color: #0a3142;
	display: block;
	font-weight: 800;
	padding: 12px 0;
	text-decoration: none;
}

@media (max-width: 920px) {
	.adpaf-ebook-store,
	body.adpaf-woocommerce-page .woocommerce {
		padding: 16px;
	}

	.adpaf-ebook-store__main--cart {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.adpaf-woocommerce-checkout .woocommerce form.checkout {
		display: block;
	}

	body.adpaf-woocommerce-cart .woocommerce .woocommerce-cart-form,
	body.adpaf-woocommerce-cart .woocommerce .cart-collaterals,
	body.adpaf-woocommerce-checkout .woocommerce form.checkout .col2-set,
	body.adpaf-woocommerce-checkout .woocommerce #order_review_heading,
	body.adpaf-woocommerce-checkout .woocommerce #order_review {
		float: none;
		position: static;
		width: 100%;
	}

	body.adpaf-woocommerce-checkout .woocommerce #order_review_heading {
		margin-top: 24px;
	}

	body.adpaf-woocommerce-page .woocommerce .woocommerce-message,
	body.adpaf-woocommerce-page .woocommerce .woocommerce-info {
		align-items: flex-start;
		flex-direction: column;
	}

	.adpaf-ebook-store__header,
	.adpaf-ebook-store__footer,
	.adpaf-ebook-store__catalog-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.adpaf-ebook-store__nav,
	.adpaf-ebook-store__footer nav {
		justify-content: flex-start;
	}

	.adpaf-ebook-store__footer-contact {
		border-left: 0;
		border-top: 1px solid rgba(216, 224, 234, 0.88);
		margin-left: 0;
		padding-left: 0;
		padding-top: 16px;
		width: 100%;
	}

	.adpaf-ebook-store__hero {
		grid-template-columns: 1fr;
		min-height: 320px;
		padding: 36px 24px;
	}

	.adpaf-ebook-store__hero h1 {
		font-size: 34px;
	}
}

@media (max-width: 640px) {
	.adpaf-ebook-store__grid {
		grid-template-columns: 1fr;
	}

	.adpaf-ebook-card__actions {
		grid-template-columns: 1fr;
	}

	.adpaf-ebook-card__button {
		width: 100%;
	}
}

.adpaf-portal-note {
	color: #50575e;
	margin-top: 18px;
}

.adpaf-courses,
.adpaf-course-detail {
	color: #0a1524;
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	margin: 28px auto;
	max-width: 1120px;
	padding: 0 18px;
}

.adpaf-courses *,
.adpaf-courses *::before,
.adpaf-courses *::after,
.adpaf-course-detail *,
.adpaf-course-detail *::before,
.adpaf-course-detail *::after {
	box-sizing: border-box;
}

.adpaf-courses a,
.adpaf-course-detail a {
	color: inherit;
	text-decoration: none;
}

.adpaf-courses button,
.adpaf-courses input,
.adpaf-course-detail button,
.adpaf-course-detail input {
	box-shadow: none;
	font: inherit;
}

.adpaf-courses img,
.adpaf-course-detail img,
.adpaf-courses svg,
.adpaf-course-detail svg {
	display: block;
	max-width: 100%;
}

.adpaf-courses__hero,
.adpaf-course-detail__hero {
	align-items: stretch;
	background: #f4f8f6;
	border: 1px solid #d9e6e2;
	border-radius: 8px;
	display: grid;
	gap: 24px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 30px;
}

.adpaf-courses__hero {
	align-items: center;
	grid-template-columns: minmax(0, 1fr) auto;
}

.adpaf-course-detail__hero {
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	padding: 0;
}

.adpaf-course-detail__hero-copy {
	align-self: center;
	padding: 32px;
}

.adpaf-courses__hero h1,
.adpaf-course-detail__hero h1 {
	color: #0a1524;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 12px;
	overflow-wrap: anywhere;
}

.adpaf-courses__hero p,
.adpaf-course-detail__hero p {
	color: #64748b;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.adpaf-course-eyebrow {
	color: #9c6b15;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.adpaf-course-hero-badge,
.adpaf-course-price,
.adpaf-course-locked,
.adpaf-course-unlocked,
.adpaf-course-preview-badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
	white-space: nowrap;
}

.adpaf-course-hero-badge,
.adpaf-course-price {
	background: #fff7e6;
	color: #84540d;
}

.adpaf-course-locked {
	background: #fff0ee;
	color: #a72f24;
}

.adpaf-course-unlocked {
	background: #f8e6dc;
	color: #7a3b14;
}

.adpaf-course-preview-badge {
	background: #f8e6dc;
	color: #7a3b14;
}

.adpaf-course-free-badge {
	align-items: center;
	background: #f8e6dc;
	border-radius: 999px;
	color: #7a3b14;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
	white-space: nowrap;
}

.adpaf-course-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.adpaf-course-card,
.adpaf-course-lesson,
.adpaf-course-empty,
.adpaf-course-access-message,
.adpaf-course-detail__summary {
	background: #fff;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(26, 25, 22, 0.08);
}

.adpaf-course-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	overflow: hidden;
}

.adpaf-course-card__cover,
.adpaf-course-detail__cover {
	align-items: end;
	background:
		linear-gradient(135deg, rgba(245, 193, 102, 0.34), transparent 42%),
		linear-gradient(135deg, #AC4729, #1a1916);
	color: #fff;
	display: grid;
	min-height: 178px;
	overflow: hidden;
	padding: 18px;
}

.adpaf-course-detail__cover {
	min-height: 100%;
}

.adpaf-course-card__cover.has-image,
.adpaf-course-detail__cover.has-image {
	align-items: stretch;
	background: #eef4f8;
	padding: 0;
}

.adpaf-course-card__cover img,
.adpaf-course-detail__cover img {
	height: 100%;
	min-height: 178px;
	object-fit: cover;
	width: 100%;
}

.adpaf-course-card__cover span,
.adpaf-course-detail__cover span {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 850;
	justify-self: start;
	padding: 8px 11px;
}

.adpaf-course-card__body,
.adpaf-course-card__actions,
.adpaf-course-lesson__body {
	padding: 18px;
}

.adpaf-course-card__body {
	display: grid;
	gap: 12px;
}

.adpaf-course-card__top,
.adpaf-course-detail__badges,
.adpaf-course-lesson__top,
.adpaf-course-card__actions,
.adpaf-course-detail__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.adpaf-course-card h2,
.adpaf-course-detail h1,
.adpaf-course-detail h2,
.adpaf-course-lesson h3 {
	margin-top: 0;
}

.adpaf-course-card h2 {
	color: #0a1524;
	font-size: 22px;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.adpaf-course-card h2 a:hover,
.adpaf-course-card h2 a:focus {
	color: #AC4729;
}

.adpaf-course-card p,
.adpaf-course-lesson p,
.adpaf-course-description,
.adpaf-course-access-message {
	color: #64748b;
	line-height: 1.65;
	margin: 0;
	overflow-wrap: anywhere;
}

.adpaf-course-meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}

.adpaf-course-meta-list span {
	background: #f7fafc;
	border: 1px solid #dfe8e5;
	border-radius: 999px;
	color: #365267;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 9px;
}

.adpaf-course-description {
	background: #fff;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	margin: 20px 0;
	padding: 24px;
}

.adpaf-course-description p:last-child {
	margin-bottom: 0;
}

.adpaf-course-button {
	align-items: center;
	background: #AC4729;
	border: 1px solid #AC4729;
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 14px;
	text-align: center;
}

.adpaf-course-button:hover,
.adpaf-course-button:focus {
	background: #8f3620;
	border-color: #8f3620;
	color: #fff !important;
}

.adpaf-course-button--secondary {
	background: #fff;
	color: #AC4729 !important;
}

.adpaf-course-button--secondary:hover,
.adpaf-course-button--secondary:focus {
	background: #fdf3f0;
	color: #8f3620 !important;
}

.adpaf-course-button--ghost {
	background: transparent;
	border-color: #cbd9d6;
	color: #365267 !important;
}

.adpaf-course-button--ghost:hover,
.adpaf-course-button--ghost:focus {
	background: #f7fafc;
	color: #0a1524 !important;
}

.adpaf-course-card__notice {
	color: #8a4a15;
	font-size: 13px;
	margin: 0;
	padding: 0 18px 18px;
}

.adpaf-course-detail__summary {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 20px;
	padding: 18px;
}

.adpaf-course-detail__meta {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.adpaf-course-detail__meta div {
	background: #f7fafc;
	border-radius: 8px;
	padding: 12px;
}

.adpaf-course-detail__meta dt {
	color: #697b82;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.adpaf-course-detail__meta dd {
	color: #0a1524;
	font-weight: 800;
	margin: 0;
	overflow-wrap: anywhere;
}

.adpaf-course-access-message,
.adpaf-course-empty {
	margin: 18px 0;
	padding: 18px;
}

.adpaf-course-access-message {
	background: #fff8ed;
	border-color: #f0d39a;
	color: #67400e;
}

.adpaf-course-section-heading {
	margin-bottom: 14px;
}

.adpaf-course-section-heading h2 {
	color: #0a1524;
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
}

.adpaf-course-lessons {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.adpaf-course-lesson {
	overflow: hidden;
}

.adpaf-course-lesson h3 {
	color: #0a1524;
	font-size: 20px;
	line-height: 1.28;
	margin-bottom: 8px;
	overflow-wrap: anywhere;
}

.adpaf-course-lesson__locked {
	background: #f6f8f8;
	border-top: 1px solid #d8e0ea;
	color: #61737a;
	font-weight: 700;
	padding: 16px 18px;
}

.adpaf-video-embed {
	aspect-ratio: 16 / 9;
	background: #000;
	width: 100%;
}

.adpaf-video-embed iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.adpaf-courses .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Phase 3F public course store */

.adpaf-course-store {
	max-width: 1180px;
}

.adpaf-course-store__hero {
	align-items: stretch;
	background:
		linear-gradient(135deg, rgba(176, 114, 34, 0.22), transparent 46%),
		linear-gradient(135deg, #1a1916, #163f3d);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 310px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 34px;
}

.adpaf-course-store__hero h1 {
	color: #fff;
	font-size: 42px;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 14px;
	max-width: 780px;
	overflow-wrap: anywhere;
}

.adpaf-course-store__hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	max-width: 720px;
}

.adpaf-course-store__search {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 24px;
	max-width: 720px;
	padding: 8px;
}

.adpaf-course-store__search input {
	background: #fff;
	border: 0;
	color: #0a1524;
	min-height: 42px;
	outline: 0;
	padding: 0 12px;
	width: 100%;
}

.adpaf-course-store__search button,
.adpaf-course-store__chips button {
	border: 0;
	cursor: default;
}

.adpaf-course-store__search button {
	background: #b46d1f;
	border-radius: 8px;
	color: #fff;
	font-weight: 850;
	min-height: 42px;
	padding: 0 16px;
}

.adpaf-course-store__hero-panel {
	align-self: stretch;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	padding: 22px;
}

.adpaf-course-store__hero-panel span {
	color: #f4c780;
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.adpaf-course-store__hero-panel strong {
	color: #fff;
	font-size: 30px;
	line-height: 1.1;
}

.adpaf-course-store__toolbar {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 18px 0 24px;
}

.adpaf-course-store__chips,
.adpaf-course-store__stats {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.adpaf-course-store__chips button,
.adpaf-course-store__stats span {
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	padding: 9px 12px;
}

.adpaf-course-store__chips button {
	background: #fff;
	border: 1px solid #d8e0ea;
	color: #365267;
}

.adpaf-course-store__chips button.is-active {
	background: #AC4729;
	border-color: #AC4729;
	color: #fff;
}

.adpaf-course-store__stats span {
	background: #f7fafc;
	color: #64748b;
}

.adpaf-course-store__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adpaf-course-store-card {
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.adpaf-course-store-card:hover {
	box-shadow: 0 18px 38px rgba(26, 25, 22, 0.13);
	transform: translateY(-2px);
}

.adpaf-course-store__empty h2 {
	color: #0a1524;
	margin: 0 0 8px;
}

/* Phase 3F public course sales page */

.adpaf-course-sales {
	max-width: 1180px;
}

.adpaf-course-sales__hero {
	background:
		linear-gradient(135deg, rgba(180, 109, 31, 0.22), transparent 44%),
		linear-gradient(135deg, #1a1916, #2c1a14);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 180px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 38px;
}

.adpaf-course-sales__hero h1 {
	color: #fff;
	font-size: 42px;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 14px;
	max-width: 800px;
	overflow-wrap: anywhere;
}

.adpaf-course-sales__subtitle {
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.adpaf-course-sales__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.adpaf-course-sales__meta-row span,
.adpaf-course-sales__hero-accent span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 8px 10px;
}

.adpaf-course-sales__hero-accent {
	align-items: end;
	display: grid;
	justify-items: end;
}

.adpaf-course-sales__layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.adpaf-course-sales__main {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.adpaf-course-sales-section,
.adpaf-course-enrol-card {
	background: #fff;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(26, 25, 22, 0.08);
}

.adpaf-course-sales-section {
	padding: 24px;
}

.adpaf-course-sales-section h2 {
	color: #0a1524;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 16px;
}

.adpaf-course-sales-section p {
	color: #64748b;
	line-height: 1.7;
	margin: 0;
}

.adpaf-course-sales .adpaf-course-description {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.adpaf-course-learn-list,
.adpaf-course-simple-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.adpaf-course-learn-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adpaf-course-learn-list li,
.adpaf-course-simple-list li {
	color: #365267;
	display: grid;
	gap: 10px;
	grid-template-columns: 18px minmax(0, 1fr);
	line-height: 1.55;
	list-style: none;
}

.adpaf-course-learn-list li::before,
.adpaf-course-simple-list li::before {
	color: #AC4729;
	content: "\2713";
	font-weight: 900;
}

.adpaf-course-curriculum .adpaf-course-section-heading {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.adpaf-course-curriculum .adpaf-course-section-heading > span {
	background: #f7fafc;
	border-radius: 999px;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
	padding: 8px 10px;
	white-space: nowrap;
}

.adpaf-course-curriculum__list {
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	overflow: hidden;
}

.adpaf-course-curriculum__item {
	align-items: center;
	background: #fff;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 16px 18px;
}

.adpaf-course-curriculum__item + .adpaf-course-curriculum__item {
	border-top: 1px solid #d8e0ea;
}

.adpaf-course-curriculum__item h3 {
	color: #0a1524;
	font-size: 17px;
	line-height: 1.35;
	margin: 0 0 6px;
	overflow-wrap: anywhere;
}

.adpaf-course-curriculum__item p:not(.adpaf-course-eyebrow) {
	color: #64748b;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.adpaf-course-curriculum__state {
	align-items: flex-end;
	display: grid;
	gap: 8px;
	justify-items: end;
}

.adpaf-course-curriculum__state > span:first-child:not(.adpaf-course-preview-badge):not(.adpaf-course-locked):not(.adpaf-course-unlocked) {
	color: #697b82;
	font-size: 12px;
	font-weight: 800;
}

.adpaf-course-enrol-card {
	overflow: hidden;
	position: sticky;
	top: 24px;
}

.adpaf-course-enrol-card__media {
	align-items: end;
	background:
		linear-gradient(135deg, rgba(245, 193, 102, 0.34), transparent 42%),
		linear-gradient(135deg, #AC4729, #1a1916);
	color: #fff;
	display: grid;
	min-height: 190px;
	overflow: hidden;
	padding: 18px;
}

.adpaf-course-enrol-card__media.has-image {
	align-items: stretch;
	background: #eef4f8;
	padding: 0;
}

.adpaf-course-enrol-card__media img {
	height: 100%;
	min-height: 190px;
	object-fit: cover;
	width: 100%;
}

.adpaf-course-enrol-card__media span {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 850;
	justify-self: start;
	padding: 8px 11px;
}

.adpaf-course-enrol-card__body {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.adpaf-course-button--wide {
	width: 100%;
}

.adpaf-course-enrol-card__body p {
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.adpaf-course-enrol-card__body ul {
	border-top: 1px solid #d8e0ea;
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 14px 0 0;
}

.adpaf-course-enrol-card__body li {
	color: #365267;
	font-size: 13px;
	font-weight: 700;
	list-style: none;
}

.adpaf-course-login-link {
	color: #AC4729 !important;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

@media (max-width: 980px) {
	.adpaf-course-store__hero,
	.adpaf-course-sales__hero,
	.adpaf-course-sales__layout,
	.adpaf-course-store__grid {
		grid-template-columns: 1fr;
	}

	.adpaf-course-enrol-card {
		position: static;
	}
}

@media (max-width: 720px) {
	.adpaf-course-store__hero,
	.adpaf-course-sales__hero {
		padding: 26px;
	}

	.adpaf-course-store__hero h1,
	.adpaf-course-sales__hero h1 {
		font-size: 34px;
	}

	.adpaf-course-store__toolbar,
	.adpaf-course-curriculum .adpaf-course-section-heading,
	.adpaf-course-curriculum__item {
		align-items: flex-start;
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.adpaf-course-store__search,
	.adpaf-course-learn-list {
		grid-template-columns: 1fr;
	}

	.adpaf-course-curriculum__state {
		align-items: flex-start;
		justify-items: start;
	}
}

@media (max-width: 820px) {
	.adpaf-courses__hero,
	.adpaf-course-detail__hero,
	.adpaf-course-detail__summary,
	.adpaf-course-detail__meta {
		grid-template-columns: 1fr;
	}

	.adpaf-course-detail__cover {
		min-height: 220px;
	}

	.adpaf-course-detail__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.adpaf-courses,
	.adpaf-course-detail {
		padding: 0 12px;
	}

	.adpaf-courses__hero,
	.adpaf-course-detail__hero-copy {
		padding: 22px;
	}

	.adpaf-courses__hero h1,
	.adpaf-course-detail__hero h1 {
		font-size: 30px;
	}

	.adpaf-course-card__actions,
	.adpaf-course-detail__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.adpaf-course-button {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.adpaf-portal-header {
		display: block;
	}

	.adpaf-portal-list {
		grid-template-columns: 1fr;
	}
}

/* Configurable public registration form (V1.2.6) */

.adpaf-public-form-wrap {
	margin: 24px 0;
	max-width: 720px;
}

.adpaf-notice {
	border-left: 4px solid #2271b1;
	margin-bottom: 20px;
	padding: 12px 16px;
}

.adpaf-notice--success {
	background: #f0f6fc;
	border-left-color: #AC4729;
}

.adpaf-notice--error {
	background: #fcf0f1;
	border-left-color: #d63638;
}

.adpaf-notice ul {
	margin: 8px 0 0 18px;
	padding: 0;
}

.adpaf-public-form-title {
	margin-bottom: 8px;
	margin-top: 0;
}

.adpaf-public-form-description {
	color: #50575e;
	margin-bottom: 20px;
}

.adpaf-public-form .adpaf-form-fields,
.adpaf-public-form .adpaf-form-documents {
	display: grid;
	gap: 16px;
}

.adpaf-public-form .adpaf-form-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.adpaf-public-form .adpaf-form-label {
	font-weight: 600;
}

.adpaf-public-form .adpaf-form-required {
	color: #d63638;
}

.adpaf-public-form .adpaf-form-help {
	color: #50575e;
	font-size: 0.875rem;
}

.adpaf-public-form .adpaf-form-field-error {
	color: #d63638;
	font-size: 0.875rem;
}

.adpaf-public-form .adpaf-form-field--error .adpaf-form-label {
	color: #d63638;
}

.adpaf-public-form input[type="text"],
.adpaf-public-form input[type="email"],
.adpaf-public-form input[type="url"],
.adpaf-public-form input[type="number"],
.adpaf-public-form input[type="date"],
.adpaf-public-form select,
.adpaf-public-form textarea {
	box-sizing: border-box;
	max-width: 100%;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}

.adpaf-public-form input[type="file"] {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.adpaf-public-form .adpaf-form-radio-group,
.adpaf-public-form .adpaf-form-checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.adpaf-public-form .adpaf-form-consent-label,
.adpaf-public-form .adpaf-form-radio-label,
.adpaf-public-form .adpaf-form-checkbox-label {
	align-items: flex-start;
	display: flex;
	gap: 8px;
}

.adpaf-public-form .adpaf-form-consent-label input,
.adpaf-public-form .adpaf-form-radio-label input,
.adpaf-public-form .adpaf-form-checkbox-label input {
	margin-top: 3px;
}

.adpaf-public-form .adpaf-form-documents {
	border-top: 1px solid #e5e5e5;
	margin-top: 24px;
	padding-top: 20px;
}

.adpaf-public-form .adpaf-form-documents-title {
	margin-bottom: 12px;
	margin-top: 0;
}

.adpaf-public-form-submit {
	margin-top: 24px;
}

.adpaf-submit-btn {
	cursor: pointer;
	font-size: 1rem;
	min-height: 42px;
	padding: 10px 22px;
}

@media (max-width: 560px) {
	.adpaf-public-form-wrap {
		max-width: 100%;
	}
}

/* ==========================================================================
   V1.5 - Premium 50/50 Registration Shell
   Left: dark brand panel (Portal UI style). Right: white card-wrap.
   Body class: adpaf-registration-app-page. Class system: .reg__*
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

.reg,
.reg * {
	font-family: 'Figtree', sans-serif;
}

.reg {
	isolation: isolate;
	text-size-adjust: 100%;
}

.reg :where(*, *::before, *::after) {
	box-sizing: border-box;
}

.reg :where(button, input, select, textarea) {
	color: inherit;
	font: inherit;
	letter-spacing: 0;
}

.reg :where(button) {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: none;
	line-height: normal;
	margin: 0;
	text-align: inherit;
	text-transform: none;
}

.reg :where(a) {
	color: inherit;
}

/* -- App-page: strip WP chrome and set canvas background -- */
body.adpaf-registration-app-page {
	background: #eef4f8;
	margin: 0;
}

body.adpaf-registration-app-page #masthead,
body.adpaf-registration-app-page .site-header,
body.adpaf-registration-app-page .main-header-bar,
body.adpaf-registration-app-page .ast-primary-header-bar,
body.adpaf-registration-app-page .wp-site-blocks > header {
	display: none;
}

body.adpaf-registration-app-page .entry-header,
body.adpaf-registration-app-page .page-title,
body.adpaf-registration-app-page .entry-title {
	display: none;
}

body.adpaf-registration-app-page #content,
body.adpaf-registration-app-page .site-content,
body.adpaf-registration-app-page .wp-site-blocks,
body.adpaf-registration-app-page .wp-block-post-content,
body.adpaf-registration-app-page .ast-container,
body.adpaf-registration-app-page .content-area,
body.adpaf-registration-app-page .site-main,
body.adpaf-registration-app-page .entry-content {
	background: transparent;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.adpaf-registration-app-page .entry-content > * {
	margin-block-start: 0;
}

/* -- Outer shell: centred card with strong shadow -- */
.reg {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(360px, 460px) minmax(0, 1fr);
	margin: 36px auto;
	max-width: 1600px;
	min-height: 720px;
	overflow: hidden;
	border: 1px solid rgba(216, 224, 234, 0.9);
	border-radius: 10px;
	box-shadow: 0 28px 80px rgba(26, 25, 22, 0.18);
	width: min(1600px, calc(100% - 32px));
}

.reg *,
.reg *::before,
.reg *::after {
	box-sizing: inherit;
}

/* ============================================================
   LEFT: Dark brand panel (mirrors Portal UI .adpaf-portal-ui-panel)
   ============================================================ */
.reg__brand {
	display: flex;
	align-items: stretch;
	background: #1a1916;
	padding: 18px;
}

.reg__brand--rig {
	background: linear-gradient(160deg, #1a1916 0%, #2c1a14 100%);
}

/* Inner bordered content box */
.reg__brand-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	padding: 164px 38px 40px;  /* top clears centered logo */
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: #fff;
}

/* Decorative circle top-right */
.reg__brand-inner::before {
	content: "";
	position: absolute;
	inset: 20px 20px auto auto;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	pointer-events: none;
}

/* Decorative skewed lines */
.reg__brand-inner::after {
	content: "";
	position: absolute;
	right: -28px;
	bottom: 120px;
	width: 260px;
	height: 120px;
	border-top: 1px solid rgba(172, 71, 41, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	transform: skewY(-14deg);
	pointer-events: none;
}

/* Tier / application subtitle tag */
.reg__brand-tag {
	color: #D97757;
	font-family: 'Figtree', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

/* Headline */
.reg__brand-inner h2 {
	position: relative;
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 12px;
	max-width: 100%;
	padding-top: 0;
	text-align: left;
}

/* Supporting text */
.reg__brand-inner p.reg__brand-lede {
	position: relative;
	color: rgba(255, 255, 255, 0.65);
	font-family: 'Figtree', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	max-width: 100%;
	text-align: left;
}

/* Brand list stays out of the launch registration shell. */
.reg__brand-list,
.reg__brand-grid { display: none; }

/* Brand mark — centered and clickable */
.reg__wordmark-link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	height: 132px;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-decoration: none;
	top: 18px;
	transform: translateX(-50%);
	transition: opacity 0.15s ease, transform 0.15s ease;
	width: 132px;
	z-index: 3;
}

.reg__wordmark-link:hover,
.reg__wordmark-link:focus {
	opacity: 0.86;
	outline: none;
	transform: translateX(-50%) translateY(-1px);
}

.reg__wordmark {
	display: block;
	height: 126px;
	max-height: 126px;
	max-width: 126px;
	object-fit: contain;
	position: static;
	width: 126px;
}

.reg img.reg__wordmark {
	height: 126px !important;
	max-height: 126px !important;
	max-width: 126px !important;
	width: 126px !important;
}

.reg__wordmark-fallback {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.1em;
	position: static;
	text-transform: uppercase;
}

/* ============================================================
   Left stepper
   Visible on desktop only; mobile uses the compact progress header.
   ============================================================ */
.reg__stepper {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
	margin-top: 28px;
	position: relative;
}

.reg__step-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border-left: 3px solid rgba(255, 255, 255, 0.18);
	border-radius: 0 4px 4px 0;
	display: flex;
	gap: 11px;
	padding: 9px 12px 9px 11px;
	transition: background 0.18s, border-color 0.18s;
	width: 100%;
}

.reg__step-item.is-current {
	background: rgba(172, 71, 41, 0.18);
	border-left-color: #AC4729;
}

.reg__step-item.is-done {
	background: rgba(255, 255, 255, 0.04);
	border-left-color: rgba(172, 71, 41, 0.45);
}

.reg__step-num {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	flex-shrink: 0;
	font-size: 10px;
	font-weight: 800;
	height: 26px;
	justify-content: center;
	letter-spacing: 0.03em;
	width: 26px;
}

.reg__step-item.is-current .reg__step-num {
	background: #AC4729;
	color: #fff;
}

.reg__step-item.is-done .reg__step-num {
	background: rgba(172, 71, 41, 0.45);
	color: rgba(255, 255, 255, 0.8);
}

.reg__step-label {
	color: rgba(255, 255, 255, 0.55);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.reg__step-item.is-current .reg__step-label {
	color: #fff;
	font-weight: 800;
}

.reg__step-item.is-done .reg__step-label {
	color: rgba(255, 255, 255, 0.72);
}

.reg__step-sub {
	color: rgba(255, 255, 255, 0.38);
	display: block;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 1px;
}

.reg__step-item.is-current .reg__step-sub {
	color: rgba(255, 255, 255, 0.62);
}

.reg__step-item.is-done .reg__step-sub {
	color: rgba(255, 255, 255, 0.45);
}

/* "Not sure which tier?" callout inside brand panel */
.reg__brand-callout {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.6;
	margin-top: 24px;
	padding: 11px 14px;
}

.reg__brand-callout strong {
	color: #fff;
	font-weight: 700;
}

.reg__brand-callout a {
	color: #D97757;
	font-weight: 600;
	text-decoration: none;
}

.reg__brand-callout a:hover { text-decoration: underline; }

.reg__brand-sign-in {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.72);
	display: none !important; /* hidden on desktop; shown only on mobile via the =860px breakpoint */
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.4;
	margin-top: 14px;
	padding: 10px;
	position: relative;
}

.reg__brand-sign-in a {
	background: #ffffff;
	border-radius: 6px;
	color: #1a1916;
	font-weight: 800;
	padding: 9px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.reg__brand-sign-in a:hover {
	background: #fdf4f2;
	color: #8f3620;
}

/* ============================================================
   RIGHT: Card-wrap (mirrors Portal UI .adpaf-portal-ui-card-wrap)
   ============================================================ */
.reg__form-wrap {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 252, 0.99)),
		#ffffff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

/* The white form card that sits inside the card-wrap */
.reg__form-card {
	background: #ffffff;
	border: 1px solid rgba(216, 224, 234, 0.88);
	border-radius: 10px;
	box-shadow: 0 12px 34px rgba(26, 25, 22, 0.08);
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 32px 32px 28px;
	overflow: visible;
}

/* Progress header inside card */
.reg__form-top {
	border-bottom: 1px solid rgba(216, 224, 234, 0.7);
	flex-shrink: 0;
	padding: 18px 28px;
}

.reg__progress-meta {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Step counter + label left, sign-in right — all on one line */
.reg__progress-meta {
	justify-content: space-between;
	margin-bottom: 10px;
}

.reg__progress-meta-left {
	align-items: center;
	display: flex;
	gap: 8px;
}

.reg__progress-meta span {
	color: #64748b;
	letter-spacing: 0.04em;
}

.reg__progress-meta b {
	color: #0a1524;
}

.reg__progress-bar {
	background: #dfe8ef;
	border-radius: 999px;
	height: 4px;
	margin-bottom: 0;
	overflow: hidden;
}

.reg__progress-bar i {
	background: linear-gradient(90deg, #AC4729, #D97757);
	border-radius: 999px;
	display: block;
	height: 100%;
	transition: width 0.4s ease;
}

.reg__sign-in-link {
	color: #64748b;
	font-size: 12px;
	flex-shrink: 0;
	white-space: nowrap;
}

.reg__sign-in-link a {
	color: #AC4729;
	font-weight: 700;
	margin-left: 4px;
	text-decoration: none;
}

.reg__sign-in-link a:hover { text-decoration: underline; }

/* Step content scroll area */
.reg__form {
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 32px 28px 4px;
}

/* Footer nav inside card */
.reg__form-foot {
	align-items: center;
	border-top: 1px solid rgba(216, 224, 234, 0.7);
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	padding: 16px 28px;
}

.reg__form-foot .saver {
	align-items: center;
	color: #94a3b8;
	display: flex;
	font-size: 12px;
	gap: 6px;
}

.reg__form-foot .saver i {
	background: #AC4729;
	border-radius: 50%;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.reg__form-foot .spacer { flex: 1; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
	align-items: center;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 7px;
	line-height: 1;
	min-height: 44px;
	padding: 0 22px;
	text-decoration: none;
	transition: background 160ms ease, box-shadow 160ms ease, transform 120ms ease, opacity 0.15s;
}

.btn:active { transform: translateY(1px); }

.btn--primary {
	background: linear-gradient(135deg, #AC4729, #8f3620);
	box-shadow: 0 10px 24px rgba(172, 71, 41, 0.28);
	color: #fff;
}

.btn--primary:hover,
.btn--primary:focus {
	background: linear-gradient(135deg, #c25230, #AC4729);
	box-shadow: 0 14px 28px rgba(172, 71, 41, 0.36);
	color: #fff;
	transform: translateY(-1px);
}

.btn--primary:disabled {
	background: #c9a090;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.btn.is-disabled,
.btn[aria-disabled="true"] {
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.btn--ghost {
	background: #ffffff;
	border: 1px solid #d8e0ea;
	color: #365267;
}

.btn--ghost:hover,
.btn--ghost:focus {
	background: #f7fafc;
	border-color: #b0c0d0;
}

/* ============================================================
   Step panel containers
   ============================================================ */
.reg__step-panel {}

.reg__eyebrow {
	color: #AC4729;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.reg__h {
	color: #0a1524;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.reg__sub {
	color: #64748b;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 24px;
}

.reg__sub a { color: #AC4729; }

.reg__empty {
	color: #aaa;
	font-size: 14px;
	padding: 8px 0;
}

/* ============================================================
   Tier picker
   ============================================================ */
.tier-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-bottom: 20px;
	padding-top: 16px;
}

/* -- Tier card base ----------------------------------------- */
.tier-card {
	background: #ffffff;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	overflow: hidden;
	padding: 20px 20px 16px;
	position: relative;
	text-align: left;
	transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}

.tier-card:hover {
	border-color: #cbd5e1;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.09);
	transform: translateY(-1px);
}

.tier-card.is-selected {
	background: #ffffff;
	border-color: #AC4729;
	border-width: 2px;
	box-shadow: 0 4px 14px rgba(172, 71, 41, 0.1);
}

.tier-card.is-disabled {
	cursor: not-allowed;
	opacity: 0.4;
	pointer-events: none;
}

/* -- Selected indicator: left accent bar ------------------- */
.tier-card.is-selected::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #AC4729;
	border-radius: 10px 0 0 10px;
}

/* -- Pin badge (Most Common / Senior Tier) ------------------ */
.tier-card__pin {
	border-radius: 0 10px 0 4px; /* hugs top-right corner of card */
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 4px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	white-space: nowrap;
}

.tier-card__pin--common { background: #AC4729; }
.tier-card__pin--senior { background: #475569; }

/* -- Card head: icon + name --------------------------------- */
.tier-card__head {
	align-items: center;
	display: flex;
	gap: 11px;
	margin-bottom: 10px;
}

/* When a pin is present, push the head down so it clears the badge */
.tier-card__pin + .tier-card__head {
	margin-top: 24px;
}

/* Icon box */
.tier-card__icon {
	align-items: center;
	background: #f1f5f9;
	border-radius: 7px;
	color: #334155;
	display: flex;
	flex-shrink: 0;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.tier-card__head > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.tier-card__head h3 {
	color: #0f172a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.tier-card__suffix {
	background: #f1f5f9;
	border-radius: 4px;
	color: #64748b;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 2px 6px;
}

/* -- Description -------------------------------------------- */
.tier-card__desc {
	color: #64748b;
	flex: 1;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 0 14px;
}

/* -- Footer: dues + CTA ------------------------------------- */
.tier-card__foot {
	align-items: center;
	border-top: 1px solid #f1f5f9;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 12px;
}

.tier-card__dues {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.tier-card__dues small {
	color: #94a3b8;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.tier-card__dues b,
.tier-card__dues strong {
	color: #0f172a;
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.tier-card__cta {
	color: #AC4729;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.tier-card.is-selected .tier-card__cta {
	color: #AC4729;
}

/* ============================================================
   Production tier card polish
   Modern glass treatment without changing the registration logic.
   ============================================================ */
.tier-grid {
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.tier-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.78)),
		#ffffff;
	border: 1px solid rgba(203, 213, 225, 0.74);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
	isolation: isolate;
	min-height: 230px;
	padding: 24px 24px 18px;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	.tier-card {
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}
}

.tier-card::after {
	background: radial-gradient(circle at 18% 8%, rgba(172, 71, 41, 0.12), transparent 34%);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.18s ease;
	z-index: -1;
}

.tier-card:hover {
	border-color: rgba(172, 71, 41, 0.34);
	box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.tier-card:hover::after,
.tier-card.is-selected::after {
	opacity: 1;
}

.tier-card.is-selected {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 244, 0.84)),
		#ffffff;
	border-color: rgba(172, 71, 41, 0.72);
	border-width: 1px;
	box-shadow: 0 24px 60px rgba(172, 71, 41, 0.15);
	color: inherit;
}

.tier-card.is-selected::before {
	background: linear-gradient(90deg, #AC4729, #D97757);
	border-radius: 8px 8px 0 0;
	height: 3px;
	left: 0;
	top: 0;
	width: 100%;
}

.tier-card__pin {
	border-radius: 0 8px 0 8px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
	font-size: 10px;
	letter-spacing: 0.08em;
	padding: 4px 12px;
}

.tier-card__icon {
	background: linear-gradient(145deg, #f8fafc, #eef4f8);
	box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.7);
	color: #365267;
	height: 46px;
	width: 46px;
}

.tier-card.is-selected .tier-card__icon {
	background: linear-gradient(145deg, #AC4729, #8f3620);
	box-shadow: 0 10px 24px rgba(172, 71, 41, 0.2);
	color: #fff;
}

.tier-card__head {
	align-items: flex-start;
	gap: 14px;
}

.tier-card__head h3 {
	font-size: 17px;
	font-weight: 850;
	letter-spacing: 0;
}

.tier-card__suffix {
	background: rgba(100, 116, 139, 0.08);
	color: #64748b;
	font-size: 11px;
	letter-spacing: 0.03em;
	padding: 3px 7px;
	width: fit-content;
}

.tier-card__desc {
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
}

.tier-card__foot {
	border-top-color: rgba(203, 213, 225, 0.72);
	padding-top: 14px;
}

.tier-card__dues b,
.tier-card__dues strong {
	color: #0a1524;
	font-size: 18px;
}

.tier-card__cta {
	align-items: center;
	color: #AC4729;
	display: inline-flex;
	font-size: 13px;
	gap: 5px;
}

.tier-card.is-selected .tier-card__cta {
	color: #8f3620;
}

.reg button.tier-card {
	-webkit-appearance: none;
	appearance: none;
	align-items: stretch;
	color: inherit;
	font: inherit;
	letter-spacing: 0;
	line-height: normal;
	margin: 0;
	text-transform: none;
}

.reg button.tier-card:hover,
.reg button.tier-card:focus,
.reg button.tier-card:active {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.78)),
		#ffffff;
	color: inherit;
	outline: none;
}

.reg button.tier-card.is-selected,
.reg button.tier-card.is-selected:hover,
.reg button.tier-card.is-selected:focus {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 244, 0.84)),
		#ffffff;
	color: inherit;
}

.reg .tier-card__pin {
	line-height: 1;
	max-width: calc(100% - 18px);
	min-width: max-content;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 2;
}

/* ============================================================
   Callout / info box
   ============================================================ */
.callout {
	background: #edf3f7;
	border: 1px solid #cbd7e4;
	border-radius: 8px;
	color: #365267;
	font-size: 13px;
	line-height: 1.65;
	padding: 13px 16px;
}

.callout a { color: #AC4729; font-weight: 700; }

.callout--info {
	background: #fdf3f0;
	border-color: rgba(172, 71, 41, 0.25);
	color: #8f3620;
}

.callout--warning {
	background: #fff8e1;
	border-color: rgba(242, 181, 68, 0.4);
	color: #735009;
}

/* ============================================================
   Eligibility step
   ============================================================ */
.elig-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.elig-list__item {
	align-items: flex-start;
	background: #f7fafc;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	display: flex;
	gap: 11px;
	padding: 13px 15px;
	transition: background 0.14s, border-color 0.14s;
}

.elig-list__label {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	gap: 11px;
	position: relative;
	width: 100%;
}

.elig-list__input {
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.elig-list__item.is-checked {
	background: #fdf3f0;
	border-color: rgba(172, 71, 41, 0.35);
}

.elig-list__check {
	align-items: center;
	background: #fff;
	border: 1.5px solid #cbd7e4;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	height: 22px;
	justify-content: center;
	padding: 0;
	transition: background 0.14s, border-color 0.14s;
	width: 22px;
}

.elig-list__input:focus + .elig-list__check {
	box-shadow: 0 0 0 3px rgba(172, 71, 41, 0.16);
}

.elig-list__check.is-checked {
	background: #AC4729;
	border-color: #AC4729;
}

.elig-list__check-icon {
	display: block;
	height: 11px;
	opacity: 0;
	transform: rotate(45deg) scale(0.75);
	transition: opacity 0.12s ease, transform 0.12s ease;
	width: 7px;
}

.elig-list__check.is-checked .elig-list__check-icon {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

.elig-list__text {
	color: #0a1524;
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	padding-top: 1px;
}

/* ============================================================
   Input fields
   ============================================================ */
.input-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 8px;
}

.input-wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.input-wrap--full {
	grid-column: 1 / -1;
}

.input-wrap__label {
	align-items: center;
	color: #0a1524;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
	gap: 6px;
	line-height: 1.35;
	max-width: 100%;
	width: max-content;
}

.input-wrap__req { color: #c0392b; }

.input-wrap__help {
	color: #64748b;
	font-size: 12px;
	line-height: 1.5;
}

.input-wrap__tooltip {
	align-items: center;
	background: #eef4fa;
	border: 1px solid #cbd7e4;
	border-radius: 999px;
	color: #40576f;
	cursor: help;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 900;
	height: 18px;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 18px;
}

.input-wrap__tooltip:focus {
	box-shadow: 0 0 0 3px rgba(172, 71, 41, 0.16);
	outline: none;
}

.input-wrap__tooltip-text {
	background: #0a1524;
	border-radius: 6px;
	bottom: calc(100% + 9px);
	box-shadow: 0 14px 32px rgba(10, 21, 36, 0.22);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	left: 0;
	line-height: 1.45;
	max-width: calc(100vw - 48px);
	opacity: 0;
	padding: 9px 11px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	transform: translateY(6px);
	transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
	visibility: hidden;
	white-space: normal;
	width: 252px;
	z-index: 40;
}

.input-wrap__tooltip-text::after {
	border: 6px solid transparent;
	border-top-color: #0a1524;
	content: "";
	left: 4px;
	position: absolute;
	top: 100%;
}

.input-wrap__tooltip:hover .input-wrap__tooltip-text,
.input-wrap__tooltip:focus .input-wrap__tooltip-text,
.input-wrap__tooltip:focus-visible .input-wrap__tooltip-text {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.input-wrap__error {
	color: #c0392b;
	font-size: 12px;
}

.input-wrap--error .input-wrap__label { color: #c0392b; }

.input-wrap__control {
	background: #fbfdff;
	border: 1px solid #cbd7e4;
	border-radius: 6px;
	color: #0a1524;
	font-size: 15px;
	min-height: 46px;
	padding: 10px 13px;
	transition: border-color 0.14s, box-shadow 0.14s;
	width: 100%;
}

.input-wrap__control:focus {
	border-color: #AC4729;
	box-shadow: 0 0 0 3px rgba(172, 71, 41, 0.14);
	outline: none;
}

.input-wrap--error .input-wrap__control {
	border-color: #c0392b;
}

textarea.input-wrap__control {
	min-height: 90px;
	resize: vertical;
}

.input-wrap--address textarea.input-wrap__control {
	line-height: 1.55;
	min-height: 104px;
	resize: vertical;
}

.phone-input {
	display: grid;
	gap: 8px;
	grid-template-columns: 106px 1fr;
}

.phone-input__country {
	min-width: 0;
	padding-left: 10px;
	padding-right: 6px;
	text-align: center;
}

.phone-input__number {
	min-width: 0;
}

.input-wrap__radio-group,
.input-wrap__checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.input-wrap__radio-label,
.input-wrap__checkbox-label,
.input-wrap__consent-label {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	gap: 8px;
}

.input-wrap__radio-label input,
.input-wrap__checkbox-label input,
.input-wrap__consent-label input {
	accent-color: #AC4729;
	flex-shrink: 0;
	margin-top: 3px;
}

.input-section {
	grid-column: 1 / -1;
	margin: 4px 0 2px;
}

.input-section__title {
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.input-section__sub {
	color: #94a3b8;
	font-size: 12px;
	margin: 0;
}

.input-divider {
	border-top: 1px solid #d8e0ea;
	grid-column: 1 / -1;
	margin: 8px 0;
}

/* ============================================================
   Document slots
   ============================================================ */
.doc-slots {
	display: grid;
	gap: 12px;
}

.doc-slot {
	background: #f7fafc;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	padding: 14px;
}

.doc-slot--required {
	border-color: rgba(172, 71, 41, 0.25);
}

.doc-slot--error {
	border-color: #c0392b;
	box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.12);
}

.doc-slot__label {
	align-items: flex-start;
	cursor: default;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.doc-slot__icon {
	color: #AC4729;
	flex-shrink: 0;
	margin-top: 2px;
}

.doc-slot__info { flex: 1; }

.doc-slot__name {
	color: #0a1524;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 2px;
}

.doc-slot__req { color: #c0392b; }

.doc-slot__help {
	color: #64748b;
	display: block;
	font-size: 12px;
	line-height: 1.45;
}

.doc-slot__upload {
	align-items: center;
	background: #ffffff;
	border: 1px dashed #cbd7e4;
	border-radius: 6px;
	display: flex;
	gap: 9px;
	padding: 9px 13px;
}

.doc-slot__upload-icon { color: #94a3b8; flex-shrink: 0; }

.doc-slot__file {
	flex: 1;
	font-size: 13px;
	min-width: 0;
}

.doc-slot__meta {
	color: #94a3b8;
	font-size: 11px;
	margin-left: auto;
	white-space: nowrap;
}

.doc-slot__selected {
	align-items: center;
	color: #AC4729;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 5px;
	margin-top: 8px;
}

.doc-slot__error {
	color: #c0392b;
	display: block;
	font-size: 12px;
	margin-top: 8px;
}

/* ============================================================
   Review step
   ============================================================ */
.review-section {
	background: #f7fafc;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: hidden;
}

.review-section__head {
	align-items: center;
	background: #f0f4f8;
	border-bottom: 1px solid #d8e0ea;
	display: flex;
	justify-content: space-between;
	padding: 10px 14px;
}

.review-section__label {
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.review-section__edit {
	background: none;
	border: none;
	color: #AC4729;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	padding: 0;
}

.review-section__edit:hover { text-decoration: underline; }

.review-section__dl {
	display: grid;
	gap: 5px 12px;
	grid-template-columns: minmax(110px, 0.4fr) minmax(0, 1fr);
	margin: 0;
	padding: 12px 14px;
}

.review-section__dl dt {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.review-section__dl dd {
	color: #0a1524;
	font-size: 13px;
	margin: 0;
	overflow-wrap: anywhere;
}

.review-section__doc-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	list-style: none;
	margin: 0;
	padding: 10px 14px;
}

.review-section__doc-item {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 6px;
}

.review-section__doc-status.is-ok    { color: #AC4729; font-weight: 800; }
.review-section__doc-status.is-missing { color: #94a3b8; }

.review-section__doc-name {
	color: #94a3b8;
	font-size: 12px;
}

/* ============================================================
   Consents
   ============================================================ */
.consent {
	background: #f7fafc;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin: 18px 0;
	padding: 16px 18px;
}

.consent__item {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	gap: 9px;
	line-height: 1.55;
}

.consent__item input {
	accent-color: #AC4729;
	flex-shrink: 0;
	margin-top: 3px;
}

.consent__item--error {
	color: #c0392b;
}

.consent__error {
	color: #c0392b;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-left: 4px;
}

/* ============================================================
   Dues summary
   ============================================================ */
.dues-summary {
	background: #fdf3f0;
	border: 1px solid rgba(172, 71, 41, 0.25);
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 16px 18px;
}

.dues-summary__line {
	display: flex;
	font-size: 14px;
	gap: 10px;
	justify-content: space-between;
	padding: 4px 0;
}

.dues-summary__line span { color: #365267; }

.dues-summary__line--total {
	border-top: 1px solid rgba(172, 71, 41, 0.2);
	margin-top: 6px;
	padding-top: 12px;
}

.dues-summary__line--total b {
	color: #8f3620;
	font-size: 16px;
}

.dues-summary__note {
	color: #64748b;
	font-size: 12px;
	margin: 10px 0 0;
}

/* ============================================================
   Success state
   ============================================================ */
.success-wrap {
	align-items: center;
	background: #ffffff;
	display: flex;
	flex: 1;
	grid-column: 1 / -1;
	justify-content: center;
	min-height: 100%;
	padding: 60px 40px;
	width: 100%;
}

.reg__form-wrap > .success-wrap {
	grid-column: auto;
}

.success-wrap__inner {
	max-width: 460px;
	text-align: center;
}

.success-wrap__icon {
	align-items: center;
	background: linear-gradient(135deg, #AC4729, #8f3620);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(172, 71, 41, 0.28);
	display: inline-flex;
	height: 64px;
	justify-content: center;
	margin-bottom: 22px;
	width: 64px;
}

.success-wrap__inner h2 {
	color: #0a1524;
	font-size: 28px;
	font-weight: 900;
	margin: 0 0 12px;
}

.success-wrap__inner p {
	color: #64748b;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 26px;
}

.success-wrap__actions {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ============================================================
   Hidden relay form
   ============================================================ */
.reg__hidden-form { display: none !important; }

/* ==========================================================================
   Portal login shell
   Cleaner registration-system variant for [adpaf_login].
   ========================================================================== */

body.adpaf-login-app-page {
	background: #eef4f8;
	margin: 0;
}

body.adpaf-login-app-page #masthead,
body.adpaf-login-app-page .site-header,
body.adpaf-login-app-page .main-header-bar,
body.adpaf-login-app-page .ast-primary-header-bar,
body.adpaf-login-app-page .wp-site-blocks > header,
body.adpaf-login-app-page .entry-header,
body.adpaf-login-app-page .page-title,
body.adpaf-login-app-page .entry-title {
	display: none;
}

body.adpaf-login-app-page #content,
body.adpaf-login-app-page .site-content,
body.adpaf-login-app-page .wp-site-blocks,
body.adpaf-login-app-page .wp-block-post-content,
body.adpaf-login-app-page .ast-container,
body.adpaf-login-app-page .content-area,
body.adpaf-login-app-page .site-main,
body.adpaf-login-app-page .entry-content {
	background: transparent;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.reg.adpaf-login-page {
	background: #ffffff;
	grid-template-columns: minmax(460px, 54%) minmax(360px, 1fr);
	max-width: 1320px;
	min-height: 760px;
}

.reg.adpaf-login-page .reg__brand {
	background: #1a1916;
	padding: 18px;
}

.reg.adpaf-login-page .reg__brand-inner {
	background:
		radial-gradient(circle at 82% 15%, rgba(172, 71, 41, 0.18), transparent 18%),
		linear-gradient(160deg, #1a1916 0%, #2c1a14 100%);
	border-color: rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	min-height: 100%;
	padding: 164px 44px 42px;
}

.reg.adpaf-login-page .reg__brand-inner::before {
	border-color: rgba(255, 255, 255, 0.11);
	height: 202px;
	inset: 20px 20px auto auto;
	width: 202px;
}

.reg.adpaf-login-page .reg__brand-inner::after {
	border-bottom-color: rgba(255, 255, 255, 0.08);
	border-top-color: rgba(172, 71, 41, 0.5);
	bottom: 88px;
	right: -32px;
	width: 300px;
}

.reg.adpaf-login-page .reg__wordmark-link {
	top: 20px;
}

.reg.adpaf-login-page .reg__brand-inner h2 {
	font-size: clamp(38px, 5vw, 56px);
	line-height: 0.98;
	margin: 0 0 20px;
	max-width: 570px;
	position: relative;
	z-index: 2;
}

.reg.adpaf-login-page .reg__brand-inner p.reg__brand-lede {
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	line-height: 1.75;
	max-width: 560px;
	position: relative;
	z-index: 2;
}

.adpaf-login-feature-list {
	display: grid;
	gap: 18px;
	margin: 38px 0 46px;
	max-width: 390px;
	position: relative;
	z-index: 2;
}

.adpaf-login-feature-list span {
	background: rgba(255, 255, 255, 0.10);
	border-left: 3px solid #AC4729;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	padding: 14px 18px;
}

.adpaf-login-swatches {
	display: flex;
	gap: 12px;
	margin-top: auto;
	position: relative;
	z-index: 2;
}

.adpaf-login-swatches i {
	background: rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	display: block;
	height: 76px;
	width: 76px;
}

.adpaf-login-swatches i:nth-child(2) {
	background: #AC4729;
}

.adpaf-login-pane {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 252, 0.99)),
		#ffffff;
	justify-content: center;
	padding: 42px;
}

.adpaf-login-card {
	background: #ffffff;
	border: 1px solid rgba(216, 224, 234, 0.88);
	border-radius: 10px;
	box-shadow: 0 12px 34px rgba(26, 25, 22, 0.08);
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	max-width: 494px;
	min-height: 640px;
	padding: 30px 32px 36px;
	width: 100%;
}

.adpaf-login-card__badge {
	background: #fdf4f2;
	border-radius: 999px;
	color: #8f3620;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 24px;
	padding: 8px 12px;
}

.adpaf-login-card__brand {
	align-items: center;
	display: flex;
	gap: 18px;
	margin-bottom: 30px;
}

.adpaf-login-mark {
	align-items: center;
	background: #1a1916;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 63px;
	font-size: 30px;
	font-weight: 900;
	height: 63px;
	justify-content: center;
	width: 63px;
}

.adpaf-login-mark img {
	display: block;
	height: 48px;
	max-height: 48px;
	max-width: 48px;
	object-fit: contain;
	width: 48px;
}

.adpaf-login-mark span {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
}

.adpaf-login-kicker {
	color: #AC4729;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.adpaf-login-title {
	color: #0a1524;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.adpaf-login-intro {
	color: #64748b;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 34px;
}

.reg .adpaf-login-form {
	background: transparent;
	border: 0;
	margin: 0;
	max-width: none;
	padding: 0;
}

.reg .adpaf-login-grid {
	display: grid;
	gap: 28px;
	margin-bottom: 26px;
}

.adpaf-login-field {
	display: grid;
	gap: 12px;
	margin: 0;
}

.adpaf-login-field span {
	color: #0a1524;
	font-size: 15px;
	font-weight: 900;
}

.adpaf-login-field input {
	background: #ffffff;
	border: 1px solid #cbd7e4;
	border-radius: 8px;
	color: #0f172a;
	font-size: 15px;
	margin-top: 0;
	min-height: 56px;
	outline: none;
	padding: 14px 16px;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
	width: 100%;
}

.adpaf-login-field input::placeholder {
	color: #8a9ab4;
	opacity: 1;
}

.adpaf-login-field input:focus {
	background: #fff;
	border-color: #AC4729;
	box-shadow: 0 0 0 3px rgba(172, 71, 41, 0.14);
}

.reg .adpaf-login-options {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 4px 0 32px;
}

.reg .adpaf-login-options a {
	color: #0a1524;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.reg .adpaf-login-options a:hover,
.reg .adpaf-login-options a:focus,
.adpaf-login-register a:hover,
.adpaf-login-register a:focus {
	color: #AC4729;
	text-decoration: underline;
}

.reg .adpaf-login-remember {
	align-items: center;
	color: #0a1524;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 10px;
	margin: 0;
}

.reg .adpaf-login-remember input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: #ffffff;
	border: 1.5px solid #cbd7e4;
	border-radius: 4px;
	box-shadow: none;
	display: inline-flex;
	flex: 0 0 19px;
	height: 19px;
	justify-content: center;
	margin: 0;
	position: relative;
	width: 19px;
}

.reg .adpaf-login-remember input[type="checkbox"]::after {
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	opacity: 0;
	transform: rotate(45deg) scale(0.72);
	transition: opacity 0.12s ease, transform 0.12s ease;
	width: 5px;
}

.reg .adpaf-login-remember input[type="checkbox"]:checked {
	background: #AC4729;
	border-color: #AC4729;
}

.reg .adpaf-login-remember input[type="checkbox"]:checked::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

.reg .adpaf-login-remember input[type="checkbox"]:focus-visible {
	box-shadow: 0 0 0 3px rgba(172, 71, 41, 0.16);
	outline: none;
}

.reg .adpaf-login-submit {
	align-items: center;
	background: #AC4729;
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(172, 71, 41, 0.18);
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	min-height: 50px;
	width: 100%;
}

.reg .adpaf-login-submit:hover,
.reg .adpaf-login-submit:focus {
	background: #8f3620;
	color: #fff;
}

.adpaf-login-register {
	color: #64748b;
	font-size: 15px;
	font-weight: 500;
	margin: 34px 0 0;
	text-align: center;
}

.adpaf-login-register a {
	color: #0a1524;
	font-weight: 900;
	text-decoration: none;
}

.adpaf-login-notice {
	margin-bottom: 22px;
}

.reg.adpaf-login-page--complete .adpaf-login-card {
	max-width: 480px;
}

@media (max-width: 980px) {
	.reg.adpaf-login-page {
		grid-template-columns: 1fr;
		max-width: 760px;
	}

	.reg.adpaf-login-page .reg__brand-inner {
		min-height: 440px;
		padding: 140px 32px 32px;
	}

	.reg.adpaf-login-page .reg__brand-inner h2 {
		font-size: 42px;
	}

	.adpaf-login-card {
		flex: 0 1 auto;
		min-height: 0;
	}

	.adpaf-login-feature-list {
		margin-bottom: 26px;
	}
}

@media (max-width: 560px) {
	.reg.adpaf-login-page {
		border-radius: 0;
		margin: 0;
		width: 100%;
	}

	.reg.adpaf-login-page .reg__brand {
		padding: 0;
	}

	.reg.adpaf-login-page .reg__brand-inner {
		border-radius: 0;
		min-height: 0;
		padding: 128px 24px 28px;
	}

	.reg.adpaf-login-page .reg__brand-inner h2 {
		font-size: 36px;
	}

	.reg.adpaf-login-page .reg__brand-inner p.reg__brand-lede {
		font-size: 15px;
	}

	.adpaf-login-feature-list {
		gap: 10px;
		margin: 24px 0;
	}

	.adpaf-login-feature-list span {
		font-size: 14px;
		padding: 12px 14px;
	}

	.adpaf-login-swatches i {
		height: 54px;
		width: 54px;
	}

	.adpaf-login-pane {
		padding: 24px 16px;
	}

	.adpaf-login-card {
		padding: 24px 22px 28px;
	}

	.adpaf-login-card__brand {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.adpaf-login-title {
		font-size: 34px;
	}

	.reg .adpaf-login-options {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}

/* ============================================================
   Notice
   ============================================================ */
.adpaf-notice {
	border-left: 4px solid #2271b1;
	margin-bottom: 20px;
	padding: 12px 16px;
}

.adpaf-notice--success {
	background: #fdf3f0;
	border-left-color: #AC4729;
}

.adpaf-notice--error {
	background: #fcf0f1;
	border-left-color: #d63638;
}

.adpaf-notice ul {
	margin: 8px 0 0 18px;
	padding: 0;
}

/* ============================================================
   Responsive — tablet
   ============================================================ */
@media (max-width: 980px) {
	.reg {
		margin: 24px auto;
	}
}

@media (max-width: 860px) {
	.reg {
		grid-template-columns: 1fr;
		min-height: 0;
		margin: 0;
		border-radius: 0;
		width: 100%;
	}

	/* On mobile the brand panel stacks above — show condensed version */
	.reg__brand {
		padding: 14px;
	}

	.reg__brand-inner {
		padding: 120px 24px 32px;
		min-height: 0;
	}

	/* Hide decorative elements on mobile */
	.reg__brand-inner::before,
	.reg__brand-inner::after { display: none; }

	.reg__brand-inner h2 {
		font-size: 26px;
	}

	.reg__brand-list,
	.reg__brand-grid { display: none; }

	.reg__wordmark-link {
		height: 86px;
		top: 18px;
		width: 86px;
	}

	.reg__wordmark {
		height: 80px;
		max-height: 80px;
		max-width: 80px;
		width: 80px;
	}

	.reg img.reg__wordmark {
		height: 80px !important;
		max-height: 80px !important;
		max-width: 80px !important;
		width: 80px !important;
	}

	.reg__wordmark-fallback {
		font-size: 15px;
	}

	.reg__stepper { display: none; }
	.reg__step-item { padding: 8px 11px; }

	/* Show sign-in in the brand panel on mobile, hide right-header version */
	.reg__brand-sign-in {
		display: flex !important;
	}

	.reg__sign-in-link {
		display: none;
	}

	.reg__form-card {
		margin: 20px 16px 16px;
	}

	.reg__form {
		padding: 22px 18px 4px;
	}

	.reg__form-top,
	.reg__form-foot {
		padding: 12px 18px;
	}

	.input-grid {
		grid-template-columns: 1fr;
	}

	.phone-input {
		grid-template-columns: 1fr;
	}

	.input-wrap--full { grid-column: 1; }

	.tier-grid {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}
}

@media (max-width: 720px) {
	.tier-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.reg__brand-inner {
		padding: 110px 18px 26px;
	}

	.reg__wordmark-link {
		height: 78px;
		top: 18px;
		width: 78px;
	}

	.reg__wordmark {
		height: 72px;
		max-height: 72px;
		max-width: 72px;
		width: 72px;
	}

	.reg img.reg__wordmark {
		height: 72px !important;
		max-height: 72px !important;
		max-width: 72px !important;
		width: 72px !important;
	}

	.reg__form-card {
		margin: 14px 10px 10px;
	}

	.reg__brand-callout {
		display: none;
	}

	.reg__form {
		padding: 18px 14px 4px;
	}

	.reg__form-top,
	.reg__form-foot {
		padding: 12px 14px;
	}

	.tier-grid {
		grid-template-columns: 1fr;
	}

	.tier-card {
		min-height: 0;
		padding: 22px 20px 18px;
	}

	.review-section__dl {
		grid-template-columns: 1fr;
	}

	.review-section__dl dt {
		color: #94a3b8;
		font-size: 11px;
		margin-top: 5px;
	}

	.success-wrap {
		padding: 40px 20px;
	}

	.reg__h { font-size: 22px; }
}

/* ==========================================================================
   Legacy / configurable single-tier form (ConfigurableRegistrationShortcode)
   These rules kept for backward compat; new pages should use .reg shell.
   ========================================================================== */

.adpaf-public-form-wrap {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 22px 70px rgba(45, 45, 45, 0.08);
	margin: 28px auto;
	max-width: 860px;
	overflow: hidden;
}

.adpaf-single-form-wrap {
	margin: 0 auto;
}

/* Brand bar for single-tier form */
.adpaf-gen-reg-brand {
	align-items: center;
	background: #1a1916;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px 28px;
}

.adpaf-gen-reg-brand-main {
	align-items: center;
	display: flex;
	gap: 12px;
}

.adpaf-gen-reg-brand-mark {
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
}

.adpaf-gen-reg-brand-name {
	background: #ac4729;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 6px 10px;
}

.adpaf-gen-reg-brand-title {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.92rem;
	font-weight: 600;
}

.adpaf-gen-reg-brand-actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.adpaf-gen-reg-brand-actions a {
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	padding: 8px 12px;
	text-decoration: none;
}

.adpaf-gen-reg-brand-actions a:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* Success state (shared) */
.adpaf-gen-reg-success {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
	padding: 60px 32px;
	text-align: center;
}

.adpaf-gen-reg-success-icon {
	align-items: center;
	background: #AC4729;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 800;
	height: 60px;
	justify-content: center;
	margin-bottom: 20px;
	width: 60px;
}

.adpaf-gen-reg-success-title {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0 0 12px;
}

.adpaf-gen-reg-success-body {
	color: #666;
	margin: 0 0 24px;
	max-width: 420px;
}

/* Single-tier form body */
.adpaf-single-form-body {
	padding: 32px 40px;
}

.adpaf-single-form-title {
	font-size: 1.1rem;
	font-weight: 800;
	margin: 0 0 6px;
}

.adpaf-single-form-description {
	color: #666;
	font-size: 0.9rem;
	margin: 0 0 20px;
}

/* Field grid for single-tier */
.adpaf-single-fields-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 20px;
}

.adpaf-single-field-full,
.adpaf-single-section-full {
	grid-column: 1 / -1;
}

.adpaf-single-docs-section {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	margin-top: 10px;
	padding-top: 20px;
}

.adpaf-single-form-submit {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
	padding-top: 20px;
}

/* Field component styles (shared with single-tier) */
.adpaf-form-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.adpaf-form-label {
	color: #1a1916;
	font-size: 0.82rem;
	font-weight: 650;
}

.adpaf-form-required { color: #c0392b; }

.adpaf-form-help {
	color: #888;
	font-size: 0.75rem;
}

.adpaf-form-field-error {
	color: #c0392b;
	font-size: 0.75rem;
}

.adpaf-form-field--error .adpaf-form-label { color: #c0392b; }

.adpaf-form-field input[type="text"],
.adpaf-form-field input[type="email"],
.adpaf-form-field input[type="url"],
.adpaf-form-field input[type="number"],
.adpaf-form-field input[type="date"],
.adpaf-form-field input[type="tel"],
.adpaf-form-field select,
.adpaf-form-field textarea {
	background: #fdfdfd;
	border: 1.5px solid rgba(0, 0, 0, 0.14);
	border-radius: 8px;
	box-sizing: border-box;
	color: #1a1916;
	font-size: 0.9rem;
	min-height: 42px;
	padding: 9px 12px;
	transition: border-color 0.15s, box-shadow 0.15s;
	width: 100%;
}

.adpaf-form-field input:focus,
.adpaf-form-field select:focus,
.adpaf-form-field textarea:focus {
	border-color: #ac4729;
	box-shadow: 0 0 0 3px rgba(172, 71, 41, 0.1);
	outline: none;
}

.adpaf-form-field--error input,
.adpaf-form-field--error select,
.adpaf-form-field--error textarea {
	border-color: #c0392b;
}

.adpaf-form-field textarea { min-height: 80px; resize: vertical; }

.adpaf-form-radio-group,
.adpaf-form-checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.adpaf-form-radio-label,
.adpaf-form-checkbox-label,
.adpaf-form-consent-label {
	align-items: flex-start;
	display: flex;
	font-size: 0.88rem;
	gap: 8px;
}

.adpaf-form-radio-label input,
.adpaf-form-checkbox-label input,
.adpaf-form-consent-label input { margin-top: 3px; }

.adpaf-form-section-title {
	color: #666;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin: 6px 0 2px;
	text-transform: uppercase;
}

/* Upload area */
.adpaf-upload-area {
	align-items: center;
	background: #fafafa;
	border: 1.5px dashed rgba(0, 0, 0, 0.14);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px 14px;
}

.adpaf-upload-area input[type="file"] {
	flex: 1;
	min-width: 200px;
}

.adpaf-upload-icon { font-size: 1.2rem; flex-shrink: 0; }

.adpaf-upload-meta {
	color: #aaa;
	font-size: 0.72rem;
}

/* Shared button: .adpaf-btn maps to .btn */
.adpaf-btn {
	align-items: center;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	gap: 7px;
	line-height: 1;
	padding: 12px 22px;
	text-decoration: none;
	transition: background 0.15s, box-shadow 0.15s;
}

.adpaf-btn--primary {
	background: #ac4729;
	box-shadow: 0 4px 14px rgba(172, 71, 41, 0.25);
	color: #fff;
}

.adpaf-btn--primary:hover { background: #8f3a20; color: #fff; }

.adpaf-btn--submit {
	background: #1a1916;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 0.95rem;
	min-width: 200px;
	padding: 14px 28px;
}

.adpaf-btn--submit:hover { background: #000; }

.adpaf-step-section-label {
	color: #888;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.adpaf-step-docs-area {
	display: grid;
	gap: 14px;
}

@media (max-width: 640px) {
	.adpaf-single-fields-grid { grid-template-columns: 1fr; }
	.adpaf-single-form-body { padding: 20px 18px; }
}

/* Public course storefront shell */
body.adpaf-course-store-page,
body.adpaf-course-detail-page,
body.adpaf-course-product-page {
	background: #eef4f8;
}

body.adpaf-course-store-page :is(#masthead, .site-header, .main-header-bar, .ast-primary-header-bar, .entry-header, .page-title, .entry-title, .site-footer),
body.adpaf-course-detail-page :is(#masthead, .site-header, .main-header-bar, .ast-primary-header-bar, .entry-header, .page-title, .entry-title, .site-footer),
body.adpaf-course-product-page :is(#masthead, .site-header, .main-header-bar, .ast-primary-header-bar, .entry-header, .page-title, .entry-title, .site-footer),
body.adpaf-course-store-page .wp-site-blocks > header,
body.adpaf-course-store-page .wp-site-blocks > footer,
body.adpaf-course-detail-page .wp-site-blocks > header,
body.adpaf-course-detail-page .wp-site-blocks > footer,
body.adpaf-course-product-page .wp-site-blocks > header,
body.adpaf-course-product-page .wp-site-blocks > footer {
	display: none;
}

body.adpaf-course-store-page :is(#page, #content, .site, .site-content, .ast-container, .content-area, .site-main, .entry-content, .wp-site-blocks, .wp-block-post-content),
body.adpaf-course-detail-page :is(#page, #content, .site, .site-content, .ast-container, .content-area, .site-main, .entry-content, .wp-site-blocks, .wp-block-post-content),
body.adpaf-course-product-page :is(#page, #content, .site, .site-content, .ast-container, .content-area, .site-main, .entry-content, .wp-site-blocks, .wp-block-post-content) {
	background: #eef4f8;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

body.adpaf-course-store-page .entry-content > *,
body.adpaf-course-detail-page .entry-content > *,
body.adpaf-course-product-page .entry-content > * {
	max-width: none;
}

.adpaf-ebook-store__main--course-store .adpaf-course-store,
.adpaf-ebook-store__main--course-detail .adpaf-course-sales {
	margin: 0 auto;
	width: 100%;
}

body.adpaf-course-product-page .woocommerce div.product {
	padding: 30px;
}

body.adpaf-course-product-page .adpaf-course-store--product .woocommerce {
	background: transparent;
	margin: 0;
	max-width: none;
	min-height: 0;
	padding: 0;
}

body.adpaf-course-product-page .adpaf-course-store--product .woocommerce-breadcrumb {
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 16px;
}

body.adpaf-course-product-page .adpaf-course-store--product .woocommerce-breadcrumb a {
	color: #AC4729;
	text-decoration: none;
}

body.adpaf-course-product-page .woocommerce .related.products,
body.adpaf-course-product-page .woocommerce #reviews,
body.adpaf-course-product-page .woocommerce .woocommerce-Reviews {
	display: none !important;
}

body.adpaf-course-product-page .woocommerce div.product div.images,
body.adpaf-course-product-page .woocommerce div.product div.summary {
	margin-bottom: 0;
}

body.adpaf-course-product-page .woocommerce div.product .product_title {
	color: #0a1524;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.08;
	margin: 10px 0 16px;
}

body.adpaf-course-product-page .woocommerce div.product p.price,
body.adpaf-course-product-page .woocommerce div.product span.price {
	color: #AC4729;
	font-size: 24px;
	font-weight: 900;
}
