/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* =========================================================
   AZ LLC HELP — MASTER STYLESHEET
   Full clean replacement
========================================================= */

/* =========================================================
   1. ROOT VARIABLES
========================================================= */

:root {
	--brand-blue: #002868;
	--brand-blue-dark: #001d4d;
	--brand-copper: #ce5c17;
	--brand-copper-dark: #a84811;
	--brand-yellow: #fed700;

	--text-color: #243142;
	--text-muted: #5f6670;
	--light-gray: #f5f7fa;
	--border-soft: #e5e7eb;

	--shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.05);
	--shadow-btn: 0 8px 20px rgba(0, 0, 0, 0.20);

	--site-max: 1200px;
	--content-max: 860px;
	--hero-max: 680px;
}

/* =========================================================
   2. GLOBAL / BASE
========================================================= */

body {
	color: var(--text-color);
	background: #ffffff;
}

h1,
h2,
h3 {
	color: var(--brand-blue);
}

p,
li {
	color: var(--text-color);
}

.ast-page-title,
.entry-title,
.page .entry-header,
.home .entry-header,
.page-header,
.ast-page-header-wrap,
.page .ast-title-bar-wrap,
.home .ast-title-bar-wrap,
.page .ast-mobile-title-wrap,
.home .ast-mobile-title-wrap {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
}

.page .site-content,
.page .entry-content,
.page .post-content,
.page article,
.page .ast-article-single,
.page .ast-article-post,
.page .site-content .ast-container,
.page .content-area,
.page .site-main,
.home .site-content,
.home .entry-content,
.home .post-content,
.home article,
.home .ast-article-single,
.home .ast-article-post,
.home .site-content .ast-container,
.home .content-area,
.home .site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.page .entry-content > p:empty,
.home .entry-content > p:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
}

/* =========================================================
   3. LAYOUT
========================================================= */

.ast-header-container {
	max-width: var(--site-max);
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.site-content .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.content-area {
	width: 100%;
}

.entry-content > .az-homepage,
.entry-content > .az-money-page,
.entry-content > .az-intake-page {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.az-wrap {
	max-width: var(--site-max);
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.az-narrow {
	max-width: var(--content-max);
}

.az-section-title {
	text-align: center;
	margin: 0 0 18px;
}

.alt-bg,
.section-alt {
	background: var(--light-gray);
}

/* =========================================================
   4. PAGE / HERO GAP FIX
   Hero-system alignment fix for hard-coded page wrappers
========================================================= */

.site-header {
	position: relative;
	z-index: 1000;
	background: #ffffff;
}

/* remove top spacing from main page wrappers */
.entry-content > .az-homepage,
.entry-content > .az-money-page,
.entry-content > .az-intake-page {
	margin-top: -78px !important;
	padding-top: 78px !important;
	max-width: 100%;
}

/* first hero inside each hard-coded wrapper should not add extra space */
.entry-content > .az-homepage > .hero-section:first-child,
.entry-content > .az-money-page > .hero-section:first-child,
.entry-content > .az-intake-page > .hero-section:first-child,
.entry-content > .az-homepage > .az-hero-section:first-child,
.entry-content > .az-money-page > .az-hero-section:first-child,
.entry-content > .az-intake-page > .az-hero-section:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* logged-in desktop */
.home.admin-bar .entry-content > .az-homepage,
.page.admin-bar .entry-content > .az-money-page,
.page.admin-bar .entry-content > .az-intake-page {
	margin-top: -110px !important;
	padding-top: 110px !important;
}

/* mobile */
@media screen and (max-width: 782px) {
	.entry-content > .az-homepage,
	.entry-content > .az-money-page,
	.entry-content > .az-intake-page {
		margin-top: -72px !important;
		padding-top: 72px !important;
	}

	.home.admin-bar .entry-content > .az-homepage,
	.page.admin-bar .entry-content > .az-money-page,
	.page.admin-bar .entry-content > .az-intake-page {
		margin-top: -118px !important;
		padding-top: 118px !important;
	}
}
/* remove rogue direct-child paragraph nodes inserted by editor */
.az-homepage > p,
.az-money-page > p,
.az-intake-page > p {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	line-height: 0 !important;
}
/* =========================================================
   5. HEADER / PRIMARY NAV
========================================================= */

.site-header {
	border-bottom: 1px solid var(--border-soft);
}

.ast-site-header-cart,
.site-title,
.site-branding .site-title {
	display: none !important;
}

.main-header-menu a,
.ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--brand-blue);
	font-weight: 500;
}

.main-header-menu a:hover,
.ast-builder-menu-1 .menu-item > .menu-link:hover,
.main-header-menu .current-menu-item > a,
.ast-builder-menu-1 .current-menu-item > .menu-link {
	color: var(--brand-copper);
}

.ast-primary-header-bar .main-header-menu {
	align-items: center;
}

.header-cta {
	display: flex;
	align-items: center;
	margin-left: 16px;
}

.header-cta-btn,
.main-header-menu .menu-item-header-cta > a.header-menu-cta,
.ast-builder-menu-1 .menu-item-header-cta > a.header-menu-cta {
	background: var(--brand-copper);
	color: #fff !important;
	padding: 12px 18px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-cta-btn:hover,
.main-header-menu .menu-item-header-cta > a.header-menu-cta:hover,
.ast-builder-menu-1 .menu-item-header-cta > a.header-menu-cta:hover {
	background: var(--brand-copper-dark);
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.main-header-menu .menu-item-header-cta {
	margin-left: 14px;
}

/* mobile header — keep Astra behavior, light styling only */
.ast-mobile-header-wrap,
.ast-header-break-point .ast-mobile-header-wrap,
.ast-header-break-point .site-header,
.ast-header-break-point .ast-primary-header-bar {
	background: #ffffff !important;
}

.ast-mobile-header-wrap .custom-logo-link,
.ast-header-break-point .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.ast-mobile-header-wrap .custom-logo-link img,
.ast-header-break-point .custom-logo-link img {
	width: auto;
	max-height: 50px;
}

.ast-mobile-header-wrap .menu-toggle,
.ast-header-break-point .menu-toggle,
.ast-mobile-header-wrap .ast-button-wrap,
.ast-header-break-point .ast-button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
}

/* =========================================================
   6. SHARED HERO SYSTEM
========================================================= */

.az-hero-section,
.az-homepage .hero-section,
.az-money-page .hero-section,
.az-intake-page .hero-section {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 0;
	min-height: 200px;
}

.az-hero-section {
	min-height: 220px;
}

.az-hero-bg,
.az-homepage .hero-bg,
.az-money-page .hero-bg,
.az-intake-page .hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.az-hero-overlay,
.az-homepage .hero-overlay,
.az-money-page .hero-overlay,
.az-intake-page .hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		rgba(0, 40, 104, 0.92) 0%,
		rgba(0, 40, 104, 0.86) 55%,
		rgba(206, 92, 23, 0.46) 100%
	);
	z-index: 2;
}

.az-hero-content,
.az-homepage .hero-content,
.az-money-page .hero-content,
.az-intake-page .hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: var(--hero-max);
	margin: 0 auto;
	padding: 22px 20px;
	text-align: center;
	color: #ffffff !important;
}

.az-hero-content h1,
.az-homepage .hero-content h1,
.az-money-page .hero-content h1,
.az-intake-page .hero-content h1 {
	color: #ffffff !important;
	max-width: 100%;
	font-size: 34px;
	line-height: 1.12;
	margin: 0 auto 12px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.az-hero-subheadline,
.az-homepage .hero-content .subheadline,
.az-money-page .hero-content .subheadline,
.az-intake-page .hero-content .subheadline {
	max-width: 100%;
	margin: 0 auto 16px;
	font-size: 17px;
	line-height: 1.55;
	color: #f9fbff !important;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.az-homepage .hero-content .hero-micro-note,
.az-money-page .hero-content .hero-micro-note,
.az-intake-page .hero-content .hero-micro-note {
	margin: 8px auto 0;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9) !important;
	text-align: center;
}

.az-hero-cta,
.az-homepage .hero-buttons,
.az-homepage .cta-buttons,
.az-homepage .path-buttons,
.az-money-page .hero-buttons,
.az-money-page .cta-buttons,
.az-money-page .path-buttons,
.az-intake-page .hero-buttons,
.az-intake-page .cta-buttons,
.az-intake-page .path-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 0;
}

.az-micro-disclaimer,
.az-homepage .micro-disclaimer,
.az-money-page .micro-disclaimer,
.az-intake-page .micro-disclaimer {
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
	color: var(--text-muted);
}

.az-micro-disclaimer {
	padding: 10px 0 0;
}

.az-homepage .micro-disclaimer,
.az-money-page .micro-disclaimer,
.az-intake-page .micro-disclaimer {
	margin: 10px auto 0;
}

.az-micro-disclaimer p,
.az-inline-disclaimer p {
	margin: 0;
}

.hero-trust-line {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 16px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	color: #ffffff;
	text-align: center;
}

.hero-trust-line span {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	white-space: nowrap;
}

/* =========================================================
   7. BUTTONS
========================================================= */

.az-btn,
.usaglass-btn {
	display: inline-block;
	padding: 13px 24px;
	border-radius: 7px;
	text-decoration: none;
	background: var(--brand-copper);
	color: #fff !important;
	border: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	box-shadow: var(--shadow-btn);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.az-btn:hover,
.usaglass-btn:hover {
	background: var(--brand-copper-dark);
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.az-btn.secondary,
.usaglass-btn.secondary {
	background: var(--brand-blue);
	color: #fff !important;
}

.az-btn.secondary:hover,
.usaglass-btn.secondary:hover {
	background: var(--brand-blue-dark);
	color: #fff !important;
}

.az-btn-outline {
	display: inline-block;
	padding: 12px 22px;
	border-radius: 7px;
	text-decoration: none;
	background: transparent;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.9);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.az-btn-outline:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.08);
	text-decoration: none;
}

/* =========================================================
   8. PAGE SECTIONS / CTA BLOCKS
========================================================= */

.az-homepage .hero-section + *,
.az-money-page .hero-section + *,
.az-intake-page .hero-section + * {
	margin-top: 0;
	padding-top: 0;
}

.az-homepage .az-section,
.az-money-page .az-section {
	padding: 24px 20px;
}

.az-homepage .az-section h2,
.az-money-page .az-section h2 {
	text-align: center;
	margin: 0 0 16px;
}

.az-homepage .az-section p,
.az-money-page .az-section p {
	font-size: 16px;
	line-height: 1.7;
}

.az-check-list {
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
}

.az-check-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.az-check-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--brand-copper);
	font-weight: 700;
}

.path-note {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--brand-blue);
	font-weight: 600;
}

.step-cta-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.az-homepage .final-cta,
.az-money-page .final-cta {
	background: #fff;
	border: 1px solid var(--border-soft);
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: var(--shadow-soft);
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.az-homepage .final-cta h2,
.az-money-page .final-cta h2 {
	margin-top: 0;
	margin-bottom: 12px;
}

.az-homepage .final-cta .az-btn,
.az-money-page .final-cta .az-btn {
	padding: 14px 26px;
	font-size: 16px;
}

.az-homepage .final-disclaimer,
.az-money-page .final-disclaimer {
	font-size: 13px;
	color: var(--text-muted);
	line-height: 1.65;
	text-align: center;
	max-width: 900px;
	margin: 18px auto 0;
}

/* =========================================================
   9. GENERIC CONTENT PAGE SYSTEM
========================================================= */

.az-money-page,
.az-money-page p,
.az-money-page li {
	color: var(--text-color);
	line-height: 1.7;
}

.az-money-page h1,
.az-money-page h2,
.az-money-page h3 {
	color: var(--brand-blue);
}

.az-money-page a {
	color: var(--brand-copper);
	text-decoration: none;
}

.az-money-page a:hover {
	color: var(--brand-copper-dark);
	text-decoration: underline;
}

.az-money-page section {
	margin: 0;
	padding: 40px 0;
}

.az-money-page section:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

.az-simple-section,
.az-quick-answer-section,
.az-cost-section,
.az-timeline-section,
.az-steps-section,
.az-path-section,
.az-mistakes-section,
.az-benefits-section,
.az-final-cta-section {
	padding: 40px 0;
}

.az-inline-disclaimer {
	max-width: 860px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 13px;
	color: var(--text-muted);
}

.az-step-list {
	display: grid;
	gap: 18px;
	max-width: 900px;
	margin: 20px auto 0;
}

.az-step-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: #fff;
	border: 1px solid var(--border-soft);
	border-radius: 10px;
	padding: 20px;
	box-shadow: var(--shadow-soft);
}

.az-step-item .az-step-number {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	background: var(--brand-copper);
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.az-step-content h3 {
	margin: 0 0 8px;
	font-size: 22px;
}

.az-step-content p {
	margin: 0;
	font-size: 15px;
}

.az-path-grid,
.az-mistakes-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 900px;
	margin: 0 auto;
}

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

.az-path-card,
.az-mistake-card {
	background: #fff;
	border: 1px solid var(--border-soft);
	border-radius: 10px;
	padding: 22px;
	box-shadow: var(--shadow-soft);
}

.az-path-card h3,
.az-mistake-card h3 {
	margin: 0 0 10px;
}

.az-path-card p,
.az-mistake-card p {
	margin: 0;
	font-size: 15px;
}

.az-benefits-box {
	max-width: 860px;
	margin: 0 auto;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.az-money-page .az-benefits-grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px 42px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.az-money-page .az-benefits-grid li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: var(--brand-blue);
	font-weight: 600;
	list-style: none;
}

.az-money-page .az-benefits-grid li::before {
	content: "✔";
	display: inline-block;
	margin: 0;
	color: var(--brand-copper);
	font-weight: 700;
	line-height: 1;
	position: static;
}

.az-final-cta-box {
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--border-soft);
	border-radius: 12px;
	padding: 28px;
	text-align: center;
	box-shadow: var(--shadow-soft);
}

.az-final-cta-box h2 {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: center;
}

.az-final-cta-box p {
	margin: 0 auto 18px;
	max-width: 700px;
	text-align: center;
}

.az-final-disclaimer-section {
	padding: 8px 0 22px !important;
}

.az-final-disclaimer-box {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.az-final-disclaimer-box p {
	margin: 0 auto 8px !important;
	font-size: 13px;
	line-height: 1.7;
	color: var(--text-muted);
	text-align: center;
}

.az-final-disclaimer-box p:last-child {
	margin-bottom: 0 !important;
}

/* =========================================================
   10. FOUNDER SECTION
========================================================= */

.founder-section {
	padding: 40px 20px;
	background: #ffffff;
}

.founder-container {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
}

.founder-image {
	flex: 0 0 350px;
}

.founder-image img {
	display: block;
	width: 100%;
	max-width: 350px;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.founder-content {
	flex: 1 1 auto;
}

.founder-content h2 {
	margin: 0 0 20px;
	color: var(--brand-blue);
}

.founder-content p {
	margin: 0 0 15px;
	line-height: 1.7;
	color: var(--text-color);
}

.founder-trust {
	font-weight: 700;
	margin-top: 10px;
	color: var(--brand-blue);
}

.founder-convert-line {
	margin-top: 10px;
	margin-bottom: 16px;
	font-weight: 600;
	color: var(--brand-blue);
}

.founder-cta {
	margin-top: 20px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}

.founder-disclaimer {
	font-size: 13px;
	color: var(--text-muted);
	margin-top: 15px;
}

/* =========================================================
   11. FORM / SUBMIT STATES
========================================================= */

.az-form {
	max-width: 640px;
	margin: 0 auto;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.az-form .az-field {
	margin-bottom: 16px;
}

.az-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--brand-blue);
}

.az-form input,
.az-form select,
.az-form textarea {
	width: 100%;
	height: 52px;
	padding: 0 14px;
	border: 1px solid #cfd6df;
	border-radius: 6px;
	font-size: 15px;
	line-height: 52px;
	color: #1f2937;
	background: #ffffff;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.az-form input::placeholder,
.az-form textarea::placeholder,
.az-form input::-webkit-input-placeholder,
.az-form textarea::-webkit-input-placeholder,
.az-form input::-moz-placeholder,
.az-form textarea::-moz-placeholder,
.az-form input:-ms-input-placeholder,
.az-form textarea:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
	font-size: 15px;
	line-height: normal;
}

.az-form select {
	line-height: normal;
	padding-top: 0;
	padding-bottom: 0;
	color: #374151;
}

.az-form select option {
	color: #1f2937;
}

.az-form input:focus,
.az-form select:focus,
.az-form textarea:focus {
	outline: none;
	border-color: var(--brand-copper);
	box-shadow: 0 0 0 2px rgba(206, 92, 23, 0.15);
}

.az-form h3 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	color: var(--brand-blue);
}

.az-form h3:first-of-type {
	margin-top: 0;
}

.az-form-micro,
.az-form-notice {
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-muted);
	margin-top: 10px;
}

.az-checkbox label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-weight: 400;
	color: var(--text-color);
}

.az-checkbox input[type="checkbox"] {
	width: auto;
	height: auto;
	margin-top: 3px;
	flex: 0 0 auto;
}

.az-form .az-btn {
	width: 100%;
	padding: 16px 18px;
	font-size: 17px;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.az-form .az-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.az-form-success {
	background: #e6f4ea;
	padding: 12px;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #1e7e34;
}

.az-form-error {
	background: #fdecea;
	padding: 12px;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #b42318;
}

.az-form-trust-row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 600;
	color: var(--brand-blue);
	text-align: center;
}

.az-form-trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.az-form-honeypot {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.az-submit-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
}

.az-submit-btn .az-submit-loading {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.az-submit-btn.is-loading .az-submit-text {
	display: none;
}

.az-submit-btn.is-loading .az-submit-loading {
	display: inline-flex;
}

.az-submit-btn.is-loading,
.az-submit-btn:disabled {
	cursor: wait;
	opacity: 0.94;
}

.az-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: az-spin 0.8s linear infinite;
}

@keyframes az-spin {
	to {
		transform: rotate(360deg);
	}
}

.az-form-step-note,
.az-form-top-note,
.az-form-progress-note,
.az-form-bottom-note,
.az-form-bottom-note-secondary,
.az-form-privacy-note,
.az-form-legal-note {
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	color: var(--text-muted);
}

.az-form-step-note {
	margin: 0 auto 6px;
	font-weight: 700;
	color: var(--brand-blue);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.az-form-top-note {
	margin: 0 auto 8px;
	font-weight: 700;
	color: var(--brand-blue);
}

.az-form-progress-note {
	margin: 0 auto 18px;
	font-weight: 500;
	color: var(--brand-blue);
}

.az-form-bottom-note {
	margin-top: 12px;
	font-weight: 600;
	color: var(--brand-blue);
}

.az-form-bottom-note-secondary {
	margin-top: 4px;
	font-weight: 600;
	color: var(--text-muted);
}

.az-form-privacy-note {
	margin-top: 12px;
}

.az-form-legal-note {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 768px) {
	.az-form {
		max-width: 100%;
		padding: 20px;
		border-radius: 10px;
	}

	.az-form .az-btn {
		font-size: 16px;
		padding: 15px 16px;
	}

	.az-form-step-note,
	.az-form-top-note,
	.az-form-progress-note,
	.az-form-bottom-note,
	.az-form-bottom-note-secondary,
	.az-form-privacy-note,
	.az-form-legal-note {
		font-size: 12px;
		line-height: 1.45;
	}
}

/* =========================================================
   12. FOOTER / LEGAL
========================================================= */

.az-footer-legal,
.az-footer-disclaimer {
	text-align: center;
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.6;
	padding-left: 20px;
	padding-right: 20px;
}

.az-footer-legal a {
	text-decoration: none;
	color: var(--brand-blue);
}

.az-footer-legal a:hover {
	color: var(--brand-copper);
}

.az-footer-sep {
	margin: 0 8px;
	opacity: 0.6;
}

.az-disclaimer {
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-muted);
	margin-top: 24px;
}

.az-disclaimer--form {
	margin-top: 14px;
}

/* =========================================================
   13. RESPONSIVE
========================================================= */

@media (min-width: 1200px) {
	.az-homepage .hero-section,
	.az-money-page .hero-section {
		min-height: 220px;
	}

	.az-hero-section {
		min-height: 240px;
	}
}

@media (max-width: 1100px) {
	.ast-header-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.main-header-menu a,
	.ast-builder-menu-1 .menu-item > .menu-link {
		font-size: 14px;
	}

	.main-header-menu .menu-item-header-cta > a.header-menu-cta,
	.ast-builder-menu-1 .menu-item-header-cta > a.header-menu-cta,
	.header-cta-btn {
		padding: 10px 14px;
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.az-homepage .hero-content h1,
	.az-money-page .hero-content h1,
	.az-hero-content h1 {
		font-size: 30px;
	}
}

@media (max-width: 921px) {
	.header-cta,
	.main-header-menu .menu-item-header-cta,
	.ast-builder-menu-1 .menu-item-header-cta {
		display: none !important;
	}

	.ast-mobile-header-wrap .custom-logo-link img,
	.ast-header-break-point .custom-logo-link img {
		max-height: 46px;
	}

	.az-homepage .hero-section,
	.az-money-page .hero-section,
	.az-hero-section {
		min-height: auto;
	}

	.az-homepage .hero-content,
	.az-money-page .hero-content,
	.az-hero-content {
		max-width: 100%;
		padding: 18px 18px 20px;
	}

	.az-homepage .hero-content h1,
	.az-money-page .hero-content h1,
	.az-hero-content h1 {
		font-size: 28px;
		line-height: 1.14;
		margin-bottom: 10px;
	}

	.az-homepage .hero-content .subheadline,
	.az-money-page .hero-content .subheadline,
	.az-hero-subheadline {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 14px;
	}

	.az-homepage .hero-buttons .az-btn,
	.az-money-page .hero-buttons .az-btn,
	.az-hero-cta .az-btn,
	.az-hero-cta .usaglass-btn {
		width: 100%;
		max-width: 280px;
	}

	.hero-trust-line,
	.az-form-trust-row {
		flex-direction: column;
		gap: 2px;
		align-items: center;
		font-size: 12px;
		line-height: 1.2;
		margin-top: 8px;
	}

	.hero-trust-line span {
		white-space: normal;
	}

	.az-homepage .micro-disclaimer,
	.az-money-page .micro-disclaimer,
	.az-micro-disclaimer {
		padding-top: 8px;
		font-size: 11px;
		line-height: 1.35;
	}

	.founder-container {
		flex-direction: column;
		text-align: center;
	}

	.founder-image {
		flex: none;
	}

	.founder-image img {
		max-width: 280px;
		margin: 0 auto;
	}

	.founder-cta {
		justify-content: center;
	}

	.az-step-item {
		flex-direction: column;
	}

	.az-step-item .az-step-number {
		margin-bottom: 4px;
	}

	.az-money-page .az-benefits-grid {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.az-homepage .hero-section,
	.az-money-page .hero-section,
	.az-hero-section {
		min-height: 190px;
	}

	.az-homepage .hero-content,
	.az-money-page .hero-content,
	.az-hero-content {
		padding: 16px 16px 18px;
	}

	.az-homepage .hero-content h1,
	.az-money-page .hero-content h1,
	.az-hero-content h1 {
		font-size: 26px;
	}

	.az-homepage .hero-content .subheadline,
	.az-money-page .hero-content .subheadline,
	.az-hero-subheadline {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.az-homepage .az-section,
	.az-money-page .az-section,
	.az-money-page section {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.az-homepage .final-cta,
	.az-money-page .final-cta {
		padding: 24px 18px;
	}
}

@media (max-width: 544px) {
	.ast-header-container,
	.az-wrap {
		padding-left: 14px;
		padding-right: 14px;
	}

	.ast-mobile-header-wrap .custom-logo-link img,
	.ast-header-break-point .custom-logo-link img {
		max-height: 42px;
	}

	.az-homepage .hero-content,
	.az-money-page .hero-content,
	.az-hero-content {
		padding: 14px 14px 16px;
	}

	.az-homepage .hero-content h1,
	.az-money-page .hero-content h1,
	.az-hero-content h1 {
		font-size: 24px;
		line-height: 1.12;
	}

	.az-homepage .hero-content .subheadline,
	.az-money-page .hero-content .subheadline,
	.az-hero-subheadline {
		font-size: 15px;
		line-height: 1.45;
	}

	.az-homepage .hero-buttons .az-btn,
	.az-money-page .hero-buttons .az-btn,
	.az-hero-cta .az-btn,
	.az-hero-cta .usaglass-btn {
		max-width: 100%;
		width: 100%;
	}
}

