.entry-title, .page-title, .wp-block-post-title, .elementor-page-title, h1.entry-title, .elementor-widget-theme-post-title {
	display: none !important;
}

#masthead, .site-header, header.elementor-location-header, .elementor-location-header, .elementor-sticky {
	display: none !important;
}

#colophon, .site-footer, footer.elementor-location-footer, .elementor-location-footer {
	display: none !important;
}

body.elementor-page {
	padding-top: 0 !important;
}

:root {
	--navy: #0a1628;
	--navy-light: #1a2942;
	--gold: #c8a45c;
	--gold-light: #e8d5a3;
	--gold-dark: #9a7b3a;
	--cream: #faf6f0;
	--cream-dark: #f0e9dc;
	--white: #fff;
	--text-dark: #1a1a1a;
	--text-muted: #6b6b6b;
	--font-display: "Playfair Display", Georgia, serif;
	--font-body: "DM Sans", -apple-system, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--font-body);
	color: var(--text-dark);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 20px 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(10, 22, 40, .92);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(200, 164, 92, .1);
}

nav .logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}

nav .logo img {
	height: 60px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
}

.nav-links {
	display: flex;
	gap: 36px;
	align-items: center;
}

.nav-links a {
	color: rgba(255, 255, 255, .7);
	text-decoration: none;
	font-size: .88rem;
	font-weight: 500;
	letter-spacing: .3px;
	transition: color .2s;
}

.nav-links a:hover {
	color: var(--gold);
}

.nav-cta {
	padding: 11px 24px;
	background: var(--gold);
	color: var(--navy);
	font-size: .85rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	letter-spacing: .5px;
	transition: all .2s;
}

.nav-cta:hover {
	background: var(--gold-light);
	transform: translateY(-1px);
}

.hero {
	position: relative;
	min-height: 100vh;
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy) 100%);
	overflow: hidden;
	padding-top: 100px;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(200,164,92,0.06)" stroke-width="0.5"/><circle cx="50" cy="50" r="30" fill="none" stroke="rgba(200,164,92,0.04)" stroke-width="0.5"/><circle cx="50" cy="50" r="20" fill="none" stroke="rgba(200,164,92,0.03)" stroke-width="0.5"/></svg>') repeat;
	background-size: 240px;
	opacity: .5;
}

.hero-content {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 48px;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 80px;
	align-items: center;
}

.hero-badge {
	display: inline-block;
	font-size: .72rem;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--gold);
	background: rgba(200, 164, 92, .1);
	border: 1px solid rgba(200, 164, 92, .25);
	padding: 8px 18px;
	border-radius: 20px;
	margin-bottom: 32px;
	font-weight: 500;
}

.hero h1 {
	font-family: var(--font-display);
	font-size: 3.6rem;
	font-weight: 400;
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 24px;
	letter-spacing: -.5px;
}

.hero h1 em {
	font-style: italic;
	color: var(--gold);
	font-weight: 400;
}

.hero-sub {
	font-size: 1.02rem;
	color: rgba(255, 255, 255, .7);
	line-height: 1.75;
	margin-bottom: 40px;
	max-width: 500px;
	font-weight: 300;
}

.hero-stats-bar {
	display: flex;
	align-items: center;
	background: rgba(200, 164, 92, .04);
	border: 1px solid rgba(200, 164, 92, .15);
	border-radius: 14px;
	padding: 20px 28px;
	margin-bottom: 24px;
}

.hsb-item {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.hsb-val {
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
}

.hsb-lbl {
	font-size: .68rem;
	color: rgba(255, 255, 255, .45);
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 500;
	margin-top: 2px;
}

.hsb-divider {
	width: 1px;
	height: 36px;
	background: rgba(200, 164, 92, .15);
	flex-shrink: 0;
}

.trust-bar {
	display: flex;
	align-items: center;
	background: rgba(200, 164, 92, .06);
	border: 1px solid rgba(200, 164, 92, .1);
	border-radius: 12px;
	padding: 16px 20px;
	margin-bottom: 24px;
}

.trust-item {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.trust-num {
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--white);
	line-height: 1.2;
}

.trust-label {
	font-size: .6rem;
	color: rgba(255, 255, 255, .35);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 2px;
}

.trust-divider {
	width: 1px;
	height: 28px;
	background: rgba(200, 164, 92, .12);
	flex-shrink: 0;
}

.hero-company {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hero-company-row {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, .4);
	font-size: .82rem;
}

.hero-company-row a {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}

.hero-company-row a:hover {
	color: var(--gold);
}

.hero-company-row svg {
	color: var(--gold);
	flex-shrink: 0;
}

.hero-form-card {
	background: var(--cream);
	border-radius: 18px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .4);
	overflow: hidden;
}

.form-card-header {
	background: linear-gradient(135deg, var(--cream-dark), var(--cream));
	padding: 36px 40px 28px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.form-trust-strip {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 40px;
	background: rgba(200, 164, 92, .05);
	border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.form-card-header h3 {
	font-family: var(--font-display);
	font-size: 1.5rem;
	color: var(--navy);
	margin-bottom: 6px;
	font-weight: 600;
}

.form-card-header p {
	color: var(--text-muted);
	font-size: .88rem;
}

.form-body {
	padding: 28px 40px 36px;
}

.form-global-error {
	background: rgba(212, 56, 44, .08);
	border: 1px solid rgba(212, 56, 44, .2);
	border-radius: 10px;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: .85rem;
	color: #d4382c;
	font-weight: 500;
	display: none;
}

.path-toggle {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 4px;
	padding: 4px;
	background: rgba(10, 22, 40, .06);
	border-radius: 6px;
	margin-bottom: 18px;
}

.path-toggle input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.path-toggle label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 6px;
	font-size: .78rem;
	font-weight: 600;
	color: var(--text-muted);
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	transition: all .2s;
	margin: 0;
	letter-spacing: .2px;
}

.path-toggle input[type="radio"]:checked + label {
	background: var(--white);
	color: var(--navy);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.form-row {
	margin-bottom: 14px;
}

.form-row.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-size: .75rem;
	color: var(--text-dark);
	font-weight: 500;
	margin-bottom: 6px;
	letter-spacing: .3px;
}

.form-group label .optional {
	font-weight: 400;
	color: var(--text-muted);
	font-size: .7rem;
}

.form-group input, .form-group select, .form-group textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 10px;
	background: var(--white);
	color: var(--text-dark);
	font-size: .88rem;
	font-family: var(--font-body);
	transition: all .2s;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(200, 164, 92, .12);
}

.form-group input::placeholder {
	color: rgba(0, 0, 0, .35);
}

.form-error-msg {
	font-size: .75rem;
	color: #d4382c;
	margin-top: 6px;
	font-weight: 500;
	display: none;
}

.form-submit {
	width: 100%;
	background: #c8a45c;
	color: #0a1628;
	font-family: var(--font-body);
	font-size: .95rem;
	font-weight: 700;
	padding: 18px 48px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	letter-spacing: .5px;
	transition: all .3s;
	margin-top: 8px;
	box-shadow: 0 4px 14px rgba(200, 164, 92, .3);
}

.form-submit:hover {
	background: #e8d5a3;
	color: #0a1628;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(200, 164, 92, .45);
}

.form-submit:disabled {
	opacity: .7;
	cursor: wait;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.benefits {
	padding: 120px 48px;
	background: var(--cream);
}

.benefits-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.section-label {
	font-size: .72rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--gold-dark);
	font-weight: 600;
	margin-bottom: 18px;
	display: block;
}

.section-title {
	font-family: var(--font-display);
	font-size: 3rem;
	font-weight: 400;
	color: var(--navy);
	line-height: 1.15;
	margin-bottom: 20px;
	letter-spacing: -.5px;
}

.section-title em {
	color: var(--gold-dark);
	font-style: italic;
}

.section-sub {
	font-size: 1.05rem;
	color: var(--text-muted);
	max-width: 620px;
	line-height: 1.7;
	margin-bottom: 64px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.benefit-card {
	background: var(--white);
	padding: 40px 32px;
	border-radius: 16px;
	border: 1px solid rgba(200, 164, 92, .15);
	transition: all .3s;
}

.benefit-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(10, 22, 40, .08);
	border-color: rgba(200, 164, 92, .3);
}

.benefit-icon {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, var(--gold), var(--gold-light));
	border-radius: 12px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--navy);
}

.benefit-card h3 {
	font-family: var(--font-display);
	font-size: 1.35rem;
	color: var(--navy);
	margin-bottom: 12px;
	font-weight: 600;
}

.benefit-card p {
	color: var(--text-muted);
	line-height: 1.7;
	font-size: .92rem;
}

.paths {
	padding: 120px 48px;
	background: var(--white);
}

.paths-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.paths-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 40px;
}

.path-card {
	padding: 48px 40px;
	border-radius: 18px;
	border: 1px solid rgba(200, 164, 92, .25);
	background: var(--cream);
	transition: all .3s;
}

.path-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 60px rgba(10, 22, 40, .06);
}

.path-card-label {
	display: inline-block;
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gold-dark);
	background: rgba(200, 164, 92, .12);
	padding: 5px 12px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.path-card h3 {
	font-family: var(--font-display);
	font-size: 1.8rem;
	color: var(--navy);
	margin-bottom: 14px;
	line-height: 1.2;
	font-weight: 600;
}

.path-card > p {
	font-size: .95rem;
	color: var(--text-muted);
	line-height: 1.7;
	margin-bottom: 24px;
}

.path-card ul {
	list-style: none;
	margin-bottom: 26px;
}

.path-card ul li {
	font-size: .9rem;
	color: var(--text-dark);
	padding: 8px 0 8px 28px;
	position: relative;
	line-height: 1.5;
}

.path-card ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 8px;
	color: var(--gold-dark);
	font-weight: 700;
}

.path-card .programs {
	font-size: .82rem;
	color: var(--text-muted);
	padding-top: 20px;
	border-top: 1px solid rgba(200, 164, 92, .2);
	line-height: 1.6;
}

.path-card .programs strong {
	color: var(--navy);
	display: block;
	margin-bottom: 6px;
	letter-spacing: .3px;
	font-size: .78rem;
	text-transform: uppercase;
}

.process {
	padding: 120px 48px;
	background: var(--cream);
}

.process-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.process-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	margin-top: 40px;
}

.process-num {
	font-family: var(--font-display);
	font-size: 3rem;
	color: var(--gold);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.process-step h4 {
	font-family: var(--font-display);
	font-size: 1.2rem;
	color: var(--navy);
	margin-bottom: 10px;
	font-weight: 600;
}

.process-step p {
	font-size: .88rem;
	color: var(--text-muted);
	line-height: 1.7;
}

.cta-section {
	padding: 120px 48px;
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 30% 50%, rgba(200, 164, 92, .06), transparent 60%), radial-gradient(ellipse at 70% 50%, rgba(200, 164, 92, .04), transparent 60%);
}

.cta-inner {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin: 0 auto;
}

.cta-inner h2 {
	font-family: var(--font-display);
	font-size: 2.8rem;
	color: var(--white);
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.cta-inner h2 em {
	color: var(--gold);
	font-style: italic;
	font-weight: 400;
}

.cta-inner > p {
	font-size: 1.05rem;
	color: rgba(255, 255, 255, .5);
	line-height: 1.7;
	margin-bottom: 40px;
	font-weight: 300;
}

.cta-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--gold);
	color: var(--navy);
	padding: 16px 36px;
	border-radius: 12px;
	font-weight: 600;
	font-size: .9rem;
	text-decoration: none;
	letter-spacing: .5px;
	transition: all .3s;
	border: none;
	cursor: pointer;
}

.btn-primary:hover {
	background: var(--gold-light);
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(200, 164, 92, .3);
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	color: var(--white);
	padding: 16px 36px;
	border-radius: 12px;
	font-weight: 500;
	font-size: .9rem;
	text-decoration: none;
	letter-spacing: .5px;
	transition: all .3s;
	border: 1px solid rgba(255, 255, 255, .2);
}

.btn-outline:hover {
	border-color: var(--gold);
	color: var(--gold);
}

.cta-address {
	margin-top: 56px;
	padding-top: 32px;
	border-top: 1px solid rgba(200, 164, 92, .1);
}

.cta-address p {
	font-size: .82rem;
	color: rgba(255, 255, 255, .3);
	line-height: 1.8;
	margin-bottom: 0;
	font-weight: 400;
}

.cta-address p:first-child {
	color: rgba(255, 255, 255, .45);
	font-weight: 500;
}

.cta-address a {
	color: inherit;
	text-decoration: none;
}

.cta-address a:hover {
	color: var(--gold);
}

footer {
	background: var(--navy);
	padding: 48px 48px 32px;
	border-top: 1px solid rgba(200, 164, 92, .1);
	text-align: center;
}

footer p {
	color: rgba(255, 255, 255, .4);
	font-size: .8rem;
	margin-bottom: 8px;
}

footer a {
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

footer a:hover {
	color: var(--gold);
}

.sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--navy);
	border-top: 1px solid rgba(200, 164, 92, .15);
	padding: 12px 20px;
	z-index: 999;
	text-align: center;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, .3);
}

.sticky-cta a {
	display: block;
	background: var(--gold);
	color: var(--navy);
	padding: 14px 32px;
	border-radius: 12px;
	font-weight: 600;
	font-size: .95rem;
	text-decoration: none;
	letter-spacing: .5px;
}

.sticky-cta span {
	display: block;
	font-size: .68rem;
	color: rgba(255, 255, 255, .35);
	margin-top: 6px;
}

@media (max-width: 900px) {
	.hero-content {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 100px 24px 60px;
	}
	
	.hero h1 {
		font-size: 2.4rem;
	}
	
	.hero-stats-bar {
		flex-wrap: wrap;
		gap: 12px;
		padding: 16px;
	}
	
	.hsb-divider {
		display: none;
	}
	
	.hsb-item {
		min-width: 40%;
	}
	
	.trust-bar {
		flex-wrap: wrap;
		gap: 8px;
		padding: 12px 16px;
	}
	
	.trust-divider {
		display: none;
	}
	
	.trust-item {
		min-width: 40%;
	}
	
	.hero-form-card .form-body {
		padding: 24px 24px 32px;
	}
	
	.hero-form-card .form-card-header {
		padding: 28px 24px 20px;
	}
	
	.form-trust-strip {
		padding: 10px 24px;
	}
	
	.hero-form-card .form-row.two-col {
		grid-template-columns: 1fr;
	}
	
	.benefits, .paths, .process {
		padding: 80px 24px;
	}
	
	.benefits-grid {
		grid-template-columns: 1fr;
	}
	
	.paths-grid {
		grid-template-columns: 1fr;
	}
	
	.process-steps {
		grid-template-columns: 1fr 1fr;
	}
	
	.cta-section {
		padding: 80px 24px;
	}
	
	.cta-inner h2 {
		font-size: 2rem;
	}
	
	.section-title {
		font-size: 2rem;
	}
	
	nav {
		padding: 16px 24px;
	}
	
	.nav-links {
		display: none;
	}
	
	nav .logo img {
		height: 48px;
	}
}

@media (max-width: 600px) {
	.process-steps {
		grid-template-columns: 1fr;
	}
	
	.hero h1 {
		font-size: 2rem;
	}
}