﻿html {
    scroll-behavior: smooth;
    scroll-padding-top: 78px;
}

    html[dir="rtl"] body {
        font-family: Arial, 'Cairo', Tahoma, sans-serif;
        text-align: right;
    }

    html[dir="ltr"] body {
        text-align: left;
    }

.home-public-page {
    background: #fff;
    color: #0f172a;
    overflow-x: hidden;
}

    .home-public-page .content-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 70px;
        min-height: auto !important;
        background: #fff;
    }

    .home-public-page .main-footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.brand-logo {
    height: 38px;
    width: auto;
}

.home-public-page .navbar .nav-link {
    font-weight: 700;
    color: #334155 !important;
}

    .home-public-page .navbar .nav-link:hover {
        color: #0d6efd !important;
    }

.home-public-page .btn {
    border-radius: 14px;
    font-weight: 800;
}

.home-public-page img {
    max-width: 100%;
}

/* HERO */
.lp-hero {
    padding: 86px 0 54px;
    background: radial-gradient(circle at top right, rgba(37, 99, 235, .15), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.lp-hero-combined {
    padding-bottom: 58px;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    background: #eaf2ff;
    color: #1d4ed8;
    border: 1px solid #d7e6ff;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 800;
    font-size: .9rem;
    margin-bottom: 18px;
}

.lp-hero-title {
    font-size: 3.05rem;
    line-height: 1.18;
    font-weight: 950;
    color: #0f172a;
    margin-bottom: 18px;
}

.lp-hero-text {
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.9;
    max-width: 620px;
    margin-bottom: 24px;
}

.lp-platform-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .lp-platform-logos span {
        background: #fff;
        border: 1px solid #e8eefb;
        border-radius: 14px;
        padding: 9px 16px;
        font-weight: 900;
        font-size: .86rem;
        box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
        transition: transform .2s ease, box-shadow .2s ease;
    }

        .lp-platform-logos span:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 36px rgba(15, 23, 42, .1);
        }

    .lp-platform-logos .temu {
        color: #f97316;
    }

    .lp-platform-logos .shein {
        color: #111827;
    }

    .lp-platform-logos .ali {
        color: #ef4444;
    }

    .lp-platform-logos .iherb {
        color: #16a34a;
    }

    .lp-platform-logos .sephora {
        color: #0f172a;
        letter-spacing: 1px;
    }

    .lp-platform-logos .yesstyle {
        color: #84cc16;
    }

.lp-hero-image {
    position: relative;
    background: #fff;
    border: 1px solid #e8eefb;
    border-radius: 28px;
    padding: 12px;
    box-shadow: 0 26px 64px rgba(37, 99, 235, .12);
}

    .lp-hero-image img {
        width: 100%;
        display: block;
        border-radius: 20px;
    }

.lp-floating-trust {
    position: absolute;
    bottom: 24px;
    inset-inline-start: 22px;
    background: #1d4ed8;
    color: #fff;
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 20px 42px rgba(29, 78, 216, .35);
    animation: lpSoftFloat 3.8s ease-in-out infinite;
}

    .lp-floating-trust strong {
        display: block;
        font-size: 1.45rem;
        line-height: 1;
    }

    .lp-floating-trust span {
        font-size: .84rem;
        opacity: .95;
    }

@keyframes lpSoftFloat {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 20px 42px rgba(29, 78, 216, .35);
    }

    50% {
        transform: translateY(-7px);
        box-shadow: 0 26px 52px rgba(29, 78, 216, .42);
    }
}

/* TRIAL */
.lp-trial-section {
    background: linear-gradient(180deg, #f3f7ff 0%, #fff 100%);
    padding: 10px 0 76px;
}

.lp-trial-card {
    background: #fff;
    border: 1px solid #e8eefb;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 26px 65px rgba(15, 23, 42, .08);
}

.lp-trial-card-modern {
    position: relative;
    overflow: hidden;
}

    .lp-trial-card-modern::before {
        content: "";
        position: absolute;
        inset-inline-start: -80px;
        top: -80px;
        width: 180px;
        height: 180px;
        background: rgba(37, 99, 235, .09);
        border-radius: 999px;
    }

.lp-trial-intro {
    text-align: center;
    margin-bottom: 20px;
}

.lp-trial-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    padding: 7px 13px;
    font-weight: 800;
    font-size: .85rem;
    margin-bottom: 10px;
}

.lp-trial-note {
    margin-top: 8px;
    color: #64748b;
    font-size: .92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

    .lp-trial-note i {
        color: #10b981;
    }

.lp-trial-form {
    display: grid;
    gap: 14px;
    align-items: end;
}

.lp-whatsapp-trial-form {
    max-width: 760px;
    margin: 20px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.lp-trial-form .form-group {
    margin-bottom: 0;
}

.lp-trial-form label {
    font-weight: 800;
    color: #334155;
    font-size: .9rem;
}

.lp-trial-form .form-control {
    height: 48px;
    border-radius: 13px;
    border-color: #dbe4ef;
}

.lp-trial-actions {
    display: flex;
    align-items: end;
    justify-content: center;
}

.lp-trial-main-btn {
    min-width: 190px;
    height: 48px;
    border-radius: 14px;
    font-weight: 900;
}

/* SECTIONS */
.lp-section {
    padding: 84px 0;
}

.lp-section-head {
    text-align: center;
    margin-bottom: 42px;
}

    .lp-section-head h2 {
        font-size: 2.15rem;
        font-weight: 900;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .lp-section-head p {
        max-width: 680px;
        margin: 0 auto;
        color: #64748b;
        line-height: 1.8;
    }

.lp-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e8eefb;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .lp-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 48px rgba(15, 23, 42, .08);
    }

    .lp-card i {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        background: #eff6ff;
        color: #1d4ed8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.45rem;
        margin-bottom: 16px;
    }

    .lp-card h3 {
        font-size: 1.12rem;
        font-weight: 900;
        color: #0f172a;
        margin-bottom: 8px;
    }

    .lp-card p {
        color: #64748b;
        line-height: 1.75;
        margin-bottom: 0;
    }

/* FEATURES */
.lp-features {
    background: linear-gradient(135deg, #0b1731 0%, #0f2f6b 48%, #1d4ed8 100%);
}

    .lp-features .lp-section-head h2,
    .lp-features .lp-section-head p {
        color: #fff;
    }

.lp-feature-card {
    height: 100%;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    padding: 26px;
    backdrop-filter: blur(8px);
}

    .lp-feature-card i {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        background: rgba(255,255,255,.14);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.45rem;
        margin-bottom: 16px;
    }

    .lp-feature-card h3 {
        font-size: 1.15rem;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .lp-feature-card p {
        color: rgba(255,255,255,.78);
        line-height: 1.75;
        margin-bottom: 0;
    }

/* IMAGE SECTION */
.lp-image-card {
    background: #fff;
    border-radius: 28px;
    padding: 12px;
    border: 1px solid #e8eefb;
    box-shadow: 0 26px 60px rgba(15, 23, 42, .08);
}

    .lp-image-card img {
        width: 100%;
        display: block;
        border-radius: 20px;
    }

.lp-checks {
    display: grid;
    gap: 12px;
}

    .lp-checks div {
        background: #f8fafc;
        border: 1px solid #e8eefb;
        border-radius: 16px;
        padding: 13px 16px;
        font-weight: 800;
        color: #334155;
    }

    .lp-checks i {
        color: #10b981;
        margin-inline-end: 6px;
    }

/* LOCAL */
.lp-local {
    background: #f8fafc;
}

.lp-local-card {
    background: linear-gradient(135deg, rgba(10, 27, 82, .96), rgba(29, 78, 216, .92)), url('/Images/landing/palestine-tech.webp') center/cover no-repeat;
    color: #fff;
    border-radius: 28px;
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    box-shadow: 0 26px 60px rgba(15, 23, 42, .12);
}

    .lp-local-card h2 {
        font-size: 1.8rem;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .lp-local-card p {
        margin-bottom: 0;
        opacity: .92;
    }

.lp-local-points {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .lp-local-points span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: rgba(255,255,255,.13);
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 999px;
        padding: 10px 14px;
        font-weight: 800;
    }

/* FAQ */
.lp-faq {
    max-width: 900px;
    margin: 0 auto;
}

    .lp-faq details {
        background: #fff;
        border: 1px solid #e8eefb;
        border-radius: 16px;
        padding: 18px 20px;
        margin-bottom: 12px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, .03);
    }

    .lp-faq summary {
        cursor: pointer;
        font-weight: 900;
        color: #0f172a;
    }

    .lp-faq p {
        color: #64748b;
        line-height: 1.8;
        margin-top: 12px;
        margin-bottom: 0;
    }

/* FINAL CTA */
.lp-final-cta {
    padding: 88px 0;
    background: linear-gradient(135deg, #0b1731 0%, #1d4ed8 100%);
}

.lp-final-card {
    color: #fff;
    text-align: center;
}

    .lp-final-card h2 {
        font-size: 2.45rem;
        font-weight: 950;
        margin-bottom: 12px;
    }

    .lp-final-card p {
        max-width: 650px;
        margin: 0 auto 24px;
        opacity: .9;
        line-height: 1.8;
    }

/* FLOATING WHATSAPP */
.lp-floating-whatsapp {
    position: fixed;
    inset-inline-end: 22px;
    bottom: 22px;
    z-index: 9999;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #22c55e;
    color: #fff !important;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 18px 40px rgba(34, 197, 94, .35);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .lp-floating-whatsapp:hover {
        transform: translateY(-3px);
        box-shadow: 0 24px 48px rgba(34, 197, 94, .45);
    }

    .lp-floating-whatsapp i {
        font-size: 1.45rem;
    }

    .lp-floating-whatsapp span {
        display: none;
    }

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .home-public-page .navbar-collapse {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .home-nav-actions {
        width: 100%;
        align-items: stretch !important;
        gap: .5rem;
        margin-top: .75rem;
    }

        .home-nav-actions form {
            margin: 0 !important;
            flex: 0 0 88px;
        }

        .home-nav-actions .btn {
            flex: 1;
        }

    .lp-hero {
        padding-top: 60px;
    }

    .lp-hero-title {
        font-size: 2.25rem;
    }

    .lp-whatsapp-trial-form {
        grid-template-columns: 1fr;
    }

    .lp-trial-main-btn {
        width: 100%;
    }

    .lp-section {
        padding: 64px 0;
    }

    .lp-local-card {
        text-align: center;
        justify-content: center;
    }

    .lp-local-points {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .home-public-page .content-wrapper {
        padding-top: 58px;
    }

    .brand-logo {
        height: 32px;
    }

    .home-public-page .navbar-brand span {
        font-size: 1rem;
    }

    .lp-hero {
        padding: 38px 0 38px;
    }

    .lp-hero-title {
        font-size: 1.85rem;
        line-height: 1.35;
    }

    .lp-hero-text {
        font-size: 1rem;
    }

    .lp-platform-logos span {
        font-size: .78rem;
        padding: 7px 11px;
    }

    .lp-floating-trust {
        position: static;
        margin-top: 12px;
        width: 100%;
        text-align: center;
    }

    .lp-trial-section {
        padding-bottom: 54px;
    }

    .lp-trial-card {
        padding: 20px;
        border-radius: 20px;
    }

    .lp-section-head {
        margin-bottom: 28px;
    }

        .lp-section-head h2,
        .lp-final-card h2 {
            font-size: 1.55rem;
            line-height: 1.35;
        }

    .lp-card,
    .lp-feature-card {
        padding: 22px;
    }

    .lp-local-card {
        padding: 24px 18px;
    }

        .lp-local-card h2 {
            font-size: 1.45rem;
        }
}


.lp-track-hero {
    min-height: calc(100vh - 70px);
    padding: 50px 0 50px;
    background: radial-gradient(circle at top right, rgba(37, 99, 235, .16), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.lp-track-card {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e8eefb;
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .09);
    text-align: center;
}

.lp-track-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    max-width: 680px;
    margin: 26px auto 0;
}

    .lp-track-form .form-control {
        height: 54px;
        border-radius: 16px;
        border-color: #dbe4ef;
        font-weight: 800;
        text-align: center;
        letter-spacing: .5px;
    }

    .lp-track-form .btn {
        min-width: 145px;
        height: 54px;
        border-radius: 16px;
        font-weight: 900;
    }

.lp-track-not-found {
    margin: 24px auto 0;
    max-width: 680px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
    border-radius: 18px;
    padding: 16px;
    display: grid;
    gap: 4px;
}

    .lp-track-not-found i {
        font-size: 1.45rem;
    }

.lp-track-result {
    margin: 28px auto 0;
    max-width: 760px;
    border: 1px solid #dbeafe;
    background: #f8fbff;
    border-radius: 24px;
    padding: 22px;
    text-align: initial;
}

.lp-track-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

    .lp-track-result-head span {
        display: block;
        color: #64748b;
        font-size: .85rem;
        font-weight: 800;
    }

    .lp-track-result-head strong {
        display: block;
        color: #0f172a;
        font-size: 1.25rem;
        font-weight: 950;
    }

.lp-track-status-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #1d4ed8;
    color: #fff !important;
    border-radius: 999px;
    padding: 9px 15px;
    font-weight: 900;
}

.lp-track-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 22px;
}

    .lp-track-info-grid div {
        background: #fff;
        border: 1px solid #e8eefb;
        border-radius: 16px;
        padding: 13px;
    }

    .lp-track-info-grid span {
        display: block;
        color: #64748b;
        font-size: .78rem;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .lp-track-info-grid strong {
        display: block;
        color: #0f172a;
        font-weight: 950;
    }

.lp-track-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.lp-track-step {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #94a3b8;
    border-radius: 18px;
    padding: 16px 10px;
    text-align: center;
    font-weight: 900;
}

    .lp-track-step i {
        display: block;
        font-size: 1.45rem;
        margin-bottom: 8px;
    }

    .lp-track-step.active {
        background: #ecfdf5;
        border-color: #bbf7d0;
        color: #047857;
    }

.lp-social-box {
    margin: 30px auto 0;
    padding-top: 22px;
    border-top: 1px solid #e8eefb;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

    .lp-social-box > span {
        font-weight: 900;
        color: #334155;
    }

.lp-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .lp-social-links a {
        width: 46px;
        height: 46px;
        border-radius: 999px;
        color: #fff !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        font-size: 1.25rem;
        box-shadow: 0 16px 35px rgba(15, 23, 42, .15);
        transition: transform .2s ease, box-shadow .2s ease;
    }

        .lp-social-links a:hover {
            transform: translateY(-3px);
            box-shadow: 0 22px 44px rgba(15, 23, 42, .22);
        }

    .lp-social-links .instagram {
        background: linear-gradient(135deg, #f97316, #db2777, #7c3aed);
    }

    .lp-social-links .facebook {
        background: #1877f2;
    }

    .lp-social-links .tiktok {
        background: #0f172a;
    }

@media (max-width: 767.98px) {
    .lp-track-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .lp-track-form {
        grid-template-columns: 1fr;
    }

        .lp-track-form .btn {
            width: 100%;
        }

    .lp-track-info-grid,
    .lp-track-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .lp-track-info-grid,
    .lp-track-steps {
        grid-template-columns: 1fr;
    }
}


/* SOCIAL */

.lp-social-section {
    padding: 30px 0 60px;
    background: #fff;
}

.lp-social-card {
    background: linear-gradient(135deg,#0b1731,#1d4ed8);
    color: #fff;
    border-radius: 28px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.lp-social-content h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.lp-social-content p {
    margin: 0;
    opacity: .9;
}

.lp-social-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lp-social-btn {
    min-width: 150px;
    height: 52px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .25s ease;
}

    .lp-social-btn:hover {
        transform: translateY(-3px);
    }

    .lp-social-btn.instagram {
        background: linear-gradient(135deg,#f97316,#db2777,#7c3aed);
    }

    .lp-social-btn.facebook {
        background: #1877f2;
    }

    .lp-social-btn.tiktok {
        background: #000;
    }

@media(max-width:768px) {

    .lp-social-card {
        text-align: center;
        justify-content: center;
    }

    .lp-social-buttons {
        justify-content: center;
        width: 100%;
    }

    .lp-social-btn {
        width: 100%;
    }
}