/* =============================================
   Landing pública (Landing/Index) — Alta Summa
   Página standalone (Layout = null), CSS autocontenido.
   ============================================= */

* { box-sizing: border-box; }

body.as-land-body {
    margin: 0;
    font-family: 'Public Sans', sans-serif;
    color: #001A3F;
    background: #fff;
}

.as-land-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ── Header / Nav ── */
.as-land-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eef1f6;
}
.as-land-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
}
.as-land-nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.as-land-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.as-land-brand img { height: 34px; width: auto; }

.as-land-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #001A3F;
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 24px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .18s;
}
.as-land-login-btn:hover { background: #173D73; color: #fff; }

/* ── Hero ── */
.as-land-hero {
    position: relative;
    overflow: hidden;
    background: #F8F9FE;
    padding: 72px 0 80px;
}
.as-land-hero-circle {
    position: absolute;
    border-radius: 50%;
    background: #E5ECF7;
    pointer-events: none;
    z-index: 0;
}
.as-land-hero-circle--tl { width: 320px; height: 320px; top: -140px; left: -120px; }
.as-land-hero-circle--tr { width: 260px; height: 260px; top: 20px; right: -100px; }

.as-land-hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 48px;
}
.as-land-hero-copy { flex: 1 1 50%; }
.as-land-hero-art { flex: 1 1 50%; text-align: center; }
.as-land-hero-art img { width: 100%; max-width: 420px; height: auto; }

.as-land-eyebrow {
    display: inline-block;
    background: #C2D4ED;
    color: #001A3F;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 999px;
    margin-bottom: 22px;
}
.as-land-hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0%;
    color: #001A3F;
    margin: 0 0 20px;
}
.as-land-hero-subtitle {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #666666;
    margin: 0 0 32px;
    max-width: 480px;
}
.as-land-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #001A3F;
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s;
}
.as-land-hero-cta:hover { background: #173D73; color: #fff; }

/* ── Secciones genéricas ── */
.as-land-section { padding: 72px 0; }
.as-land-section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #001A3F;
    text-align: center;
    margin: 0 0 12px;
}
.as-land-section-subtitle {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 44px;
}

/* ── Por qué elegir Alta Summa ── */
.as-land-why { background: #E7F1FF; padding: 72px 0; }
.as-land-why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 44px;
}
.as-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;
}
.as-land-why-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 18px;
    background: #C8DEFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.as-land-why-icon img { width: 30px; height: 30px; object-fit: contain; }
.as-land-why-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #001A3F;
    text-align: center;
    margin: 0 0 6px;
}
.as-land-why-desc {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #666666;
    text-align: center;
    margin: 0;
}
.as-land-why-desc + .as-land-why-desc { margin-top: 6px; }

/* ── Todo tu sistema financiero, integrado ── */
.as-land-sys { background: #F8F9FE; padding: 72px 0; }
.as-land-sys-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 44px;
}
.as-land-sys-card {
    flex: 1 1 260px;
    max-width: 290px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,26,63,0.06);
    padding: 22px;
}
.as-land-sys-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.as-land-sys-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #2564BF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as-land-sys-icon--navy { background: #001A3F; }
.as-land-sys-icon--teal { background: #50CFBC; }
.as-land-sys-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.as-land-sys-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #001A3F;
    margin: 0;
}
.as-land-sys-desc {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #666666;
    margin: 0;
}

/* ── Un acceso claro para cada responsable ── */
.as-land-roles { background: #E9F8FF; padding: 72px 0; }
.as-land-roles-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 44px;
}
.as-land-roles-card {
    flex: 1 1 240px;
    max-width: 264px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,26,63,0.06);
}
.as-land-roles-photo { width: 100%; height: 159px; }
.as-land-roles-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.as-land-roles-body { padding: 16px 16px 20px; }
.as-land-roles-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #001A3F;
    margin: 0 0 8px;
}
.as-land-roles-desc {
    font-family: 'Public Sans', sans-serif;
    font-size: 12.5px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}

/* ── Agendá tu demo ── */
.as-land-demo { background: #fff; }
.as-land-demo-grid { display: flex; width: 100%; flex-wrap: wrap; }
.as-land-demo-aside {
    flex: 1 1 50%;
    min-width: 320px;
    background: linear-gradient(135deg, #001A3F 0%, #2564BF 100%);
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.as-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: .03em;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}
.as-land-demo-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    color: #fff;
    margin: 0 0 16px;
}
.as-land-demo-subtitle {
    font-family: 'Public Sans', sans-serif;
    font-size: 15.5px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0 0 30px;
}
.as-land-demo-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.as-land-demo-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Public Sans', sans-serif;
    font-size: 14.5px;
    color: #fff;
}
.as-land-demo-list li i { color: #fff; }

.as-land-demo-form { flex: 1 1 50%; min-width: 320px; background: #F8F9FE; padding: 56px; }
.as-land-demo-field { margin-bottom: 16px; }
.as-land-demo-label {
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #001A3F;
    margin-bottom: 6px;
}
.as-land-demo-input {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-family: 'Public Sans', sans-serif;
    font-size: 13.5px;
    color: #001A3F;
    background: #fff;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
.as-land-demo-input::placeholder { color: #94A3B8; }
.as-land-demo-input:focus { border-color: #001A3F; box-shadow: 0 0 0 3px rgba(0,26,63,.12); }

/* Selector de código de país (intl-tel-input) en el campo Teléfono */
.as-land-demo-field .iti { width: 100%; }
.as-land-demo-field .iti input.as-land-demo-input { width: 100%; }
.as-land-demo-field .iti__selected-flag { border-radius: 8px 0 0 8px; }
.as-land-demo-field .iti input:focus { border-color: #001A3F; box-shadow: 0 0 0 3px rgba(0,26,63,.12); }

.as-land-demo-submit {
    width: 100%;
    height: 46px;
    background: #001A3F;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background .18s;
    margin-top: 4px;
}
.as-land-demo-submit:hover { background: #173D73; }

.as-land-demo-disclaimer {
    font-family: 'Public Sans', sans-serif;
    font-size: 11.5px;
    color: #94A3B8;
    margin: 12px 0 0;
}

@media (max-width: 900px) {
    .as-land-hero-grid { flex-direction: column; }
    .as-land-hero-title { font-size: 34px; line-height: 42px; }
    .as-land-demo-aside, .as-land-demo-form { padding: 40px 28px; }
}
