/* =============================================================
   pxl-hero2 — Beth Horner & Associates Hero v2
   Two-column: text left, app-icons card right
   ============================================================= */

.pxl-hero2 {
    background-color: #ffffff;
    padding: 88px 0 80px;
    position: relative;
    overflow: hidden;
}

/* ── Background blobs ── */
.pxl-hero2--bg-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.pxl-hero2--bg-blob:first-child {
    top: -140px;
    right: -160px;
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(72,110,226,0.07) 0%, transparent 65%);
}

.pxl-hero2--bg-blob-2 {
    bottom: -100px;
    left: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(72,110,226,0.04) 0%, transparent 65%);
}

/* ── Row ── */
.pxl-hero2--row {
    display: flex !important;
    align-items: center !important;
    gap: 56px !important;
}

/* ── Left column ── */
.pxl-hero2--col-text {
    flex: 0 0 44% !important;
    max-width: 44% !important;
}

/* ── Right column ── */
.pxl-hero2--col-visual {
    flex: 1 1 0 !important;
    min-width: 0;
}

/* ── Badge ── */
.pxl-hero2--badge {
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #486ee2 !important;
    background-color: rgba(72,110,226,0.09) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    margin-bottom: 22px !important;
    line-height: 1.6 !important;
}

/* ── Heading ── */
.pxl-hero2--heading {
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    color: #486ee2 !important;
    margin: 0 0 20px !important;
    letter-spacing: -0.5px !important;
}

.pxl-hero2--accent {
    display: block !important;
    color: #486ee2 !important;
    font-weight: 800 !important;
}

/* ── Description ── */
.pxl-hero2--desc {
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #5a5a78 !important;
    margin: 0 0 32px !important;
}

/* ── Highlighted phrases ── */
.pxl-hero2--highlight {
    color: #486ee2 !important;
    font-weight: 700 !important;
}

/* ── CTA Buttons ── */
.pxl-hero2--buttons {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin-bottom: 32px !important;
}

.pxl-hero2--btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 14px 30px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.pxl-hero2--btn-fill {
    background-color: #486ee2 !important;
    color: #ffffff !important;
    border: 2px solid #486ee2 !important;
    box-shadow: 0 6px 22px rgba(72,110,226,0.32) !important;
}

.pxl-hero2--btn-fill:hover {
    background-color: #3558c8 !important;
    border-color: #3558c8 !important;
    box-shadow: 0 8px 28px rgba(72,110,226,0.40) !important;
    color: #ffffff !important;
}

.pxl-hero2--btn-outline {
    background-color: transparent !important;
    color: #486ee2 !important;
    border: 2px solid rgba(72,110,226,0.45) !important;
}

.pxl-hero2--btn-outline:hover {
    background-color: #486ee2 !important;
    color: #ffffff !important;
    border-color: #486ee2 !important;
}

/* ── Social proof ── */
.pxl-hero2--proof {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.pxl-hero2--stars {
    color: #f5a623 !important;
    font-size: 17px !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
}

.pxl-hero2--proof-text {
    font-size: 13px !important;
    color: #7a7a95 !important;
    line-height: 1.4 !important;
}

.pxl-hero2--proof-text strong {
    color: #0d0d1e !important;
}

/* ── Visuals container ── */
.pxl-hero2--visuals {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ── Static info block ── */
.pxl-hero2--info {
    width: 100%;
}

.pxl-hero2--info-lead {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    color: #0d0d1e;
    margin: 0 0 16px;
}

.pxl-hero2--info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pxl-hero2--info-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #2a2a3e;
    line-height: 1.4;
}

.pxl-hero2--info-list li::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    background-color: rgba(72,110,226,0.12);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%23486ee2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

/* ── Card base ── */
.pxl-hero2--card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(18,18,42,0.10);
}

/* ── Float animation ── */
@keyframes pxl2-float-c {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-7px); }
}

/* ── Card: App Icons ── */
.pxl-hero2--card-apps {
    width: 100%;
    padding: 24px 24px 26px;
    animation: pxl2-float-c 5.2s ease-in-out infinite;
    animation-delay: 1.4s;
}

.pxl-hero2--apps-header {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
}

.pxl-hero2--apps-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #486ee2;
    flex-shrink: 0;
}

.pxl-hero2--apps-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #0d0d1e;
    text-transform: uppercase;
}

.pxl-hero2--apps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.pxl-hero2--app-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.pxl-hero2--app-icon {
    display: block;
    width: 36px;
    height: 36px;
    transition: transform 0.18s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.10));
}

.pxl-hero2--app-wrap:hover .pxl-hero2--app-icon {
    transform: translateY(-3px) scale(1.1);
}

.pxl-hero2--app-name {
    font-size: 10px;
    font-weight: 600;
    color: #7a7a95;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
}

/* ── Responsive: tablet ── */
@media (max-width: 991px) {
    .pxl-hero2--row {
        flex-direction: column !important;
        gap: 52px !important;
    }
    .pxl-hero2--col-text {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
    .pxl-hero2--col-visual {
        width: 100% !important;
        max-width: 480px;
        margin: 0 auto;
    }
    .pxl-hero2--proof {
        justify-content: center !important;
    }
    .pxl-hero2--buttons {
        justify-content: center !important;
    }
    .pxl-hero2--heading {
        font-size: 36px !important;
    }
}

/* ── Responsive: mobile ── */
@media (max-width: 600px) {
    .pxl-hero2 {
        padding: 60px 0 52px;
    }
    .pxl-hero2--heading {
        font-size: 28px !important;
        letter-spacing: -0.3px !important;
    }
    .pxl-hero2--card-apps {
        padding: 18px 16px 20px;
    }
    .pxl-hero2--apps-grid {
        gap: 6px;
    }
    .pxl-hero2--app-icon {
        width: 30px;
        height: 30px;
    }
    .pxl-hero2--app-name {
        font-size: 9px;
    }
}
