:root {
    --primary: #0a0a0f;
    --accent: #6c63ff;
    --accent-2: #00d9ff;
    --text: #e8e8f0;
    --surface: #13131a;
    --surface-2: #1b1b27;
    --border: #2a2a3a;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 0% 0%, rgba(108, 99, 255, 0.22), transparent 55%),
        radial-gradient(circle at 100% 10%, rgba(0, 217, 255, 0.18), transparent 45%),
        var(--primary);
    color: var(--text);
    min-height: 100vh;
    font-family: 'Manrope', 'Cairo', sans-serif;
}

body[dir='rtl'] {
    font-family: 'Cairo', 'Manrope', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cairo', 'Manrope', sans-serif;
    letter-spacing: -0.02em;
}

a {
    color: inherit;
}

.container-wrap {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.glass-card {
    border: 1px solid rgba(112, 117, 156, 0.35);
    background: rgba(20, 20, 30, 0.88);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
}

.neon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 0.8rem;
    padding: 0.75rem 1.1rem;
    font-weight: 700;
    transition: all 220ms ease;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.neon-btn-primary {
    color: #050507;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 8px 24px rgba(108, 99, 255, 0.45);
}

.neon-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 217, 255, 0.3);
}

.neon-btn-secondary {
    color: var(--text);
    border: 1px solid rgba(0, 217, 255, 0.35);
    background: rgba(28, 28, 44, 0.85);
}

.neon-btn-secondary:hover {
    border-color: var(--accent-2);
}

.badge {
    display: inline-flex;
    border: 1px solid rgba(0, 217, 255, 0.35);
    background: rgba(108, 99, 255, 0.22);
    color: var(--text);
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.field {
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid var(--border);
    background: rgba(20, 20, 30, 0.92);
    color: var(--text);
    padding: 0.72rem 0.9rem;
}

.field:focus {
    border-color: var(--accent-2);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.2);
}

.nav-link {
    color: rgba(232, 232, 240, 0.78);
    transition: color 180ms ease;
    text-decoration: none;
}

.nav-link:hover,
.nav-link-active {
    color: var(--text);
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.table th,
.table td {
    border-bottom: 1px solid var(--border);
    padding: 0.7rem;
    text-align: start;
}

.alert {
    border-radius: 0.85rem;
    border: 1px solid transparent;
    padding: 0.7rem 0.9rem;
    font-size: 0.95rem;
}

.alert-success {
    border-color: rgba(52, 211, 153, 0.45);
    background: rgba(16, 185, 129, 0.15);
    color: #a7f3d0;
}

.alert-error {
    border-color: rgba(248, 113, 113, 0.45);
    background: rgba(239, 68, 68, 0.15);
    color: #fecaca;
}

.muted {
    color: rgba(232, 232, 240, 0.68);
}

.section-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    margin: 0 0 0.8rem;
}

.section-subtitle {
    color: rgba(232, 232, 240, 0.72);
    max-width: 68ch;
}

.gradient-text {
    background: linear-gradient(135deg, #fff 0%, #9ae6ff 45%, #8efad8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-panel {
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: linear-gradient(160deg, rgba(19, 24, 44, 0.95), rgba(17, 11, 30, 0.92));
    border-radius: 1.25rem;
    overflow: hidden;
}

.image-frame {
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(8, 15, 34, 0.88);
    overflow: hidden;
}

.image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    object-position: center;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
    border: 1px solid rgba(103, 232, 249, 0.35);
    color: #8be8ff;
    background: linear-gradient(160deg, rgba(20, 44, 78, 0.86), rgba(20, 17, 44, 0.86));
}

.service-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    fill: currentColor;
}

.kpi-tile {
    border-radius: 0.95rem;
    border: 1px solid rgba(103, 232, 249, 0.26);
    background: rgba(7, 17, 37, 0.82);
}

.trust-strip {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 999px;
    background: rgba(11, 18, 36, 0.86);
    color: rgba(226, 232, 240, 0.84);
    font-size: 0.83rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.selling-card {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(27, 38, 65, 0.8), rgba(12, 16, 30, 0.88));
}

.selling-card:hover {
    transform: translateY(-3px);
    transition: transform 220ms ease;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.77rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(148, 231, 255, 0.95);
}

.rich-copy p {
    margin: 0 0 0.95rem;
    line-height: 1.85;
    color: rgba(232, 232, 240, 0.78);
}

.feature-chip {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    background: rgba(16, 25, 47, 0.75);
    padding: 0.4rem 0.75rem;
    font-size: 0.78rem;
    color: rgba(226, 232, 240, 0.88);
}

.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-list li {
    position: relative;
    padding-inline-start: 1.45rem;
    margin-bottom: 0.55rem;
    color: rgba(232, 232, 240, 0.84);
    line-height: 1.55;
}

.check-list li::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0.48rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #22d3ee, #34d399);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}
