:root {
    --adp-primary: #2563eb;
    --adp-primary-dark: #1d4ed8;
    --adp-cyan: #0891b2;
    --adp-purple: #7c3aed;
    --adp-green: #059669;
    --adp-dark: #0f172a;
    --adp-darker: #020617;
    --adp-text: #334155;
    --adp-muted: #64748b;
    --adp-border: #e2e8f0;
    --adp-soft: #f8fafc;
    --adp-white: #ffffff;
    --adp-radius: 22px;
    --adp-shadow:
        0 24px 65px rgba(15, 23, 42, .08);
}

body.home .entry-header,
body.home .page-header,
body.home .entry-title {
    display: none !important;
}

body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home article.page,
body.home .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home .entry-content > * {
    max-width: none !important;
}

.adp-elementor-section,
.adp-elementor-section > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.adp-home-section {
    direction: rtl;
    padding: 86px 0;
    color: var(--adp-dark);
    background: var(--adp-white);
    font-family:
        "IBM Plex Sans Arabic",
        "Inter",
        Arial,
        sans-serif;
}

.adp-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.adp-soft {
    background: var(--adp-soft);
}

.adp-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 13px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--adp-primary-dark);
    font-size: 14px;
    font-weight: 700;
}

.adp-section-heading {
    max-width: 740px;
    margin-bottom: 34px;
}

.adp-centered {
    margin-inline: auto;
    text-align: center;
}

.adp-section-heading h2 {
    margin: 16px 0 11px;
    font-size: clamp(30px, 4vw, 45px);
    line-height: 1.25;
    letter-spacing: -.03em;
}

.adp-section-heading p {
    margin: 0;
    color: var(--adp-muted);
    font-size: 17px;
    line-height: 1.9;
}

.adp-heading-row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.adp-heading-row > div {
    max-width: 740px;
}

.adp-text-link {
    flex: 0 0 auto;
    color: var(--adp-primary) !important;
    font-weight: 700;
    text-decoration: none !important;
}

.adp-hero {
    position: relative;
    overflow: hidden;
    padding: 104px 0 94px;
    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(37, 99, 235, .14),
            transparent 31%
        ),
        radial-gradient(
            circle at 85% 25%,
            rgba(124, 58, 237, .12),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #ffffff 100%
        );
}

.adp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .38;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(37, 99, 235, .07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(37, 99, 235, .07) 1px,
            transparent 1px
        );
    background-size: 40px 40px;
}

.adp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(360px, .9fr);
    align-items: center;
    gap: 70px;
}

.adp-hero h1 {
    max-width: 760px;
    margin: 22px 0;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1.17;
    letter-spacing: -.055em;
}

.adp-hero h1 span {
    display: block;
    color: transparent;
    background:
        linear-gradient(
            135deg,
            var(--adp-primary),
            var(--adp-cyan),
            var(--adp-purple)
        );
    background-clip: text;
    -webkit-background-clip: text;
}

.adp-hero-text {
    max-width: 720px;
    margin: 0;
    color: var(--adp-muted);
    font-size: 19px;
    line-height: 2;
}

.adp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.adp-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.adp-button:hover {
    transform: translateY(-2px);
}

.adp-button-primary {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--adp-primary),
            var(--adp-primary-dark)
        );
    box-shadow:
        0 16px 35px rgba(37, 99, 235, .22);
}

.adp-button-secondary {
    color: var(--adp-dark) !important;
    border: 1px solid var(--adp-border);
    background: rgba(255, 255, 255, .86);
}

.adp-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 25px;
    color: var(--adp-muted);
    font-size: 14px;
}

.adp-hero-points span::before {
    content: "✓";
    margin-left: 7px;
    color: var(--adp-green);
    font-weight: 800;
}

.adp-hero-visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
}

.adp-orbit {
    position: absolute;
    border: 1px solid rgba(37, 99, 235, .16);
    border-radius: 50%;
}

.adp-orbit-one {
    width: 380px;
    height: 380px;
}

.adp-orbit-two {
    width: 290px;
    height: 290px;
}

.adp-visual-main {
    position: relative;
    z-index: 2;
    width: 240px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 42px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(239, 246, 255, .94)
        );
    box-shadow: var(--adp-shadow);
    text-align: center;
}

.adp-plus {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 24px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    background:
        linear-gradient(
            135deg,
            var(--adp-primary),
            var(--adp-cyan)
        );
}

.adp-visual-main strong {
    font-size: 24px;
}

.adp-visual-main small {
    margin-top: 8px;
    color: var(--adp-muted);
}

.adp-float {
    position: absolute;
    z-index: 3;
    min-width: 134px;
    padding: 15px 17px;
    border: 1px solid var(--adp-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, .1);
}

.adp-float strong {
    display: block;
    color: var(--adp-primary);
}

.adp-float small {
    color: var(--adp-muted);
}

.adp-float-pdf {
    top: 47px;
    right: 8px;
}

.adp-float-img {
    right: 34px;
    bottom: 42px;
}

.adp-float-ai {
    top: 180px;
    left: 4px;
}

.adp-search-section {
    padding: 70px 0;
}

.adp-search-panel {
    max-width: 920px;
    margin-inline: auto;
    padding: 28px;
    border: 1px solid var(--adp-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--adp-shadow);
}

.adp-search-box {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid var(--adp-border);
    border-radius: 16px;
    background: var(--adp-soft);
}

.adp-search-box > span {
    color: var(--adp-primary);
    font-size: 27px;
}

.adp-search-box input {
    width: 100%;
    min-height: 54px;
    padding: 0;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--adp-dark);
    font: inherit;
    font-size: 16px;
}

.adp-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.adp-filter {
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid var(--adp-border);
    border-radius: 999px;
    background: #fff;
    color: var(--adp-text);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.adp-filter:hover,
.adp-filter.is-active {
    border-color: var(--adp-primary);
    background: var(--adp-primary);
    color: #fff;
}

.adp-result-count {
    margin: 18px 0 0;
    color: var(--adp-muted);
    font-size: 14px;
}

.adp-tool-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.adp-tool-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    border: 1px solid var(--adp-border);
    border-radius: var(--adp-radius);
    background: #fff;
    color: var(--adp-dark) !important;
    text-decoration: none !important;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.adp-tool-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, .38);
    box-shadow:
        0 22px 48px rgba(15, 23, 42, .09);
}

.adp-tool-card[hidden],
.adp-feature-card[hidden],
.adp-tools-section[hidden] {
    display: none !important;
}

.adp-tool-icon {
    min-width: 54px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 18px;
    padding: 0 10px;
    border-radius: 16px;
    background: #eff6ff;
    color: var(--adp-primary-dark);
    font-size: 13px;
    font-weight: 800;
}

.adp-image-icon {
    background: #ecfdf5;
    color: #047857;
}

.adp-tool-card strong {
    margin-bottom: 8px;
    font-size: 17px;
}

.adp-tool-card small {
    color: var(--adp-muted);
    font-size: 14px;
    line-height: 1.75;
}

.adp-feature-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.adp-feature-card {
    min-height: 140px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px;
    border: 1px solid var(--adp-border);
    border-radius: var(--adp-radius);
    background: #fff;
    color: var(--adp-dark) !important;
    text-decoration: none !important;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.adp-feature-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 20px 44px rgba(15, 23, 42, .08);
}

.adp-feature-card > span {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            #eff6ff,
            #ecfeff
        );
    color: var(--adp-primary-dark);
    font-size: 13px;
    font-weight: 800;
}

.adp-feature-card strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
}

.adp-feature-card small {
    color: var(--adp-muted);
    line-height: 1.7;
}

.adp-dark {
    color: #fff;
    background:
        radial-gradient(
            circle at 20% 0,
            rgba(37, 99, 235, .32),
            transparent 34%
        ),
        var(--adp-darker);
}

.adp-light-heading h2 {
    color: #fff;
}

.adp-light-heading p {
    color: #cbd5e1;
}

.adp-dark .adp-eyebrow {
    color: #bfdbfe;
    background: rgba(37, 99, 235, .18);
}

.adp-steps {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.adp-steps article {
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: var(--adp-radius);
    background: rgba(255, 255, 255, .055);
}

.adp-steps article > span {
    color: #60a5fa;
    font-size: 24px;
    font-weight: 800;
}

.adp-steps h3 {
    margin: 21px 0 10px;
    color: #fff;
    font-size: 21px;
}

.adp-steps p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.85;
}

.adp-article-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.adp-article-card {
    overflow: hidden;
    border: 1px solid var(--adp-border);
    border-radius: var(--adp-radius);
    background: #fff;
    box-shadow:
        0 18px 42px rgba(15, 23, 42, .06);
}

.adp-article-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.adp-article-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.adp-article-card:hover img {
    transform: scale(1.035);
}

.adp-article-content {
    padding: 22px;
}

.adp-article-content > span {
    color: var(--adp-primary);
    font-size: 13px;
    font-weight: 700;
}

.adp-article-content h3 {
    margin: 11px 0;
    font-size: 20px;
    line-height: 1.55;
}

.adp-article-content p {
    margin: 0 0 17px;
    color: var(--adp-muted);
    line-height: 1.8;
}

.adp-article-content a {
    color: var(--adp-primary) !important;
    font-weight: 700;
    text-decoration: none !important;
}

.adp-trust {
    padding-top: 28px;
}

.adp-trust-card {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 36px;
    padding: 42px;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #f8fbff,
            #eff6ff
        );
}

.adp-trust-card h2 {
    margin: 14px 0 10px;
    font-size: clamp(28px, 4vw, 42px);
}

.adp-trust-card p {
    margin: 0;
    color: var(--adp-muted);
    line-height: 1.85;
}

.adp-stats {
    display: flex;
    gap: 34px;
}

.adp-stats div {
    min-width: 92px;
    text-align: center;
}

.adp-stats strong {
    display: block;
    color: var(--adp-primary);
    font-size: 34px;
}

.adp-stats span {
    color: var(--adp-muted);
    font-size: 13px;
}

.adp-faq-layout {
    display: grid;
    grid-template-columns:
        .72fr
        1.28fr;
    gap: 70px;
    align-items: start;
}

.adp-faq-list {
    display: grid;
    gap: 12px;
}

.adp-faq-list details {
    padding: 0 20px;
    border: 1px solid var(--adp-border);
    border-radius: 16px;
    background: #fff;
}

.adp-faq-list summary {
    position: relative;
    padding: 20px 0;
    color: var(--adp-dark);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.adp-faq-list summary::-webkit-details-marker {
    display: none;
}

.adp-faq-list summary::after {
    content: "+";
    position: absolute;
    left: 0;
    color: var(--adp-primary);
    font-size: 22px;
}

.adp-faq-list details[open] summary::after {
    content: "−";
}

.adp-faq-list p {
    margin: 0;
    padding: 0 0 20px;
    color: var(--adp-muted);
    line-height: 1.85;
}

@media (max-width: 1024px) {
    .adp-hero-grid {
        grid-template-columns: 1fr;
    }

    .adp-hero-content {
        text-align: center;
    }

    .adp-hero-text {
        margin-inline: auto;
    }

    .adp-actions,
    .adp-hero-points {
        justify-content: center;
    }

    .adp-hero-visual {
        min-height: 380px;
    }

    .adp-tool-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .adp-feature-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .adp-faq-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .adp-shell {
        width: min(100% - 28px, 1180px);
    }

    .adp-home-section {
        padding: 64px 0;
    }

    .adp-hero {
        padding: 72px 0 60px;
    }

    .adp-hero-grid {
        gap: 34px;
    }

    .adp-hero h1 {
        font-size: 42px;
    }

    .adp-hero-text {
        font-size: 16px;
    }

    .adp-actions {
        flex-direction: column;
    }

    .adp-button {
        width: 100%;
    }

    .adp-hero-visual {
        min-height: 330px;
        margin: -25px 0;
        transform: scale(.86);
    }

    .adp-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .adp-section-heading h2 {
        font-size: 32px;
    }

    .adp-search-panel {
        padding: 18px;
        border-radius: 20px;
    }

    .adp-tool-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .adp-tool-card {
        min-height: 175px;
        padding: 17px;
    }

    .adp-feature-grid,
    .adp-steps,
    .adp-article-grid {
        grid-template-columns: 1fr;
    }

    .adp-trust-card {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .adp-stats {
        justify-content: space-between;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .adp-tool-grid {
        grid-template-columns: 1fr;
    }

    .adp-tool-card {
        min-height: 0;
    }

    .adp-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px;
    }

    .adp-filter {
        flex: 0 0 auto;
    }

    .adp-stats {
        flex-direction: column;
        align-items: stretch;
    }

    .adp-stats div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #dbeafe;
        text-align: right;
    }
}
