:root {
	--ae-navy-950: #001b2c;
	--ae-navy-900: #013151;
	--ae-blue-600: #027fcf;
	--ae-blue-500: #0393f2;
	--ae-blue-100: #d9effd;
	--ae-blue-50: #eef8fe;
	--ae-ink: #142833;
	--ae-muted: #526b78;
	--ae-paper: #fffdf9;
	--ae-warm: #f4f0ec;
	--ae-white: #fff;
	--ae-border: #dbe7ec;
	--ae-shadow: 0 22px 70px rgba(1, 49, 81, .12);
	--ae-radius-sm: 14px;
	--ae-radius-md: 24px;
	--ae-radius-lg: 38px;
	--ae-shell: min(1180px, calc(100% - 48px));
}

.ae-club, .ae-club * { box-sizing: border-box; }
.ae-club { overflow: clip; background: var(--ae-paper); color: var(--ae-ink); font-family: "Poppins", Arial, sans-serif; font-size: 18px; line-height: 1.65; }
.ae-club :where(h1, h2, h3, p, ul, blockquote) { margin-top: 0; }
.ae-club :where(h1, h2, h3, p, a, li, span, strong, small, summary, blockquote) { font-family: "Poppins", Arial, sans-serif; }
.ae-club :where(h1, h2, h3) { color: inherit; text-transform: none; }
.ae-club h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.1rem, 6.5vw, 6.15rem); font-weight: 900; letter-spacing: -.055em; line-height: .96; }
.ae-club h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.3vw, 4.1rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.04; }
.ae-club h3 { margin-bottom: 10px; font-size: 1.35rem; font-weight: 800; line-height: 1.2; }
.ae-club p { margin-bottom: 22px; }
.ae-club img { display: block; max-width: 100%; }
.ae-shell { width: var(--ae-shell); margin-inline: auto; }
.ae-section { padding: clamp(88px, 10vw, 148px) 0; }
.ae-center { display: flex; justify-content: center; margin-top: 44px; }
.ae-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; color: var(--ae-white); }
.ae-header__inner, .ae-footer__inner { display: flex; align-items: center; justify-content: space-between; min-height: 94px; }
.ae-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-size: 17px; font-weight: 800; text-decoration: none; }
.ae-brand__mark { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; }
.ae-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 28px; border: 1px solid var(--ae-blue-500); border-radius: 999px; background: var(--ae-blue-500); color: var(--ae-white); font-size: 16px; font-weight: 700; text-align: center; text-decoration: none; }
.ae-button:hover { border-color: var(--ae-navy-900); background: var(--ae-navy-900); color: var(--ae-white); }
.ae-button--light { border-color: var(--ae-white); background: var(--ae-white); color: var(--ae-navy-900); }
.ae-text-link { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-weight: 700; text-decoration: none; }
.ae-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px !important; color: var(--ae-blue-600); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ae-eyebrow span { width: 27px; height: 2px; background: currentColor; }
.ae-eyebrow--light { color: #a4dcff; }
.ae-hero { position: relative; min-height: 880px; overflow: hidden; padding: 155px 0 82px; background: var(--ae-navy-950); color: var(--ae-white); }
.ae-hero__grid, .ae-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(50px, 7vw, 100px); align-items: center; }
.ae-hero__grid { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); }
.ae-hero__actions { display: flex; align-items: center; gap: 27px; margin: 36px 0 52px; }
.ae-hero__visual { position: relative; }
.ae-hero__image-wrap { overflow: hidden; aspect-ratio: .76; border-radius: 190px 190px 34px 34px; box-shadow: 0 38px 90px rgba(0, 0, 0, .32); }
.ae-hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ae-proof { padding: 36px 0; border-bottom: 1px solid var(--ae-border); background: var(--ae-white); }
.ae-section-heading { max-width: 570px; }
.ae-section-heading--center { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.ae-feature-grid, .ae-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ae-feature { position: relative; min-height: 390px; overflow: hidden; padding: 36px; border: 1px solid var(--ae-border); border-radius: var(--ae-radius-md); background: rgba(255, 255, 255, .8); }
.ae-feature--primary { background: var(--ae-navy-900); color: var(--ae-white); }
.ae-feature__icon, .ae-outcome-card__icon { display: grid; width: 62px; height: 62px; margin-bottom: 26px; place-items: center; border-radius: 18px; background: var(--ae-blue-50); color: var(--ae-blue-600); }
.ae-feature__icon svg, .ae-outcome-card__icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ae-phone-card { position: relative; display: grid; min-height: 680px; place-items: center; overflow: hidden; border-radius: var(--ae-radius-lg); background: var(--ae-warm); }
.ae-phone-card img { position: relative; z-index: 1; width: min(320px, 65%); max-height: 610px; object-fit: contain; }
.ae-detail-list { margin: 36px 0; border-top: 1px solid var(--ae-border); }
.ae-detail-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--ae-border); }
.ae-detail-list p { margin: 0; color: var(--ae-muted); font-size: 16px; }
.ae-community, .ae-final-cta { background: var(--ae-navy-950); color: var(--ae-white); }
.ae-community__top { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; padding-bottom: 65px; }
.ae-outcome-card { min-height: 270px; padding: 28px; border: 1px solid rgba(143, 211, 251, .17); border-radius: var(--ae-radius-md); background: rgba(255, 255, 255, .06); }
.ae-checkout-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; padding: clamp(34px, 5vw, 62px); border: 1px solid var(--ae-border); border-radius: 46px; background: var(--ae-white); box-shadow: var(--ae-shadow); }
.ae-about { background: var(--ae-blue-50); }
.ae-about__image { overflow: hidden; aspect-ratio: .82; border-radius: 200px 200px var(--ae-radius-lg) var(--ae-radius-lg); }
.ae-about__image img { width: 100%; height: 100%; object-fit: cover; }
.ae-faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.ae-accordion details { border-bottom: 1px solid var(--ae-border); }
.ae-accordion summary { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; color: var(--ae-navy-950); font-size: 19px; font-weight: 800; }
.ae-final-cta { padding: clamp(100px, 12vw, 175px) 0; text-align: center; }
.ae-footer { padding: 34px 0; background: var(--ae-navy-950); color: rgba(255, 255, 255, .78); }
.ae-footer nav { display: flex; gap: 24px; }
.ae-footer a { color: inherit; font-size: 14px; text-decoration: none; }
.ae-mobile-cta { display: none; }

@media (max-width: 1024px) {
	:root { --ae-shell: min(100% - 40px, 920px); }
	.ae-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	:root { --ae-shell: calc(100% - 32px); --ae-radius-lg: 28px; }
	.ae-club { padding-bottom: 70px; font-size: 17px; }
	.ae-club h1 { font-size: clamp(2.8rem, 15vw, 4.1rem); }
	.ae-club h2 { font-size: clamp(2rem, 10vw, 3rem); }
	.ae-section { padding: 82px 0; }
	.ae-hero { min-height: auto; padding: 125px 0 72px; }
	.ae-hero__grid, .ae-split, .ae-faq__grid, .ae-community__top, .ae-checkout-card { grid-template-columns: 1fr; }
	.ae-feature-grid, .ae-outcomes { grid-template-columns: 1fr; }
	.ae-phone-card { min-height: 540px; }
	.ae-footer__inner { flex-direction: column; gap: 25px; text-align: center; }
	.ae-mobile-cta { position: fixed; z-index: 100; right: 12px; bottom: 10px; left: 12px; display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 11px 20px; border-radius: 999px; background: rgba(1, 49, 81, .95); color: var(--ae-white); text-decoration: none; }
}
