﻿/* ============================================================
   AgendaZ Nueva Landing — estilos encapsulados bajo .az-landing
   Archivo: wwwroot/css/agendaz-new-landing.css
   NO toca Bootstrap ni site_landings.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Nunito+Sans:ital,wght@0,300;0,400;0,600;1,300&display=swap');

/* ===== VARIABLES (scoped) ===== */
.az-landing {
    --az-blue: #1a56db;
    --az-blue-dark: #1340b0;
    --az-blue-light: #e8f0fd;
    --az-teal: #00b8c8;
    --az-teal-light: #e0f7fa;
    --az-orange: #f97316;
    --az-orange-light: #fff3e8;
    --az-p1: #1a56db;
    --az-p2: #1e6ef5;
    --az-p3: #5b9fff;
    --az-c1: #00b8c8;
    --az-c2: #00d4e8;
    --az-c3: #7ee8f5;
    --az-b1: #1a56db;
    --az-b2: #2563eb;
    --az-border: #e5e7eb;
    --az-text-main: #111827;
    --az-text-mid: #374151;
    --az-text-soft: #6b7280;
    font-family: 'Nunito Sans', Arial, sans-serif;
    color: #111827;
    overflow-x: hidden;
}

/* ===== ANIMATIONS ===== */
@keyframes az-float {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }
}

@keyframes az-floatR {
    0%,100% {
        transform: translateY(0) rotate(3deg)
    }

    50% {
        transform: translateY(-10px) rotate(3deg)
    }
}

@keyframes az-pulse {
    0% {
        transform: scale(1);
        opacity: .6
    }

    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes az-slideup {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes az-shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

@keyframes az-blob {
    0%,100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
    }
}

@keyframes az-ticker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.az-landing .az-anim-up {
    animation: az-slideup .7s ease both;
}

.az-landing .az-anim-up-d1 {
    animation: az-slideup .7s .1s ease both;
}

.az-landing .az-anim-up-d2 {
    animation: az-slideup .7s .2s ease both;
}

.az-landing .az-anim-up-d3 {
    animation: az-slideup .7s .3s ease both;
}

.az-landing .az-anim-up-d4 {
    animation: az-slideup .7s .4s ease both;
}


/* ===== LAYOUT ===== */
.az-landing .az-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}


.nav-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--purple);
    background: var(--purple-light);
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .05em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-a {
    color: var(--text-mid);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    transition: .2s;
}

    .nav-a:hover {
        color: var(--blue);
        background: var(--blue-light);
    }

.nav-cta {
    background: var(--grad);
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-family: 'Nunito',sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
    box-shadow: 0 2px 10px rgba(123,63,228,0.3);
}

    .nav-cta:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(123,63,228,0.4);
    }


/* ===== HERO ===== */
.hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg,#f4f7fe 0%,#e8f0fd 50%,#e0f7fa 100%);
    position: relative;
    overflow: hidden;
}

.blob1, .blob2, .blob3 {
    position: absolute;
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    animation: blob 8s ease-in-out infinite;
    opacity: .08;
    pointer-events: none;
}

.blob1 {
    width: 500px;
    height: 500px;
    top: -100px;
    right: -80px;
    background: linear-gradient(135deg,var(--blue),var(--teal));
    animation-delay: 0s;
}

.blob2 {
    width: 350px;
    height: 350px;
    bottom: -60px;
    left: -60px;
    background: linear-gradient(135deg,var(--teal),var(--blue));
    animation-delay: -3s;
}

.blob3 {
    width: 250px;
    height: 250px;
    top: 40%;
    right: 20%;
    background: var(--orange);
    animation-delay: -5s;
    opacity: .05;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(26,86,219,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(26,86,219,0.04) 1px,transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent);
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 80px 0;
    align-items: flex-end; /* era center, cámbialo a flex-end */
}

.hero-left {
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 7px 16px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--teal);
    position: relative;
}

    .badge-dot::after {
        content: '';
        position: absolute;
        inset: -3px;
        border-radius: 50%;
        background: var(--teal);
        animation: pulse-ring 1.5s ease-out infinite;
    }

.badge-txt {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    letter-spacing: .06em;
    text-transform: uppercase;
}

h1.hero-h {
    font-family: 'Nunito',sans-serif;
    font-size: clamp(34px,4.5vw,54px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    color: #111827;
}

    h1.hero-h .line2 {
        background: linear-gradient(135deg,var(--blue),var(--teal));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.hero-sub {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 32px;
    font-weight: 400;
    max-width: 460px;
}

    .hero-sub strong {
        color: #111827;
        font-weight: 700;
    }

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.btn-glow {
    background: var(--blue);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-family: 'Nunito',sans-serif;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 4px 16px rgba(26,86,219,0.35);
    position: relative;
    overflow: hidden;
}

    .btn-glow::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,transparent 30%,rgba(255,255,255,0.15),transparent 70%);
        background-size: 200% 100%;
        animation: shimmer 2.5s infinite;
    }

    .btn-glow:hover {
        transform: translateY(-2px);
        background: var(--blue-dark);
        box-shadow: 0 8px 24px rgba(26,86,219,0.45);
    }

.btn-ghost {
    background: #fff;
    color: var(--blue);
    border: 1.5px solid var(--blue);
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Nunito',sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

    .btn-ghost:hover {
        background: var(--blue-light);
    }
/* Trust bar */
.trust-bar {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.trust-icon {
    font-size: 14px;
    color: var(--teal);
}

.trust-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e5e7eb;
}

/* Hero right — mockup phone */
.hero-right {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.phone-wrap {
    position: relative;
    width: 280px;
    display: flex; /* añade esto */
    flex-direction: column; /* añade esto */
    align-items: center; /* añade esto */
    gap: 16px; /* espacio entre phone y botón */
    padding-bottom: 20px; /* espacio extra abajo */
    gap: 70px;
}

.phone-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 340px;
    height: 340px;
    background: radial-gradient(circle,rgba(26,86,219,0.12) 0%,transparent 70%);
    pointer-events: none;
}

.phone {
    width: 260px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 20px;
    animation: float 5s ease-in-out infinite;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.phone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.phone-logo {
    font-family: 'Nunito',sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #111827;
}

    .phone-logo span {
        color: var(--blue);
    }

.phone-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
}

.phone-card {
    background: #f4f7fe;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}

.pc-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9ca3af;
    margin-bottom: 5px;
}

.pc-val {
    font-family: 'Nunito',sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #111827;
}

.pc-sub {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}

.phone-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 0px;
}

.phone-mini {
    background: #f4f7fe;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
}

.pm-n {
    font-family: 'Nunito',sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: var(--blue);
}

.pm-l {
    font-size: 10px;
    color: #9ca3af;
    margin-top: 2px;
}

.phone-btn {
    width: 100%;
    background: var(--blue);
    border: none;
    color: #fff;
    padding: 11px;
    border-radius: 8px;
    font-family: 'Nunito',sans-serif;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
/* Floating badges on phone */
.float-badge {
    position: absolute;
    background: rgba(255,255,255,0.95);
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 8px;
}

.fb-1 {
    top: 10px;
    right: -50px;
    animation: floatR 4s ease-in-out infinite;
}

.fb-2 {
    bottom: 250px;
    left: -80px;
    animation: floatR 5s 1s ease-in-out infinite;
}

.fb-icon {
    font-size: 18px;
}

.fb-text {
    font-size: 11px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

    .fb-text span {
        display: block;
        font-weight: 400;
        color: #666;
        font-size: 10px;
    }

/* ===== TICKER ===== */
.ticker {
    overflow: hidden;
    background: #f4f7fe;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 0;
}

.ticker-track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: ticker 22s linear infinite;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 32px;
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    white-space: nowrap;
}

    .ticker-item .ti-dot {
        color: var(--teal);
    }

/* ===== SECTION BASE ===== */
.sec {
    padding: 90px 0;
}

.sec-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--blue);
    margin-bottom: 12px;
}

.sec-h {
    font-family: 'Nunito',sans-serif;
    font-size: clamp(26px,3.5vw,40px);
    font-weight: 900;
    letter-spacing: -.8px;
    margin-bottom: 16px;
    line-height: 1.15;
    color: #111827;
}

.sec-p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    font-weight: 300;
    max-width: 520px;
}

.center {
    text-align: center;
}

    .center .sec-p {
        margin: 0 auto;
    }




/* ===== TICKER ===== */
.az-landing .az-ticker {
    overflow: hidden;
    background: #f4f7fe;
    border-top: 1px solid var(--az-border);
    border-bottom: 1px solid var(--az-border);
    padding: 14px 0;
}

.az-landing .az-ticker-track {
    display: flex;
    width: max-content;
    animation: az-ticker 22s linear infinite;
}

.az-landing .az-ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 32px;
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    white-space: nowrap;
    letter-spacing: normal;
}

    .az-landing .az-ticker-item .az-ti-dot {
        color: var(--az-teal);
    }

/* ===== SECTION BASE ===== */
.az-landing .az-sec {
    padding: 35px 0;
}

.az-landing .az-sec-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--az-blue);
    margin-bottom: 12px;
}

.az-landing .az-sec-h {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 900;
    letter-spacing: -.8px;
    margin-bottom: 16px;
    line-height: 1.15;
    color: #111827;
}

.az-landing .az-sec-p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    font-weight: 300;
    max-width: 520px;
    margin: 0;
}

.az-landing .az-center {
    text-align: center;
}

    .az-landing .az-center .az-sec-p {
        margin: 0 auto;
    }

/* ===== PROFILE CARDS ===== */
.az-landing .az-profiles-sec {
    background: linear-gradient(180deg,#ffffff 0%,#f4f7fe 50%,#ffffff 100%);
}

.az-landing .az-profiles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 50px;
}

.az-landing .az-profile-card {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.az-landing .az-pc-pro {
    background: linear-gradient(160deg,#6a20c8 0%,#4a60d8 50%,#20a8d0 100%);
}

.az-landing .az-pc-space {
    background: linear-gradient(160deg,#0a40b4 0%,#1068d8 50%,#00b8d8 100%);
}

.az-landing .az-pc-inner {
    padding: 36px 32px;
    position: relative;
    z-index: 2;
}

.az-landing .az-pc-badge-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.az-landing .az-tag-sw,
.az-landing .az-tag-mk {
    background: rgba(255,255,255,0.95);
    color: #222;
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 24px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    border: none;
}

.az-landing .az-pc-question {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.az-landing .az-pc-tagline {
    font-size: 22px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    color: rgba(255,255,255,0.95);
    margin-bottom: 20px;
    line-height: 1.3;
}

    .az-landing .az-pc-tagline em {
        font-style: normal;
        color: var(--az-c2);
    }

.az-landing .az-pc-quote {
    background: rgba(0,0,0,0.2);
    border-left: 3px solid var(--az-c2);
    border-radius: 0 10px 10px 0;
    padding: 14px 16px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    line-height: 1.4;
}

    .az-landing .az-pc-quote em {
        font-style: normal;
        color: var(--az-c2);
    }

.az-landing .az-pc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.az-landing .az-pci {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.az-landing .az-pci-check {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border: none;
}

    .az-landing .az-pci-check svg {
        width: 12px;
        height: 12px;
    }

.az-landing .az-pci-text {
    font-size: 13.5px;
    color: rgba(255,255,255,0.88);
    line-height: 1.5;
}

    .az-landing .az-pci-text strong {
        color: #fff;
    }

.az-landing .az-pc-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.az-landing .az-pc-stat {
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 12px 14px;
}

.az-landing .az-ps-n {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}

.az-landing .az-ps-l {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    margin-top: 2px;
}

.az-landing .az-pc-cta {
    width: 100%;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255,255,255,0.4) !important;
    color: #fff !important;
    padding: 14px;
    border-radius: 14px;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
}

    .az-landing .az-pc-cta:hover {
        background: rgba(255,255,255,0.3);
        color: #fff;
    }

/* ===== ECOSYSTEM ===== */
.az-landing .az-eco-sec {
    background: #f4f7fe;
}

.az-landing .az-eco-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.az-landing .az-eco-visual {
    position: relative;
    height: 380px;
}

.az-landing .az-eco-node {
    position: absolute;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,26,77,0.12);
    border-radius: 20px;
    padding: 18px 20px;
    width: 160px;
    backdrop-filter: blur(10px);
    transition: .3s;
    box-shadow: 0 4px 20px rgba(0,26,77,0.08);
}

    .az-landing .az-eco-node:hover {
        background: #fff;
        transform: scale(1.04);
        box-shadow: 0 8px 30px rgba(0,26,77,0.15);
    }

.az-landing .az-en-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.az-landing .az-en-bl {
    bottom: 20px;
    left: 0;
}

.az-landing .az-en-br {
    bottom: 20px;
    right: 0;
}

.az-landing .az-en-icon {
    font-size: 22px;
    margin-bottom: 6px;
}

.az-landing .az-en-name {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.az-landing .az-en-tag {
    font-size: 11px;
    color: rgba(0,26,77,0.55);
    line-height: 1.4;
}

.az-landing .az-eco-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.az-landing .az-eco-gem {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    z-index: 5;
    border: none;
}

    .az-landing .az-eco-gem::after {
        content: '';
        position: absolute;
        inset: -20px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(0,201,228,0.15) 0%,transparent 70%);
        animation: az-pulse 2s ease-out infinite;
    }

/* ===== FEATURES ===== */
.az-landing .az-features-sec {
    background: linear-gradient(180deg,#f4f7fe,#ffffff);
}

.az-landing .az-feat-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-top: 50px;
}

.az-landing .az-feat-card {
    background: #ffffff;
    border: 1px solid var(--az-border);
    border-radius: 20px;
    padding: 28px 24px;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

    .az-landing .az-feat-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,var(--az-blue),var(--az-teal));
        opacity: 0;
        transition: .3s;
    }

    .az-landing .az-feat-card:hover {
        background: #f4f7fe;
        border-color: var(--az-blue);
        transform: translateY(-4px);
    }

        .az-landing .az-feat-card:hover::before {
            opacity: 1;
        }

.az-landing .az-fc-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.az-landing .az-fc-p {
    background: var(--az-blue-light);
}

.az-landing .az-fc-c {
    background: var(--az-teal-light);
}

.az-landing .az-fc-b {
    background: var(--az-orange-light);
}

.az-landing .az-fc-h {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #111827;
}

.az-landing .az-fc-p-txt {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.6;
}

/* ===== IMPACT ===== */
.az-landing .az-impact-sec {
    background: linear-gradient(135deg,#1340b0 0%,#1a56db 60%,#0e7ab0 100%);
    padding: 50px 0;
}

.az-landing .az-impact-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
}

.az-landing .az-impact-item {
    background: rgba(255,255,255,0.06);
    padding: 36px 24px;
    text-align: center;
    transition: .2s;
}

    .az-landing .az-impact-item:hover {
        background: rgba(255,255,255,0.12);
    }

.az-landing .az-ii-num {
    font-family: 'Nunito', sans-serif;
    font-size: 42px;
    font-weight: 900;
    background: linear-gradient(135deg,#fff,#7ee8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.az-landing .az-ii-lbl {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    margin-bottom: 6px;
}

.az-landing .az-ii-sub {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* ===== QUOTE ===== */
.az-landing .az-quote-sec {
    background: #f4f7fe;
    padding: 70px 0;
}

.az-landing .az-quote-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--az-border);
    border-radius: 16px;
    padding: 50px 48px;
    position: relative;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.az-landing .az-q-mark {
    font-family: 'Nunito', sans-serif;
    font-size: 100px;
    font-weight: 900;
    color: rgba(26,86,219,0.12);
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 32px;
}

.az-landing .az-q-text {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    color: #111827;
}

    .az-landing .az-q-text em {
        font-style: normal;
        color: var(--az-blue);
    }

.az-landing .az-q-sub {
    font-size: 14px;
    color: #9ca3af;
}

/* ===== CTA FINAL ===== */
.az-landing .az-cta-sec {
    background: linear-gradient(135deg,#1340b0 0%,#1a56db 50%,#0e7ab0 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.az-landing .az-cta-blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.az-landing .az-cb1 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(123,63,228,0.25),transparent);
    top: -100px;
    left: -100px;
}

.az-landing .az-cb2 {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(0,201,228,0.2),transparent);
    bottom: -80px;
    right: -80px;
}

.az-landing .az-cta-inner {
    text-align: center;
    position: relative;
    z-index: 2;
}

.az-landing .az-cta-h {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(30px,4.5vw,50px);
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 16px;
    line-height: 1.1;
    color: #fff;
}

    .az-landing .az-cta-h em {
        font-style: normal;
        background: linear-gradient(135deg,var(--az-c2),var(--az-p3));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.az-landing .az-cta-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    max-width: 480px;
    margin: 0 auto 14px;
    line-height: 1.65;
    font-weight: 300;
}

.az-landing .az-cta-offer {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 24px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    margin-bottom: 36px;
}

.az-landing .az-cta-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.az-landing .az-cta-email {
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.3) !important;
    border-radius: 14px;
    padding: 16px 22px;
    font-size: 15px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    width: 300px;
    outline: none;
    transition: .2s;
}

    .az-landing .az-cta-email::placeholder {
        color: rgba(255,255,255,0.45);
    }

    .az-landing .az-cta-email:focus {
        border-color: rgba(255,255,255,0.7) !important;
        background: rgba(255,255,255,0.22);
    }

.az-landing .az-cta-email-blue {
    background: var(--az-p3);
    border: var(--az-p3) !important;
    border-radius: 14px;
    padding: 12px 22px;
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    width: 300px;
    outline: none;
    transition: .2s;
}

    .az-landing .az-cta-email-blue::placeholder {
        color: rgba(255,255,255,0.45);
    }

.az-landing .az-cta-email-blu:focus {
    border-color: var(--az-p3) !important;
    background: var(--az-p3) !important;
}


.az-landing .az-cta-submit {
    background: #ffffff;
    color: var(--az-blue);
    border: none !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    .az-landing .az-cta-submit:hover {
        transform: translateY(-2px);
        background: #f4f7fe;
    }

.az-landing .az-cta-contact {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

    .az-landing .az-cta-contact a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        transition: .2s;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .az-landing .az-cta-contact a:hover {
            color: #fff;
        }

/* ===== RESPONSIVE ===== */
@media (max-width: 760px) {
    .az-landing .az-profiles-grid,
    .az-landing .az-eco-inner,
    .az-landing .az-feat-grid {
        grid-template-columns: 1fr;
    }

    .az-landing .az-impact-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* ============================================================
   MÓVIL — reemplaza TODO el bloque @media (max-width: 768px)
   que tienes ahora en agendaz-new-landing.css
   ============================================================ */

/* Ocultar menu-m en escritorio */
.menu-m {
    display: none;
}

@media (max-width: 768px) {

    /* ── NAV ── */
    nav {
        padding: 8px 0 !important;
    }

    .nav-inner {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 16px !important;
        flex-wrap: nowrap !important;
    }

    .nav-links {
        display: none !important;
    }

    .hover-blue:hover {
        color: var(--blue) !important;
        background: var(--blue-light) !important;
        border-radius: 8px;
        transition: .2s;
        margin-left: 5px;
        margin-right: 5px;
    }

    .logo {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0;
    }

    .logo-img {
        background: none !important;
        box-shadow: none !important;
        width: auto !important;
        height: auto !important;
        border-radius: 0 !important;
    }

        .logo-img img {
            display: block !important;
            height: 38px !important;
            width: auto !important;
        }

    .menu-m {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: auto !important;
        flex-shrink: 0;
        margin-top: 12px;
    }

        .menu-m .dropdown-toggle {
            background: none !important;
            border: none !important;
            box-shadow: none !important;
            padding: 6px 8px !important;
            margin-top: 0 !important;
            font-size: 0 !important;
            color: transparent !important;
        }

            .menu-m .dropdown-toggle::before {
                content: '';
                display: block;
                width: 24px;
                height: 2px;
                background: #311B92;
                box-shadow: 0 7px 0 #311B92, 0 14px 0 #311B92;
                position: relative;
                top: -3px;
            }

            .menu-m .dropdown-toggle::after {
                display: none !important;
            }

        .menu-m .dropdown-menu {
            right: 0 !important;
            left: auto !important;
            min-width: 180px !important;
            transform: none !important;
            margin-top: 30px !important;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
            padding: 6px;
        }

            .menu-m .dropdown-menu li {
                margin: 0 !important;
            }

        .menu-m .nav-a,
        .menu-m .dropdown-item {
            display: block !important;
            padding: 9px 14px !important;
            font-size: 14px !important;
            font-weight: 600 !important;
            color: #311B92 !important;
            text-decoration: none !important;
            border-radius: 8px;
        }

            .menu-m .nav-a:hover,
            .menu-m .dropdown-item:hover {
                background: #f4f7fe !important;
            }

    /* ── HERO ── */
    .hero {
        padding-top: 10px !important;
        min-height: auto !important;
    }

    .hero-inner {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 30px 0 40px !important;
    }

    .hero-right {
        display: none !important;
    }

    h1.hero-h {
        font-size: 32px !important;
        letter-spacing: -1px !important;
    }

    .hero-sub {
        font-size: 15px !important;
    }

    .hero-actions {
        flex-direction: column;
        gap: 10px !important;
    }

        .hero-actions .btn-glow,
        .hero-actions .btn-ghost {
            width: 100%;
            text-align: center;
        }

    .hero-badge {
        margin-top: 20px;
    }
        /* ── SECCIONES ── */
        .az-wrap {
        padding: 0 16px !important;
    }

    .az-sec {
        padding: 60px 0 !important;
    }

    .az-profiles-grid {
        grid-template-columns: 1fr !important;
    }

    .az-eco-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .az-eco-visual {
        height: 320px !important;
    }

    .az-feat-grid {
        grid-template-columns: 1fr !important;
    }

    .az-impact-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .az-quote-box {
        padding: 36px 24px !important;
    }

    .az-q-text {
        font-size: 18px !important;
    }

    .az-cta-form {
        flex-direction: column;
        align-items: center;
    }

    .az-cta-email {
        width: 100% !important;
        max-width: 340px;
    }

    .az-cta-submit {
        width: 100%;
        max-width: 340px;
    }
}

/* ===== MODAL CHAT FLOTANTE ===== */
.modal-container {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    bottom: auto !important;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

#btnMostrar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #311B92 !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(49,27,146,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s;
    padding: 0 !important;
}

    #btnMostrar:hover {
        transform: scale(1.08);
    }

    #btnMostrar svg {
        fill: #fff;
    }

.modal-fixed {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    padding: 16px;
    width: 160px;
    border: 1px solid #e5e7eb;
    margin-bottom: 8px;
}

    .modal-fixed .modal-header {
        background: none;
        border: none;
        padding: 0 0 10px 0;
        margin: 0;
    }

    .modal-fixed .modal-title {
        font-size: 13px;
        font-weight: 700;
        color: #311B92;
    }

    .modal-fixed .contact-icons {
        gap: 16px;
        margin: 0 0 8px 0;
        justify-content: center;
    }

    .modal-fixed .modal-footer {
        border: none;
        background: none;
        padding: 8px 0 0 0;
        margin: 0;
        text-align: center;
        border-top: 1px solid #f0f0f0;
    }

        .modal-fixed .modal-footer a {
            color: #311B92;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
        }

#modalFixed {
    display: none;
}

/* ===== NAV z-index fix ===== */
nav {
    z-index: 9998 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}


/* ===== Profiles tipo flyer ===== */

.az-flyer-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
    backface-visibility: hidden;
}


.az-flyer-pro {
    background: linear-gradient(180deg, #8B20E8 0%, #5b2fc9 30%, #1a56db 65%, #00b8c8 100%) !important;
}

.az-flyer-col {
    background: linear-gradient(180deg, #4db8e8 0%, #1a8fd8 30%, #1a56db 70%, #0a3fa8 100%) !important;
}

.az-fi {
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.az-frow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px;
}

.az-frow-q {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.9);
    line-height: 1.4;
    flex: 1;
    padding-right: 10px;
    margin-bottom: 14px;
    font-family: 'Nunito', sans-serif !important;
}

    .az-frow-q strong {
        color: #fff;
        font-weight: 1000 !important;
        font-size: 25px !important;
    }

.az-fbadge {
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.az-fbadge2 {
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.4);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.az-fsep {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 6px 0 18px;
}

.az-ftitle {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0px;
    margin-top:10px;
}

.az-frow2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.az-fmkt-text {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    flex: 1;
    margin-left: 6px;
    font-family: 'Nunito', sans-serif !important;
}

    .az-fmkt-text strong {
        color: #fff;
        font-weight: 900;
    }

.az-fprice {
    padding: 5px 0px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif !important;
}

.az-fprice-txt {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
}

    .az-fprice-txt em {
        font-style: normal;
        color: #7ee8f5;
    }

.az-fcontact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 4px;
}

.az-fcontact-line {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    font-weight: 800;
    font-family: 'Nunito', sans-serif !important;
}

    .az-fcontact-line strong {
        color: #fff;
    }

.az-fcta {
    background: white;
    border: 1.5px solid rgba(255,255,255,0.4) !important;
    color: blue !important;
    border-radius: 12px;
    padding: 13px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    margin-top: auto !important;
    transition: .2s;
    font-family: 'Nunito',sans-serif;
}

    .az-fcta:hover {
        background: rgba(255,255,255,0.3);
    }

@media (max-width: 640px) {
    .az-profiles-grid {
        grid-template-columns: 1fr !important;
    }
}


.az-col-question {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.9);
    font-family: 'Nunito', sans-serif !important;
}

    .az-col-question strong {
        font-weight: 1000 !important;
        color: #fff;
        font-size: 25px!important;
    }

.az-col-block {
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.az-col-block-text {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
}

    .az-col-block-text strong {
        color: #fff;
    }

.az-col-highlight {
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 16px;

    font-family: 'Nunito',sans-serif;
}


    .az-col-highlight em {
        font-style: normal;
        color: #7ee8f5;
    }



.az-badge-img-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 2px;
}

.az-badge-img-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

    .az-badge-img-col img {
        height: 100px;
        width: auto;
    }

.az-badge-img-rounded {
    border-radius: 10px;
}

/* ===== FORMULARIO CTA CON SELECTOR DE TIPO ===== */


/* Contenedor formulario*/
.az-tipo-form {
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    gap: 8px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto 24px;
    flex-wrap: nowrap;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
}


/* Botón activo más destacado */
.az-tipo-btn {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 1.5px solid rgba(255,255,255,0.25) !important;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.6);
    transition: .2s;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Nunito', sans-serif;
}

    .az-tipo-btn.active {
        background: #fff !important;
        color: #1a56db !important;
        border-color: #fff !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    }


    .az-tipo-btn:hover:not(.active) {
        background: rgba(255,255,255,0.15);
    }


.az-tipo-btn-dark {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 1.5px solid rgba(255,255,255,0.08) !important;
    background: rgba(255,255,255,0.08);
    color: #1a56db !important;
    transition: .2s;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0 2px 8px rgba(26, 86, 219, 0.3);
}

    .az-tipo-btn-dark.active {
        background: #1a56db !important;
        color: #fff !important;
        border-color: #fff !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    }


    .az-tipo-btn-dark:hover:not(.active) {
        background: rgba(255,255,255,0.15);
    }



.az-tipo-submit {
    padding: 12px 16px;
    font-size: 13px;
}
.az-tipo-sep {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.3);
    flex-shrink: 0;
    display: none;
}

.az-tipo-email {
    background: rgba(255,255,255,0.1);
    border: 1.5px solid rgba(255,255,255,0.08) !important;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    min-width: 0;
    width: 160px;
    flex: 1;
    outline: none;
    font-family: 'Nunito Sans', sans-serif;
}

    .az-tipo-email::placeholder {
        color: rgba(255,255,255,0.55);
    }


.az-tipo-email-dark {
    background: rgba(255,255,255,0.08);
    color: #1a56db !important;
    border: 1.5px solid rgba(255,255,255,0.8) !important;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    min-width: 190px;
    flex: 1;
    outline: none;
    font-family: 'Nunito Sans', sans-serif;
    box-shadow: 0 2px 8px rgba(26, 86, 219, 0.3);
}

.az-tipo-submit {
    background: #00d4e8;
    color: #003a50 !important;
    border: none !important;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none !important;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0 0 0 3px rgba(0,212,232,0.3);
    transition: .2s;
    display: inline-block;
}

    .az-tipo-submit:hover {
        background: #00eaff;
        color: #003a50 !important;
    }

.az-tipo-form-light {
    background: #ffffff;
    border: none;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    margin-top:20px;
}

    .az-tipo-form-light .az-tipo-sep {
        background: #e5e7eb;
        display: block;
    }

.az-tipo-email-dark::placeholder {
    color: #9ca3af;
}

@media (max-width: 768px) {
    .az-tipo-form {
        flex-direction: column;
        align-items: stretch;
    }

    .az-tipo-sep {
        display: none;
    }

    .az-tipo-email {
        min-width: 0;
        width: 100%;
    }

    .az-tipo-submit {
        width: 100%;
        text-align: center;
    }

    .az-tipo-btn {
        width: 100%;
        text-align: center;
    }
}


.hero-search {
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 2;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    /* backdrop-filter: blur(10px); /* efecto cristal opcional */
}


.hero-search-title {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: 1px;
}

.buscar-search-title {
    background: var(--green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.hero-search-row {
    display: flex;
    gap: 8px;
    align-items: center;
}


.hero-search-inputs {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.hero-search select {
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff!important;
}

.hero-search-select,
.hero-search-input {
    flex: 1;
    min-width: 180px;
    padding: 10px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
    color: #374151;
    background: #fff;
    outline: none;
}

    .hero-search-select:focus,
    .hero-search-input:focus {
        border-color: #1a56db;
    }

.hero-search-inputs .hero-search-input {
    flex: 1;
    min-width: 0;
}


.hero-search-btn {
    width: 100%;
    background: green;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    transition: .2s;
}

    .hero-search-btn:hover {
        background: #1340b0;
    }

