/* =============================================
   Home/About (landing pública) — rediseño visual
   Página standalone (Layout = null), CSS autocontenido.
   ============================================= */

* { box-sizing: border-box; }

body.ae-land-body {
    margin: 0;
    font-family: 'Public Sans', sans-serif;
    color: #001A3F;
    background: #fff;
}

.ae-land-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ── Header / Nav ── */
.ae-land-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eef1f6;
}
.ae-land-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 108px;
}
.ae-land-brand {
    display: flex;
    align-items: center;
}
.ae-land-brand img {
    height: 80px;
    width: auto;
}
.ae-land-nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ae-land-nav-actions .ae-land-login-btn {
    font-size: 16px !important;
    padding: 13px 26px !important;
    border-radius: 24px !important;
    gap: 10px !important;
    height: 48px !important;
    box-sizing: border-box !important;
}
.ae-land-nav-actions .ae-land-login-btn i {
    font-size: 16px;
}
.ae-land-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--ag-border, #dde3ef);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001A3F;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

/* ── Hero ── */
.ae-land-hero {
    position: relative;
    overflow: hidden;
    background: var(--Background-light, #F8F9FE);
    padding: 72px 0 80px;
}
.ae-land-hero-circle {
    position: absolute;
    border-radius: 50%;
    background: var(--Scale-Blue-10, #E5ECF7);
    pointer-events: none;
    z-index: 0;
}
.ae-land-hero-circle--tl {
    width: 320px;
    height: 320px;
    top: -140px;
    left: -120px;
}
.ae-land-hero-circle--tr {
    width: 260px;
    height: 260px;
    top: 20px;
    right: -100px;
    background: var(--Scale-Blue-10, #E5ECF7);
}
.ae-land-hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 48px;
}
.ae-land-hero-copy { flex: 1 1 50%; }
.ae-land-hero-art { flex: 1 1 50%; text-align: center; }
.ae-land-hero-art img { width: 100%; max-width: 420px; height: auto; }

.ae-land-eyebrow {
    display: inline-block;
    background: var(--Pastel-blue-100, #C2D4ED);
    color: #001A3F;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.ae-land-hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #001A3F;
    margin: 0 0 20px;
}
.ae-land-hero-subtitle {
    font-family: 'Public Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #6b7a99;
    margin: 0 0 32px;
    max-width: none;
    white-space: nowrap;
}
.ae-land-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2564BF;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s;
}
.ae-land-hero-cta:hover { background: #1d4f96; color: #fff; }

/* ── Secciones genéricas ── */
.ae-land-section {
    padding: 72px 0;
}
.ae-land-section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: var(--Scale-Navy-60, #001A3F);
    text-align: center;
    margin: 0 0 12px;
}
.ae-land-section-subtitle {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    color: #6b7a99;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 44px;
}

/* ── Nav: botón de idioma circular ── */
.ae-land-nav-actions .ag-icon-btn {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #2564BF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.ae-land-nav-actions .ag-icon-btn img {
    width: 20px !important;
    height: 20px !important;
    filter: brightness(0) invert(1) !important;
}
.ae-land-nav-actions .ag-icon-btn:hover {
    background: #1d4f96 !important;
}
.ae-land-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ── Por qué elegir ── */
.ae-land-why {
    background: var(--Scale-Sky-10, #E7F1FF);
    padding: 72px 0;
}
.ae-land-why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 44px;
}
.ae-land-why-card {
    flex: 1 1 210px;
    max-width: 224px;
    background: #F8FAFF;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ae-land-why-icon {
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--Pastel-sky-100, #C8DEFF);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.ae-land-why-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.ae-land-why-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15.5px;
    color: #001A3F;
    margin: 0 0 8px;
}
.ae-land-why-desc {
    font-family: 'Public Sans', sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    color: #6b7a99;
    margin: 0;
}

/* ── Un sistema para cada nivel ── */
.ae-land-sys {
    background: var(--Background-light, #F8F9FE);
    padding: 72px 0;
}
.ae-land-sys-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 44px;
}
.ae-land-sys-card {
    flex: 1 1 260px;
    max-width: 300px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,26,63,0.06);
    padding: 22px;
}
.ae-land-sys-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.ae-land-sys-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #2564BF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ae-land-sys-icon--teal {
    background: #17A2A0;
}
.ae-land-sys-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.ae-land-sys-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: #001A3F;
    margin: 0;
}
.ae-land-sys-desc {
    font-family: 'Public Sans', sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    color: #6b7a99;
    margin: 0;
}

/* ── Un espacio para cada rol ── */
.ae-land-roles {
    background: var(--Scale-Cyan-10, #E9F8FF);
    padding: 72px 0;
}
.ae-land-roles-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 44px;
}
.ae-land-roles-card {
    flex: 1 1 260px;
    max-width: 280px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,26,63,0.06);
}
.ae-land-roles-photo {
    width: 100%;
    height: 170px;
}
.ae-land-roles-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ae-land-roles-body {
    padding: 18px 18px 22px;
}
.ae-land-roles-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15.5px;
    color: #001A3F;
    margin: 0 0 8px;
}
.ae-land-roles-desc {
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7a99;
    margin: 0;
}

/* ── Descarga de app ── */
.ae-land-app {
    position: relative;
    background: #F8F9FE;
    padding: 88px 0;
}
.ae-land-app-art {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(max(0px, (100vw - 1240px) / 2) + 32px + 560px);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 3;
    pointer-events: none;
}
.ae-land-app-art img { height: 100%; width: auto; max-width: 100%; object-fit: contain; }

.ae-land-app-grid {
    position: relative;
    display: flex;
    align-items: center;
}
.ae-land-app-card {
    position: relative;
    z-index: 2;
    flex: 1 1 60%;
    max-width: 760px;
    background: #fff;
    border-radius: 24px;
    padding: 48px 56px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.ae-land-app-eyebrow {
    display: inline-block;
    background: #CBEEFF;
    color: #001A3F;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 0.03em;
    padding: 7px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.ae-land-app-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #001A3F;
    margin: 0 0 14px;
    text-align: left;
}
.ae-land-app-desc {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6b7a99;
    margin: 0 0 22px;
}
.ae-land-app-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ae-land-app-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #001A3F;
}
.ae-land-app-dot {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #50CFBC;
}
.ae-land-app-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.ae-land-app-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 186px;
    height: 56px;
    padding: 2px 12px;
    border: 1px solid #999999;
    border-radius: 16px;
    background: #FFFFFF;
    text-decoration: none;
    color: #001A3F;
    box-sizing: border-box;
}
.ae-land-app-badge--apple {
    min-width: 175px;
}
.ae-land-app-badge i {
    font-size: 30px;
    margin-left: 8px;
    color: #000;
}
.ae-land-app-badge .fa-google-play {
    color: #00C853;
}
.ae-land-app-badge span {
    display: flex;
    flex-direction: column;
}
.ae-land-app-badge small {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.3;
    color: #6b7a99;
}
.ae-land-app-badge strong {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #001A3F;
}

/* ── Respaldada por Asambleas de Dios ── */
.ae-land-trust {
    background: var(--Scale-Sky-10, #E7F1FF);
    padding: 72px 0;
}
.ae-land-trust-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 780px;
    margin: 0 auto;
}
.ae-land-trust-badges {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.ae-land-trust-badges img { width: 100%; height: auto; }
.ae-land-trust-badges img.ae-land-mm33-logo { max-width: 160px; }
.ae-land-trust-list {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ae-land-trust-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15.5px;
    color: #001A3F;
}
.ae-land-trust-check {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #2564BF;
    color: #2564BF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ae-land-trust-check--teal {
    border-color: #17A2A0;
    color: #17A2A0;
}

/* ── Formulario de contacto (Contactenos/Create) dentro del landing ── */
.ae-land-contact {
    background: #fff;
    padding: 0;
}
.ae-land-demo-grid {
    display: flex;
    width: 100%;
}
.ae-land-demo-aside {
    flex: 1 1 50%;
    background: linear-gradient(160deg, #4E8EF7 0%, #2564BF 100%);
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ae-land-demo-badge {
    display: inline-block;
    align-self: flex-start;
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 11.5px;
    letter-spacing: 0.03em;
    padding: 7px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.ae-land-demo-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0 0 16px;
}
.ae-land-demo-subtitle {
    font-family: 'Public Sans', sans-serif;
    font-size: 16.5px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0 0 32px;
}
.ae-land-demo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ae-land-demo-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    color: #fff;
}
.ae-land-demo-form {
    flex: 1 1 50%;
    background: #F8F9FE;
    padding: 56px;
}
.ae-land-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.ae-land-contact-grid .frm-card-actions {
    margin-top: 8px;
}
.ae-land-demo-form .frm-btn-save {
    width: 100% !important;
    height: 52px !important;
    border-radius: 26px !important;
    font-size: 15px !important;
}
.ae-land-demo-disclaimer {
    font-family: 'Public Sans', sans-serif;
    font-size: 12.5px;
    color: #6b7a99;
    margin: 12px 0 0;
}
@media (max-width: 900px) {
    .ae-land-demo-grid { flex-direction: column; }
    .ae-land-demo-aside, .ae-land-demo-form { padding: 48px 28px; }
}

@media (max-width: 900px) {
    .ae-land-hero-grid { flex-direction: column; }
    .ae-land-hero-title { font-size: 32px; line-height: 40px; }
    .ae-land-hero-subtitle { white-space: normal; }
    .ae-land-app-grid { flex-direction: column; }
    .ae-land-app-card { max-width: 100%; }
    .ae-land-app-title, .ae-land-app-desc { text-align: center; }
    .ae-land-app-badges { justify-content: center; }
    .ae-land-app-art { display: none; }
    .ae-land-trust-grid { flex-direction: column; }
}
