/* =============================================================
   pxl-hero-horner — Beth Horner & Associates Hero Section
   ============================================================= */

.pxl-hero-horner {
    background-color: #486ee2;
    background-image:
        radial-gradient(circle at 15% 50%, rgba(255,255,255,0.10) 0%, transparent 55%),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,0.07) 0%, transparent 45%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative circles */
.pxl-hero-horner::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 380px;
    height: 380px;
    background-color: rgba(255,255,255,0.07);
    border-radius: 50%;
    pointer-events: none;
}

.pxl-hero-horner::after {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -70px;
    width: 260px;
    height: 260px;
    background-color: rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
}

/* ── Row ── */
.pxl-hero-horner--row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 64px !important;
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    z-index: 1;
}

/* ── Left: Logo Card ── */
.pxl-hero-horner--col-logo {
    flex: 0 0 320px !important;
    width: 320px !important;
    max-width: 320px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 36px 28px !important;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.18);
}

.pxl-hero-horner--logo-wrap {
    margin-bottom: 20px;
}

.pxl-hero-horner--logo-wrap img,
.pxl-hero-horner--logo-wrap .custom-logo {
    max-width: 140px;
    max-height: 160px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Thin divider between logo and icons */
.pxl-hero-horner--logo-divider {
    width: 48px;
    height: 2px;
    background-color: rgba(72,110,226,0.2);
    border-radius: 2px;
    margin: 0 auto 24px;
}

/* Microsoft app icons */
.pxl-hero-horner--app-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
    margin-bottom: 22px !important;
}

/* Icon wrapper — holds the image + tooltip */
.pxl-ms-icon-wrap {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: default;
}

.pxl-ms-icon {
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    transition: transform 0.18s ease, filter 0.18s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

.pxl-ms-icon-wrap:hover .pxl-ms-icon {
    transform: translateY(-3px) scale(1.12);
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.25));
}

/* CSS tooltip */
.pxl-ms-icon-wrap::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background-color: rgba(15,12,29,0.88);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
}

/* Tooltip arrow */
.pxl-ms-icon-wrap::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    border: 5px solid transparent;
    border-top-color: rgba(15,12,29,0.88);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
}

.pxl-ms-icon-wrap:hover::after,
.pxl-ms-icon-wrap:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Microsoft wordmark */
.pxl-hero-horner--ms-wordmark {
    margin-top: 2px;
}

.pxl-ms-svg {
    display: block;
    margin: 0 auto;
}

/* ── Right: Content Column ── */
.pxl-hero-horner--col-content {
    flex: 1 1 0 !important;
    max-width: 476px !important;
    min-width: 0;
}

/* Contact bar */
.pxl-hero-horner--contact-bar {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
    line-height: 1.4 !important;
}

.pxl-hero-horner--contact-bar a {
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.45) !important;
    padding-bottom: 1px;
    transition: border-color 0.2s ease, opacity 0.2s ease;
}

.pxl-hero-horner--contact-bar a:hover {
    border-bottom-color: #ffffff !important;
}

.pxl-hero-horner--sep {
    margin: 0 10px;
    opacity: 0.5;
    font-weight: 400;
}

/* Welcome badge */
.pxl-hero-horner--badge {
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #486ee2 !important;
    background-color: #ffffff !important;
    padding: 6px 18px !important;
    border-radius: 20px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12) !important;
    line-height: 1.6 !important;
}

/* Description */
.pxl-hero-horner--desc {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.65 !important;
    margin-bottom: 24px !important;
    max-width: 480px;
    opacity: 0.95;
}

/* Service list */
.pxl-hero-horner--services {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 32px !important;
}

.pxl-hero-horner--services li {
    position: relative !important;
    padding-left: 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
    line-height: 1.55 !important;
    opacity: 0.95;
}

/* Circle checkmark */
.pxl-hero-horner--services li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    width: 18px !important;
    height: 18px !important;
    background-color: rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(255,255,255,0.65) !important;
}

.pxl-hero-horner--services li::after {
    content: '' !important;
    position: absolute !important;
    left: 5px !important;
    top: 8px !important;
    width: 8px !important;
    height: 5px !important;
    border-left: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    transform: rotate(-45deg) !important;
}

/* CTA Buttons */
.pxl-hero-horner--buttons {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.pxl-hero-horner--btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 14px 32px !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-hero-horner--btn-fill {
    background-color: #ffffff !important;
    color: #486ee2 !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15) !important;
}

.pxl-hero-horner--btn-fill:hover {
    background-color: transparent !important;
    color: #ffffff !important;
}

.pxl-hero-horner--btn-outline {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.65) !important;
}

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

/* ── Responsive ── */
@media (max-width: 991px) {
    .pxl-hero-horner--row {
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 36px !important;
    }
    .pxl-hero-horner--col-logo,
    .pxl-hero-horner--col-content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .pxl-hero-horner--desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .pxl-hero-horner {
        padding: 52px 0;
    }
    .pxl-hero-horner--contact-bar {
        font-size: 14px !important;
    }
    .pxl-hero-horner--sep {
        display: none;
    }
    .pxl-hero-horner--contact-bar {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
    }
    .pxl-hero-horner--desc {
        font-size: 16px !important;
    }
    .pxl-hero-horner--btn {
        padding: 12px 22px !important;
        font-size: 12px !important;
    }
}
