/* الأسلوب العام للموقع */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #060815;
    color: #f5f7ff;
    line-height: 1.6;
    direction: ltr;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.wj-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* الهيدر */
.wj-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(2, 6, 23, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.wj-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.wj-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wj-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 10%, #38bdf8, #0ea5e9 45%, #1d4ed8 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.wj-logo-mark::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: inherit;
    border: 1px solid rgba(248, 250, 252, 0.15);
}

.wj-logo-mark span {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wj-logo-text {
    display: flex;
    flex-direction: column;
}

.wj-logo-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.wj-logo-subtitle {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #9ca3af;
    letter-spacing: 0.16em;
}

.wj-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.wj-nav-link {
    font-size: 0.9rem;
    color: #f9fafb;
    position: relative;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
}

.wj-nav-link::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: -0.3rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22d3ee, #0ea5e9, #6366f1);
    transform-origin: center;
    transform: scaleX(0);
    transition: transform 0.18s ease-out;
}

.wj-nav-link:hover::after {
    transform: scaleX(1);
}

.wj-nav-link:hover {
    border-color: rgba(148, 163, 184, 0.8);
    background: rgba(15, 23, 42, 0.9);
}

.wj-header-cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wj-phone {
    font-size: 0.85rem;
    color: #9ca3af;
}

.wj-phone strong {
    color: #e5e7eb;
}

.wj-btn-primary {
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(135deg, #22d3ee, #0ea5e9, #6366f1);
    box-shadow: 0 8px 30px rgba(56, 189, 248, 0.45);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-out, filter 0.1s ease-out;
}

.wj-btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 14px 40px rgba(59, 130, 246, 0.6);
}

.wj-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 5px 18px rgba(59, 130, 246, 0.5);
}

.wj-btn-primary span.icon {
    font-size: 1rem;
}

/* البطل (Hero) */
.wj-hero {
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(circle at top right, rgba(129, 140, 248, 0.16), transparent 50%),
        radial-gradient(circle at bottom, rgba(15, 23, 42, 0.9), #020617 72%);
}

.wj-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 2.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.wj-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    background: rgba(15, 23, 42, 0.75);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
    margin-bottom: 0.85rem;
}

.wj-hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 10%, #bbf7d0, #4ade80 55%, #22c55e);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.24);
}

.wj-hero-kicker {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #38bdf8;
    margin-bottom: 0.6rem;
}

.wj-hero-title {
    font-size: clamp(2.2rem, 3vw + 1.4rem, 3.3rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    margin-bottom: 0.75rem;
}

.wj-hero-title span.highlight {
    background: linear-gradient(120deg, #38bdf8, #22c55e, #a855f7);
    -webkit-background-clip: text;
    color: transparent;
}

.wj-hero-subtitle {
    font-size: 1rem;
    max-width: 34rem;
    color: #cbd5f5;
    margin-bottom: 1.4rem;
}

.wj-hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.6rem;
}

.wj-hero-pill {
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 0.75rem;
    color: #e5e7eb;
}

.wj-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-bottom: 1.4rem;
}

.wj-btn-secondary {
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: background 0.12s ease-out, border-color 0.12s ease-out, transform 0.1s ease-out;
}

.wj-btn-secondary:hover {
    background: rgba(15, 23, 42, 0.98);
    border-color: rgba(148, 163, 184, 0.95);
    transform: translateY(-1px);
}

.wj-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    font-size: 0.78rem;
    color: #9ca3af;
}

.wj-hero-metric strong {
    display: block;
    color: #e5e7eb;
    font-size: 1.05rem;
}

.wj-hero-visual {
    position: relative;
}

.wj-hero-card {
    position: relative;
    padding: 1.6rem 1.4rem;
    border-radius: 1.5rem;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.85);
    overflow: hidden;
}

.wj-hero-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 15% 0, rgba(56, 189, 248, 0.4), transparent 55%),
        radial-gradient(circle at 105% 0, rgba(129, 140, 248, 0.45), transparent 62%),
        radial-gradient(circle at 40% 120%, rgba(45, 212, 191, 0.45), transparent 60%);
    opacity: 0.2;
    z-index: -1;
}

.wj-hero-machine {
    border-radius: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));
    padding: 1rem 1rem 0.8rem;
    margin-bottom: 1rem;
}

.wj-hero-machine-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.85rem;
}

.wj-chip {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.75);
    color: #e5e7eb;
}

.wj-chip.accent {
    border-color: rgba(56, 189, 248, 0.8);
}

.wj-machine-title {
    font-size: 0.95rem;
    font-weight: 600;
}

.wj-machine-subtitle {
    font-size: 0.75rem;
    color: #9ca3af;
}

.wj-machine-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 0.7rem;
    color: #9ca3af;
}

.wj-machine-specs span {
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.wj-waterjet-graphic {
    margin-top: 0.8rem;
    position: relative;
    height: 150px;
    border-radius: 0.9rem;
    background: radial-gradient(circle at 15% 0, rgba(56, 189, 248, 0.25), transparent 55%),
                radial-gradient(circle at 85% 0, rgba(129, 140, 248, 0.25), transparent 55%),
                linear-gradient(180deg, rgba(15, 23, 42, 0.96), #020617);
    overflow: hidden;
}

.wj-waterjet-bed {
    position: absolute;
    inset-inline: 8%;
    bottom: 12%;
    height: 26%;
    border-radius: 0.7rem;
    background: linear-gradient(180deg, #020617, #030712);
    border: 1px solid rgba(148, 163, 184, 0.6);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.9);
}

.wj-waterjet-bridge {
    position: absolute;
    inset-inline: 18%;
    bottom: 38%;
    height: 16%;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f172a, #111827);
    border: 1px solid rgba(148, 163, 184, 0.7);
}

.wj-waterjet-head {
    position: absolute;
    left: 24%;
    bottom: 46%;
    width: 9%;
    height: 30%;
    border-radius: 1rem;
    background: linear-gradient(180deg, #e5e7eb, #9ca3af);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.8);
}

.wj-waterjet-head::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -38%;
    width: 1.5px;
    height: 32%;
    border-radius: 999px;
    background: linear-gradient(180deg, #e0f2fe, #38bdf8, transparent);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.9);
}

.wj-waterjet-splash {
    position: absolute;
    left: 37%;
    bottom: 18%;
    width: 26%;
    height: 22%;
    background: radial-gradient(circle at 50% 0, rgba(56, 189, 248, 0.7), transparent 60%);
    opacity: 0.8;
}

.wj-hero-floating {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    font-size: 0.75rem;
}

.wj-hero-floating-card {
    padding: 0.55rem 0.7rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
}

.wj-hero-floating-card span.label {
    display: block;
    font-size: 0.7rem;
    color: #9ca3af;
}

.wj-hero-floating-card span.value {
    font-weight: 600;
}

/* أقسام المحتوى */
.wj-main {
    flex: 1;
    padding: 2.5rem 1.5rem 3.5rem;
}

.wj-section {
    max-width: 1200px;
    margin: 0 auto 2.75rem;
}

.wj-section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.wj-section-kicker {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #38bdf8;
    margin-bottom: 0.3rem;
}

.wj-section-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.wj-section-description {
    max-width: 30rem;
    font-size: 0.9rem;
    color: #9ca3af;
}

.wj-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.wj-card {
    border-radius: 1.1rem;
    padding: 1rem 1.1rem;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.45);
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, border-color 0.12s ease-out;
}

.wj-card:hover {
    transform: translateY(-4px);
    border-color: rgba(96, 165, 250, 0.9);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.9);
}

.wj-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0, #38bdf8, #0ea5e9 60%, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.wj-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.wj-card-text {
    font-size: 0.85rem;
    color: #9ca3af;
    margin-bottom: 0.75rem;
}

.wj-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.72rem;
}

.wj-tag {
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    color: #e5e7eb;
}

.wj-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.wj-industry {
    padding: 0.65rem 0.7rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.9);
    font-size: 0.8rem;
}

.wj-industry strong {
    display: block;
    margin-bottom: 0.1rem;
}

.wj-two-column {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.6rem;
    align-items: start;
}

.wj-list {
    list-style: none;
    font-size: 0.85rem;
    color: #9ca3af;
}

.wj-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}

.wj-list-bullet {
    margin-top: 0.2rem;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0, #22c55e, #16a34a);
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.35);
}

.wj-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 1.6rem;
    align-items: start;
}

.wj-contact-card {
    border-radius: 1.1rem;
    padding: 1rem 1.1rem;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.45);
}

.wj-contact-row {
    display: flex;
    gap: 0.9rem;
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
}

.wj-contact-label {
    width: 110px;
    color: #9ca3af;
}

.wj-contact-value {
    color: #e5e7eb;
}

.wj-form {
    display: grid;
    gap: 0.7rem;
}

.wj-field-group {
    display: flex;
    gap: 0.6rem;
}

.wj-input,
.wj-textarea,
.wj-select {
    width: 100%;
    padding: 0.4rem 0.6rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.9);
    color: #e5e7eb;
    font-size: 0.85rem;
}

.wj-input:focus,
.wj-textarea:focus,
.wj-select:focus {
    outline: none;
    border-color: rgba(56, 189, 248, 0.9);
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.9);
}

.wj-textarea {
    min-height: 90px;
    resize: vertical;
}

.wj-footer {
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    background: #020617;
}

.wj-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.4rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.wj-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.wj-footer-links a {
    color: #9ca3af;
}

.wj-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.55rem;
    font-size: 0.7rem;
}

.wj-badge-soft {
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
}

/* استجابة */
@media (max-width: 960px) {
    .wj-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .wj-hero-visual {
        order: -1;
    }

    .wj-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wj-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wj-two-column,
    .wj-contact-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .wj-header-inner {
        flex-wrap: wrap;
    }

    .wj-nav {
        display: none;
    }

    .wj-hero-inner {
        padding-inline: 1rem;
    }

    .wj-section {
        margin-bottom: 2.1rem;
    }

    .wj-cards-grid,
    .wj-industries-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .wj-main {
        padding-inline: 1rem;
    }
}


