/* AsesorMG Landing — full-bleed premium */

/* ============================================================
 * Canvas: el template landing-canvas.php sirve la landing sin
 * el wrapper del theme. La .amg-land ya es 100% del body.
 * ============================================================ */
body.amg-landing-canvas {
	margin: 0 !important;
	padding: 0 !important;
}
body.amg-landing-canvas .amg-land {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.amg-land {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #1f2933;
	line-height: 1.55;
	background: #fff;
}
.amg-land * { box-sizing: border-box; }
.amg-land-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}
@media (max-width: 720px) {
	.amg-land-container { padding: 0 1.1rem; }
}
@media (max-width: 480px) {
	.amg-land-container { padding: 0 1rem; }
}

/* ============================================================
 * NAVBAR PREMIUM
 * ============================================================ */
.amg-land-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: saturate(200%) blur(20px);
	backdrop-filter: saturate(200%) blur(20px);
	border-bottom: 1px solid rgba(15, 23, 42, 0.05);
	transition: all .35s ease;
}
.amg-land-nav::before {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: -1px; height: 1px;
	background: linear-gradient(90deg, transparent, rgba(208,118,0,.3), transparent);
}
.amg-land-nav.is-scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}
.amg-land-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: 72px;
}

/* Logo con badge animado */
.amg-land-logo {
	display: flex;
	align-items: center;
	gap: .65rem;
	text-decoration: none;
	color: #0f172a;
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: -.015em;
	transition: transform .2s ease;
}
.amg-land-logo:hover { transform: translateY(-1px); }
.amg-land-logo-mark {
	position: relative;
	width: 42px; height: 42px;
	display: grid; place-items: center;
	background: linear-gradient(135deg, #d07600 0%, #ea580c 50%, #f59e0b 100%);
	color: #fff;
	border-radius: 12px;
	font-weight: 800;
	font-size: 1.2rem;
	box-shadow: 0 10px 22px rgba(208, 118, 0, .35), inset 0 1px 0 rgba(255,255,255,.25);
	overflow: hidden;
}
.amg-land-logo-mark::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,.3) 50%, transparent 60%);
	transform: translateX(-100%);
	transition: transform .6s ease;
}
.amg-land-logo:hover .amg-land-logo-mark::after { transform: translateX(100%); }
.amg-land-logo-text {
	font-size: 1.1rem;
	background: linear-gradient(135deg, #0f172a 0%, #475569 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Nav links con underline animado */
.amg-land-nav-links {
	display: flex;
	align-items: center;
	gap: 2.25rem;
	flex: 1;
	justify-content: center;
}
.amg-land-nav-links a {
	color: #475569;
	text-decoration: none;
	font-size: .92rem;
	font-weight: 600;
	transition: color .2s;
	position: relative;
	padding: .3rem 0;
}
.amg-land-nav-links a::after {
	content: '';
	position: absolute;
	left: 50%; bottom: -4px;
	width: 0; height: 2px;
	background: linear-gradient(90deg, #d07600 0%, #ea580c 100%);
	border-radius: 2px;
	transform: translateX(-50%);
	transition: width .25s ease;
}
.amg-land-nav-links a:hover {
	color: #d07600;
}
.amg-land-nav-links a:hover::after { width: 100%; }

.amg-land-nav-cta {
	display: flex;
	align-items: center;
	gap: .55rem;
}
.amg-land-nav-login-mobile { display: none; }

@media (max-width: 900px) {
	.amg-land-nav-links { display: none; }
	.amg-land-nav-login-mobile { display: inline-flex; }
	.amg-land-nav-inner { gap: .75rem; min-height: 64px; }
}
@media (max-width: 480px) {
	/* Header compacto en móvil: logo + un solo CTA gratis */
	.amg-land-nav-login-mobile { display: none; }
	.amg-land-logo-mark { width: 36px; height: 36px; font-size: 1.05rem; }
	.amg-land-logo-text { font-size: 1rem; }
	.amg-land-nav-cta .amg-land-btn { padding: .5rem .9rem; font-size: .82rem; }
}

/* ============================================================
 * TIPOGRAFÍA
 * ============================================================ */
.amg-land-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	background: linear-gradient(135deg, #fff4e6 0%, #ffe8cc 100%);
	color: #b85b00;
	padding: 7px 18px;
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .04em;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(208, 118, 0, .15);
}

.amg-land-h1 {
	font-size: clamp(2.4rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1.02;
	margin: 0 0 1.5rem;
	letter-spacing: -.035em;
	color: #0f172a;
}
.amg-land-grad {
	background: linear-gradient(135deg, #d07600 0%, #ea580c 40%, #f59e0b 80%, #fbbf24 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.amg-land-h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 .85rem;
	letter-spacing: -.02em;
	color: #0f172a;
	text-align: center;
}
.amg-land-sub {
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	color: #475569;
	max-width: 720px;
	margin: 0 auto 2.5rem;
	line-height: 1.55;
}
.amg-land-section-sub {
	font-size: 1.05rem;
	color: #64748b;
	text-align: center;
	max-width: 680px;
	margin: 0 auto 3rem;
	line-height: 1.55;
}

/* ============================================================
 * BOTONES
 * ============================================================ */
.amg-land-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	padding: .85rem 1.65rem;
	border-radius: 12px;
	font-weight: 600;
	font-size: .95rem;
	text-decoration: none;
	transition: all .18s ease;
	border: 1px solid transparent;
	cursor: pointer;
	font-family: inherit;
	white-space: nowrap;
}
.amg-land-btn-primary {
	background: linear-gradient(135deg, #d07600 0%, #b85b00 100%);
	color: #fff;
	box-shadow: 0 8px 24px rgba(208, 118, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .15);
}
.amg-land-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(208, 118, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .15);
}
.amg-land-btn-ghost {
	background: #fff;
	color: #1f2933;
	border-color: #e2e8f0;
}
.amg-land-btn-ghost:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
	transform: translateY(-1px);
}
.amg-land-btn-sm { padding: .55rem 1.1rem; font-size: .85rem; border-radius: 9px; }
.amg-land-btn-lg { padding: 1.05rem 2rem; font-size: 1.05rem; border-radius: 12px; }
.amg-land-btn-block { display: flex; width: 100%; }

/* ============================================================
 * WELCOME BANNER
 * ============================================================ */
.amg-land-welcome {
	background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
	padding: 1.5rem 1rem;
	text-align: center;
}
.amg-land-welcome h2 { margin: 0 0 .35rem; color: #14532d; }
.amg-land-welcome p { margin: 0 0 .85rem; color: #166534; }

/* ============================================================
 * HERO PREMIUM (shapes flotantes + dot grid + gradient mesh)
 * ============================================================ */
.amg-land-hero {
	position: relative;
	padding: 7rem 0 6rem;
	overflow: hidden;
	text-align: center;
	background:
		radial-gradient(ellipse 80% 60% at 50% -10%, rgba(208,118,0,.18) 0%, transparent 60%),
		radial-gradient(ellipse 60% 50% at 20% 50%, rgba(234,88,12,.12) 0%, transparent 50%),
		radial-gradient(ellipse 60% 50% at 80% 60%, rgba(251,191,36,.12) 0%, transparent 50%),
		linear-gradient(180deg, #fff8ed 0%, #fffdf9 60%, #fff 100%);
}

/* Mesh gradient lateral */
.amg-land-hero-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 10% 90%, rgba(244,114,182,.08) 0%, transparent 35%),
		radial-gradient(circle at 90% 10%, rgba(139,92,246,.06) 0%, transparent 35%);
	z-index: 0;
}

/* Shapes ESTÁTICOS con blur — sin animación para evitar parpadeo */
.amg-land-shape {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	z-index: 0;
	pointer-events: none;
}
.amg-land-shape-1 {
	width: 380px; height: 380px;
	top: 8%; left: -8%;
	background: linear-gradient(135deg, #f59e0b 0%, #d07600 100%);
	opacity: .45;
}
.amg-land-shape-2 {
	width: 320px; height: 320px;
	top: 12%; right: -5%;
	background: linear-gradient(135deg, #f472b6 0%, #ea580c 100%);
	opacity: .25;
}
.amg-land-shape-3 {
	width: 260px; height: 260px;
	bottom: 8%; left: 12%;
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
	opacity: .3;
}
.amg-land-shape-4 {
	width: 220px; height: 220px;
	bottom: 15%; right: 18%;
	background: linear-gradient(135deg, #c084fc 0%, #d07600 100%);
	opacity: .2;
}

/* Dot grid sutil */
.amg-land-grid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-image: radial-gradient(circle, rgba(208,118,0,.18) 1.5px, transparent 1.5px);
	background-size: 28px 28px;
	mask-image: radial-gradient(ellipse 60% 70% at center, #000 0%, transparent 80%);
	-webkit-mask-image: radial-gradient(ellipse 60% 70% at center, #000 0%, transparent 80%);
	opacity: .55;
}

/* Asegurar que el contenido va por encima */
.amg-land-hero .amg-land-container { position: relative; z-index: 1; }

/* Punto estático en el eyebrow */
.amg-land-pulse {
	display: inline-block;
	width: 8px; height: 8px;
	background: #d07600;
	border-radius: 50%;
}

/* Eyebrow elevado */
.amg-land-eyebrow {
	background: rgba(255,255,255,.85);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(208, 118, 0, .25);
	box-shadow: 0 4px 14px rgba(208,118,0,.1);
}

/* H1 más impactante con gradient en 2ª línea */
.amg-land-h1 {
	font-size: clamp(2.6rem, 6.2vw, 5rem);
	line-height: .98;
}
.amg-land-grad {
	background: linear-gradient(135deg, #d07600 0%, #ea580c 50%, #f59e0b 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.amg-land-hero-cta {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin: 2.25rem 0 1rem;
}
.amg-land-btn-arrow {
	transition: transform .25s ease;
	display: inline-block;
	margin-left: .2rem;
}
.amg-land-btn-primary:hover .amg-land-btn-arrow { transform: translateX(4px); }

.amg-land-hero-note {
	color: #64748b;
	font-size: .92rem;
	margin: 0;
	display: inline-flex;
	gap: .4rem;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.amg-land-hero-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 4.5rem auto 0;
	padding: 2.25rem 1.5rem;
	max-width: 920px;
	background: rgba(255, 255, 255, .75);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	backdrop-filter: saturate(180%) blur(18px);
	border: 1px solid rgba(208, 118, 0, .18);
	border-radius: 24px;
	box-shadow: 0 30px 60px rgba(208,118,0,.08), inset 0 1px 0 rgba(255,255,255,.6);
	position: relative;
}
.amg-land-hero-stats::before {
	content: '';
	position: absolute; inset: -1px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(208,118,0,.25), transparent 30%, transparent 70%, rgba(244,114,182,.2));
	z-index: -1;
}
.amg-land-hero-stats div {
	text-align: center;
	padding: 0 1rem;
	border-right: 1px solid rgba(15, 23, 42, .08);
}
.amg-land-hero-stats div:last-child { border-right: 0; }
.amg-land-hero-stats strong {
	display: block;
	font-size: 2.1rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1;
	letter-spacing: -.02em;
}
.amg-land-hero-stats span {
	font-size: .78rem;
	color: #64748b;
	margin-top: .35rem;
	display: block;
}
@media (max-width: 720px) {
	.amg-land-hero { padding: 3.5rem 0 3rem; }
	.amg-land-section { padding: 4rem 0; }
	.amg-land-h1 { font-size: clamp(2.1rem, 9vw, 3.2rem); line-height: 1.05; letter-spacing: -.025em; }
	.amg-land-sub { font-size: 1rem; }
	.amg-land-hero-cta { flex-direction: column; gap: .65rem; }
	.amg-land-hero-cta .amg-land-btn { width: 100%; }
	.amg-land-hero-note { font-size: .82rem; }
	.amg-land-hero-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem 0;
		padding: 1.5rem 1rem;
		border-radius: 18px;
		margin-top: 3rem;
	}
	.amg-land-hero-stats div { padding: 0 .5rem; }
	.amg-land-hero-stats div:nth-child(2) { border-right: 0; }
	.amg-land-hero-stats div:nth-child(1),
	.amg-land-hero-stats div:nth-child(2) {
		border-bottom: 1px solid rgba(15, 23, 42, .08);
		padding-bottom: 1.5rem;
	}
	.amg-land-hero-stats strong { font-size: 1.6rem; }
	/* Reducir blobs en móvil para evitar saturación */
	.amg-land-shape-1, .amg-land-shape-2 { width: 240px; height: 240px; }
	.amg-land-shape-3, .amg-land-shape-4 { width: 180px; height: 180px; }
	/* Plan featured sin scale en móvil */
	.amg-land-plan-featured { transform: none; box-shadow: 0 16px 32px rgba(208,118,0,.1); }
	.amg-land-plan-featured:hover { transform: translateY(-3px); }
	.amg-land-plan { padding: 1.75rem 1.25rem; }
	/* Trial form padding más cómodo */
	.amg-land-trial-right { padding: 1.5rem 1.25rem; }
	.amg-land-trial-left h2 { text-align: center; }
	.amg-land-trial-left { text-align: center; }
	.amg-land-trial-feat li { text-align: left; }
	/* Eyebrow respira */
	.amg-land-eyebrow { font-size: .72rem; padding: 6px 14px; }
}

/* ============================================================
 * SECCIONES
 * ============================================================ */
.amg-land-section { padding: 6rem 0; }
.amg-land-section-alt {
	background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
	border-top: 1px solid #f1f5f9;
	border-bottom: 1px solid #f1f5f9;
}

/* ============================================================
 * FEATURES GRID
 * ============================================================ */
.amg-land-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}
.amg-land-feature {
	padding: 2rem 1.75rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	transition: all .25s ease;
	position: relative;
	overflow: hidden;
}
.amg-land-feature::before {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 100px; height: 100px;
	background: radial-gradient(circle, rgba(208, 118, 0, .08) 0%, transparent 70%);
	transition: all .3s ease;
}
.amg-land-feature:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, .1);
	border-color: rgba(208, 118, 0, .3);
}
.amg-land-feature:hover::before {
	width: 200px; height: 200px;
}
.amg-land-feature-icon {
	font-size: 2.4rem;
	display: grid;
	place-items: center;
	width: 64px; height: 64px;
	margin-bottom: 1rem;
	background: linear-gradient(135deg, #fff4e6 0%, #ffe8cc 100%);
	border-radius: 14px;
	position: relative;
	z-index: 1;
}
.amg-land-feature h3 {
	margin: 0 0 .5rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f172a;
	letter-spacing: -.01em;
}
.amg-land-feature p {
	margin: 0;
	font-size: .9rem;
	color: #64748b;
	line-height: 1.6;
}
@media (max-width: 900px) {
	.amg-land-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
	.amg-land-features { grid-template-columns: 1fr; }
}

/* ============================================================
 * PLANES
 * ============================================================ */
.amg-land-plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin: 3rem 0 2rem;
	align-items: stretch;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.amg-land-plan {
	position: relative;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	padding: 2.25rem 1.75rem;
	display: flex;
	flex-direction: column;
	transition: all .25s ease;
}
.amg-land-plan:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(15, 23, 42, .08);
	border-color: #cbd5e1;
}
.amg-land-plan-featured {
	background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
	border-color: #d07600;
	border-width: 2px;
	box-shadow: 0 24px 48px rgba(208, 118, 0, .12);
	transform: scale(1.04);
}
.amg-land-plan-featured:hover { transform: scale(1.04) translateY(-4px); }
.amg-land-plan-badge {
	position: absolute;
	top: -14px; left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #d07600 0%, #ea580c 100%);
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	padding: 6px 16px;
	border-radius: 999px;
	letter-spacing: .08em;
	white-space: nowrap;
	box-shadow: 0 6px 14px rgba(208, 118, 0, .35);
}
.amg-land-plan h3 {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -.015em;
}
.amg-land-plan-desc {
	margin: .35rem 0 1.25rem;
	font-size: .88rem;
	color: #64748b;
}
.amg-land-plan-price {
	display: flex;
	align-items: baseline;
	gap: .25rem;
}
.amg-land-plan-price strong {
	font-size: 2.6rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -.02em;
}
.amg-land-plan-price small {
	color: #64748b;
	font-weight: 500;
	font-size: 1rem;
}
.amg-land-plan-anual {
	color: #94a3b8;
	font-size: .78rem;
	margin: .2rem 0 1.5rem;
}
.amg-land-plan-feat {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75rem;
	flex: 1;
}
.amg-land-plan-feat li {
	padding: .55rem 0;
	font-size: .9rem;
	color: #475569;
	border-bottom: 1px solid #f1f5f9;
	line-height: 1.4;
}
.amg-land-plan-feat li:last-child { border-bottom: 0; }
.amg-land-plan-no { color: #cbd5e1 !important; text-decoration: line-through; }
.amg-land-plan-faq {
	text-align: center;
	font-size: .92rem;
	color: #64748b;
	margin-top: 2.5rem;
}
.amg-land-plan-faq a {
	color: #d07600;
	font-weight: 700;
	text-decoration: none;
}
.amg-land-plan-faq a:hover { text-decoration: underline; }
@media (max-width: 900px) {
	.amg-land-plans { grid-template-columns: 1fr; gap: 1.5rem; max-width: 460px; }
	.amg-land-plan-featured { transform: none; }
	.amg-land-plan-featured:hover { transform: translateY(-4px); }
}

/* ============================================================
 * FAQ
 * ============================================================ */
.amg-land-faq {
	max-width: 820px;
	margin: 0 auto;
}
.amg-land-faq-item {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	margin-bottom: .75rem;
	overflow: hidden;
	transition: border-color .2s;
}
.amg-land-faq-item:hover { border-color: #cbd5e1; }
.amg-land-faq-item[open] { border-color: #d07600; }
.amg-land-faq-item summary {
	cursor: pointer;
	padding: 1.15rem 1.4rem;
	font-weight: 600;
	font-size: 1.02rem;
	color: #0f172a;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}
.amg-land-faq-item summary::-webkit-details-marker { display: none; }
.amg-land-faq-item summary::after {
	content: '+';
	font-size: 1.6rem;
	font-weight: 300;
	color: #94a3b8;
	transition: transform .25s;
	line-height: 1;
}
.amg-land-faq-item[open] summary::after {
	transform: rotate(45deg);
	color: #d07600;
}
.amg-land-faq-item p {
	padding: 0 1.4rem 1.4rem;
	margin: 0;
	color: #64748b;
	font-size: .95rem;
	line-height: 1.65;
}

/* ============================================================
 * TRIAL FORM
 * ============================================================ */
.amg-land-section-trial {
	background:
		radial-gradient(circle at 20% 50%, rgba(208, 118, 0, .08) 0%, transparent 60%),
		radial-gradient(circle at 80% 50%, rgba(234, 88, 12, .06) 0%, transparent 60%),
		linear-gradient(135deg, #fff4e6 0%, #ffe8cc 100%);
}
.amg-land-trial {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 4rem;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}
.amg-land-trial-left h2 {
	text-align: left;
	margin-bottom: .85rem;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.amg-land-trial-left p {
	font-size: 1.1rem;
	color: #475569;
	margin: 0 0 1.5rem;
	line-height: 1.55;
}
.amg-land-trial-feat {
	list-style: none;
	padding: 0;
	margin: 0;
}
.amg-land-trial-feat li {
	padding: .55rem 0;
	font-size: .95rem;
	color: #1f2933;
	border-bottom: 1px solid rgba(208, 118, 0, .1);
}
.amg-land-trial-feat li:last-child { border-bottom: 0; }
.amg-land-trial-right {
	background: #fff;
	padding: 2.5rem;
	border-radius: 22px;
	box-shadow: 0 30px 60px rgba(15, 23, 42, .12);
	border: 1px solid rgba(255, 255, 255, .8);
}
.amg-land-form-row { margin-bottom: 1.15rem; }
.amg-land-form-row label {
	display: block;
	font-size: .78rem;
	font-weight: 700;
	color: #475569;
	margin-bottom: .35rem;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.amg-land-form-row input {
	width: 100%;
	padding: .85rem 1rem;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	font-size: .95rem;
	font-family: inherit;
	transition: border-color .15s, box-shadow .15s;
	box-sizing: border-box;
	background: #fff;
}
.amg-land-form-row input:focus {
	outline: none;
	border-color: #d07600;
	box-shadow: 0 0 0 4px rgba(208, 118, 0, .12);
}
.amg-land-form-legal {
	font-size: .78rem;
	color: #94a3b8;
	text-align: center;
	margin: 1.15rem 0 0;
	line-height: 1.5;
}
.amg-land-form-legal a { color: #64748b; }

@media (max-width: 900px) {
	.amg-land-trial { grid-template-columns: 1fr; gap: 2rem; }
}

/* ============================================================
 * FOOTER PROFESIONAL
 * ============================================================ */
.amg-land-foot {
	background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
	color: #cbd5e1;
	padding: 4rem 0 2rem;
}
.amg-land-foot-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 3rem;
	margin-bottom: 3rem;
}
.amg-land-foot-brand p {
	font-size: .9rem;
	color: #94a3b8;
	line-height: 1.6;
	margin: .5rem 0 .85rem;
	max-width: 360px;
}
.amg-land-foot-logo {
	display: flex;
	align-items: center;
	gap: .55rem;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.amg-land-foot-by {
	font-size: .82rem;
	color: #64748b;
}
.amg-land-foot-by a {
	color: #d07600;
	text-decoration: none;
}
.amg-land-foot-by a:hover { text-decoration: underline; }
.amg-land-foot-col h4 {
	color: #fff;
	font-size: .92rem;
	font-weight: 700;
	margin: 0 0 1rem;
	letter-spacing: -.005em;
}
.amg-land-foot-col a {
	display: block;
	color: #94a3b8;
	text-decoration: none;
	font-size: .9rem;
	padding: .35rem 0;
	transition: color .15s;
}
.amg-land-foot-col a:hover { color: #fff; }
.amg-land-foot-bar {
	border-top: 1px solid rgba(255, 255, 255, .08);
	padding-top: 1.5rem;
	display: flex;
	justify-content: space-between;
	font-size: .82rem;
	color: #64748b;
	flex-wrap: wrap;
	gap: 1rem;
}
@media (max-width: 900px) {
	.amg-land-foot-grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
	.amg-land-foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
	.amg-land-foot-grid { grid-template-columns: 1fr; }
	.amg-land-foot-brand { grid-column: 1; }
	.amg-land-foot-bar { flex-direction: column; align-items: flex-start; }
}
