/* ===== LEVEL 2 PRO SAAS UI ===== */

.edd_downloads_list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

/* CARD */
.edd_download {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    padding: 0;
    margin: 0 !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.edd_download:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.15);
}

/* IMAGE */
.edd_download_image {
    position: relative;
    overflow: hidden;
}

.edd_download_image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.edd_download:hover .edd_download_image img {
    transform: scale(1.05);
}

/* BADGE */
.edd_download::before {
    content: "PRO";
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    z-index: 2;
}

/* INNER */
.edd_download_inner {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* TITLE */
.edd_download_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.edd_download_title a {
    color: #0f172a;
    text-decoration: none;
}

.edd_download_title a:hover {
    color: #2563eb;
}

/* DESCRIPTION */
.edd_download_excerpt {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    flex-grow: 1;
}

/* PRICE */
.edd_price {
    font-size: 18px;
    font-weight: 800;
    color: #2563eb;
    margin: 12px 0;
}

/* BUTTON WRAP */
.edd_download_purchase_form {
    display: flex;
    gap: 10px;
}

/* BUY BUTTON */
.edd-submit {
    flex: 1;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff !important;
    border-radius: 10px;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    border: none;
}

/* DEMO BUTTON */
.ge-demo-btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* HOVER EFFECT */
.edd-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.25);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .edd_downloads_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .edd_downloads_list {
        grid-template-columns: 1fr;
    }
}








/* =========================
   GE HIGH-TECH FOOTER
   ========================= */

.ge-footer {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(0, 224, 255, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(86, 255, 168, 0.10), transparent 22%),
        linear-gradient(135deg, #040814 0%, #071122 45%, #0a1a36 100%);
    color: #EAF2FF;
    border-top: 1px solid rgba(110, 193, 228, 0.18);
    overflow: hidden;
}

.ge-footer-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(110, 193, 228, 0.08), transparent),
        radial-gradient(circle at 20% 0%, rgba(110, 193, 228, 0.12), transparent 25%);
    opacity: 1;
}

.ge-footer-top {
    position: relative;
    z-index: 2;
    padding: 56px 0 30px;
}

.ge-footer .footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 38px;
    align-items: start;
}

.ge-footer .footer-col h3,
.ge-footer .footer-col h4 {
    color: #ffffff;
    margin: 0 0 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.ge-footer .footer-col h3 {
    font-size: 28px;
    line-height: 1.15;
}

.ge-footer .footer-col h4 {
    font-size: 20px;
}

.ge-footer .footer-brand p {
    margin: 18px 0 12px;
    color: #d8e7ff;
    font-size: 17px;
    line-height: 1.7;
    max-width: 420px;
}

.ge-footer .footer-brand small {
    display: inline-block;
    color: #9db4da;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.ge-footer-logo-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
}

.ge-footer-logo-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, #00d4ff 0%, #4776ff 45%, #00e0a4 100%);
    box-shadow:
        0 0 18px rgba(0, 212, 255, 0.35),
        0 0 35px rgba(71, 118, 255, 0.20);
    position: relative;
    flex: 0 0 46px;
}

.ge-footer-logo-icon::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(3px);
}

.ge-footer-tag {
    display: inline-block;
    font-size: 13px;
    color: #78d8ff;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 3px;
}

.ge-footer .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ge-footer .footer-menu li {
    margin: 0 0 12px;
}

.ge-footer .footer-menu a,
.ge-footer-mini-links a {
    color: #dfeaff;
    text-decoration: none;
    transition: all 0.25s ease;
    position: relative;
}

.ge-footer .footer-menu a:hover,
.ge-footer-mini-links a:hover {
    color: #6ec1e4;
    text-shadow: 0 0 10px rgba(110, 193, 228, 0.25);
}

.ge-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.ge-footer-badges span {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    color: #eaf2ff;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.ge-footer-feature-strip {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.02);
}

.ge-footer-feature-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 18px 0;
}

.ge-footer-feature-wrap span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.08);
    color: #f1f6ff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    padding: 18px 0 24px;
}

.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom-wrap p {
    margin: 0;
    color: #aac0e4;
    font-size: 14px;
}

.ge-footer-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.ge-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #6ec1e4, #00e0a4, transparent);
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 991px) {
    .ge-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (max-width: 767px) {
    .ge-footer-top {
        padding: 38px 0 22px;
    }

    .ge-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ge-footer .footer-col h3 {
        font-size: 24px;
    }

    .ge-footer .footer-col h4 {
        font-size: 18px;
    }

    .ge-footer .footer-brand p {
        font-size: 15px;
    }

    .ge-footer-feature-wrap {
        gap: 10px;
        padding: 14px 0;
    }

    .ge-footer-feature-wrap span {
        font-size: 13px;
        padding: 10px 14px;
    }

    .footer-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}