/* ═══════════════════════════════════════════
   ELIWO ZORG — WOW Premium Components
   ═══════════════════════════════════════════ */

/* ━━━━━━━━━━━━━━ HERO ━━━━━━━━━━━━━━ */
.hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #fffafb 0%, #fef2f5 30%, #fce4ec 60%, #f8e8ee 100%);
    position: relative;
    overflow: hidden;
    padding: var(--sp-2xl) 0;
}

.hero-content {
    max-width: 800px;
    position: relative;
    z-index: 5;
    text-align: center;
    margin: 0 auto;
    animation: fadeInUp 1s var(--ease) both;
}

.hero h1 {
    color: var(--primary);
    margin-bottom: var(--sp-lg);
    letter-spacing: -0.04em;
    line-height: 1.05;
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.2rem);
}

.hero h1 .gradient-text {
    display: inline;
}

.hero p {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: var(--sp-xl);
    line-height: 1.85;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    display: flex;
    gap: var(--sp-md);
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s var(--ease) 0.3s both;
}

/* Hero badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--border-light);
    padding: 8px 20px;
    border-radius: var(--r-full);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: var(--sp-lg);
    animation: fadeInUp 1s var(--ease) 0.1s both;
}

.hero-badge i { animation: pulse-soft 2s ease infinite; }

/* Animated blob shapes */
.hero-blob {
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    filter: blur(1px);
}

.hero-blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, var(--rose), var(--accent));
    top: -10%;
    right: -8%;
    animation: blob 12s ease-in-out infinite, float-slow 8s ease-in-out infinite;
}

.hero-blob-2 {
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, var(--teal), var(--rose));
    bottom: -5%;
    left: -5%;
    animation: blob 15s ease-in-out infinite reverse, float-slow 10s ease-in-out infinite 2s;
}

.hero-blob-3 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, var(--accent), var(--gold));
    top: 30%;
    left: 8%;
    animation: blob 10s ease-in-out infinite 1s, float 6s ease-in-out infinite;
}

/* Floating particles */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
}

.particle-1 {
    width: 12px;
    height: 12px;
    background: var(--accent);
    top: 20%;
    right: 15%;
    animation: float 5s ease-in-out infinite;
}
.particle-2 {
    width: 8px;
    height: 8px;
    background: var(--rose);
    top: 60%;
    right: 25%;
    animation: float 7s ease-in-out infinite 1s;
}
.particle-3 {
    width: 6px;
    height: 6px;
    background: var(--teal);
    top: 40%;
    left: 12%;
    animation: float 6s ease-in-out infinite 0.5s;
}
.particle-4 {
    width: 14px;
    height: 14px;
    background: var(--rose-light);
    bottom: 25%;
    right: 10%;
    animation: float 8s ease-in-out infinite 2s;
}
.particle-5 {
    width: 10px;
    height: 10px;
    background: var(--accent);
    top: 15%;
    left: 20%;
    animation: float 9s ease-in-out infinite 1.5s;
}

/* Decorative ring */
.hero-ring {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(var(--rose-rgb), 0.08);
    border-radius: 50%;
    top: 10%;
    right: 5%;
    z-index: 2;
    animation: spin-slow 30s linear infinite;
}

.hero-ring::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--accent);
    border-radius: 50%;
    top: -6px;
    left: 50%;
    opacity: 0.4;
}

/* ━━━━━━━━━━━━━━ PAGE HEADER ━━━━━━━━━━━━━━ */
.page-header {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 40%, var(--primary-light) 80%, #7b4da0 100%);
    background-size: 300% 300%;
    animation: gradient-text-shift 10s ease infinite;
    color: var(--bg-white);
    padding: calc(var(--sp-2xl) * 1.5) 0 var(--sp-2xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-header::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(var(--rose-rgb), 0.12) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    border-radius: 50%;
    animation: float-slow 8s ease-in-out infinite;
}

.page-header h1 {
    color: var(--bg-white);
    margin-bottom: var(--sp-sm);
    position: relative;
    z-index: 2;
}
.page-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.18rem;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ━━━━━━━━━━━━━━ CARDS ━━━━━━━━━━━━━━ */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--sp-lg);
}

.card {
    background: var(--bg-white);
    border-radius: var(--r-lg);
    padding: var(--sp-lg) var(--sp-lg) calc(var(--sp-lg) + 5px);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
    transition: all var(--t-normal);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(180deg, rgba(var(--rose-rgb), 0.04) 0%, transparent 100%);
    transition: height var(--t-normal);
    pointer-events: none;
}

.card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rose), var(--accent), var(--rose-vivid));
    background-size: 200% 200%;
    animation: gradient-text-shift 3s ease infinite;
    opacity: 0;
    transition: opacity var(--t-normal);
    pointer-events: none;
}

.card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: var(--shadow-xl);
    border-color: var(--rose-light);
}
.card:hover::before { height: 100%; }
.card:hover::after { opacity: 1; }

.card-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, var(--rose-lightest), rgba(var(--rose-rgb), 0.18));
    color: var(--accent);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: var(--sp-md);
    transition: all 0.5s var(--ease-bounce);
    position: relative;
    z-index: 2;
}

.card:hover .card-icon {
    background: linear-gradient(135deg, var(--accent), var(--rose-vivid));
    color: var(--bg-white);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 25px rgba(var(--accent-rgb), 0.3);
}

.card h3 {
    font-size: 1.25rem;
    margin-bottom: var(--sp-sm);
    position: relative;
    z-index: 2;
}
.card p {
    font-size: 0.95rem;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}

.card-link {
    margin-top: auto;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: var(--accent);
    position: relative;
    z-index: 2;
}
.card-link i { transition: transform 0.3s var(--ease-bounce); }
.card-link:hover i { transform: translateX(6px); }

/* ━━━━━━━━━━━━━━ STAT COUNTER ━━━━━━━━━━━━━━ */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--sp-lg);
    text-align: center;
    padding: var(--sp-xl) 0;
}

.stat-item h3 {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 4px;
    line-height: 1;
}

.stat-item p {
    font-size: 0.95rem;
    margin: 0;
}

/* ━━━━━━━━━━━━━━ FEATURE SPLIT ━━━━━━━━━━━━━━ */
.feature-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-xl);
    align-items: center;
}
.feature-split.reverse { direction: rtl; }
.feature-split.reverse > * { direction: ltr; }

.feature-image {
    position: relative;
}

.feature-image img {
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-lg);
    width: 100%;
    object-fit: cover;
    transition: all 0.6s var(--ease);
}
.feature-image:hover img {
    transform: scale(1.03) rotate(0.5deg);
    box-shadow: var(--shadow-xl);
}

/* Decorative element behind image */
.feature-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--rose-rgb), 0.2), rgba(var(--accent-rgb), 0.1));
    border-radius: var(--r-xl);
    top: 20px;
    left: 20px;
    z-index: -1;
    transition: all var(--t-slow);
}
.feature-image:hover::before {
    top: 12px;
    left: 12px;
}

.feature-content h2 { margin-bottom: var(--sp-md); }

/* Check list */
.check-list { margin-bottom: var(--sp-lg); }
.check-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    color: var(--text);
    font-weight: 500;
    font-size: 0.98rem;
    line-height: 1.6;
}
.check-list li::before {
    content: '✓';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -1px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--rose-lightest), rgba(var(--rose-rgb), 0.2));
    color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: all var(--t-normal);
}
.check-list li:hover::before {
    background: linear-gradient(135deg, var(--accent), var(--rose-vivid));
    color: white;
    transform: scale(1.15);
}

/* ━━━━━━━━━━━━━━ VISION BOX ━━━━━━━━━━━━━━ */
.vision-box {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 40%, var(--primary-light) 80%, #7b4da0 100%);
    background-size: 300% 300%;
    animation: gradient-text-shift 8s ease infinite;
    color: var(--bg-white);
    padding: calc(var(--sp-2xl) * 1.2) var(--sp-xl);
    border-radius: var(--r-xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vision-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 25% 75%, rgba(var(--rose-rgb), 0.1) 0%, transparent 50%),
                radial-gradient(circle at 75% 25%, rgba(61, 181, 166, 0.06) 0%, transparent 50%);
    z-index: 1;
}

.vision-box::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    animation: spin-slow 25s linear infinite;
}

.vision-box h2, .vision-box p, .vision-box .btn { position: relative; z-index: 2; }
.vision-box h2 { color: var(--bg-white); }
.vision-box p { color: rgba(255,255,255,0.8); }

.vision-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 14rem;
    color: rgba(255, 255, 255, 0.02);
    z-index: 1;
}

.vision-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 10px 22px;
    border-radius: var(--r-full);
    font-weight: 600;
    font-size: 0.9rem;
    margin: 5px;
    color: rgba(255,255,255,0.95);
    transition: all var(--t-normal);
}
.vision-tag:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}

/* ━━━━━━━━━━━━━━ TRUST / TESTIMONIALS ━━━━━━━━━━━━━━ */
.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--sp-xl);
    flex-wrap: wrap;
    padding: var(--sp-lg) 0;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: var(--text-muted);
    font-size: 0.95rem;
}
.trust-badge i {
    font-size: 1.8rem;
    color: var(--rose);
}

/* ━━━━━━━━━━━━━━ FORMS ━━━━━━━━━━━━━━ */
.form-group { margin-bottom: var(--sp-md); }
.form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text);
    font-size: 0.92rem;
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border);
    border-radius: var(--r-md);
    font-family: var(--font);
    font-size: 0.95rem;
    transition: all var(--t-fast);
    background: var(--bg-white);
    color: var(--text);
}
.form-control:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.1);
}
.form-control::placeholder { color: #c8b8d0; }

textarea.form-control { resize: vertical; min-height: 130px; }

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237a6b82' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* ━━━━━━━━━━━━━━ FOUNDERS ━━━━━━━━━━━━━━ */
.founder-card {
    background: var(--bg-white);
    border-radius: var(--r-lg);
    padding: var(--sp-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
    display: flex;
    gap: var(--sp-lg);
    align-items: flex-start;
    transition: all var(--t-normal);
}
.founder-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.founder-icon {
    font-size: 2.2rem;
    color: var(--accent);
    background: linear-gradient(135deg, var(--rose-lightest), rgba(var(--rose-rgb), 0.2));
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all var(--t-normal);
}
.founder-card:hover .founder-icon {
    background: linear-gradient(135deg, var(--accent), var(--rose-vivid));
    color: white;
}

.founder-info h3 { margin-bottom: 4px; }
.founder-info h4 {
    color: var(--accent);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: var(--sp-md);
}

/* ━━━━━━━━━━━━━━ FAQ ━━━━━━━━━━━━━━ */
.faq-item {
    border-bottom: 1px solid var(--border);
    padding: var(--sp-lg) 0;
    transition: all var(--t-normal);
}
.faq-item:last-child { border-bottom: none; }

.faq-item h3 {
    font-size: 1.08rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: color var(--t-fast);
}
.faq-item h3:hover { color: var(--accent); }

.faq-item h3::before {
    content: '';
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, var(--rose), var(--accent));
    border-radius: 50%;
    flex-shrink: 0;
}

/* ━━━━━━━━━━━━━━ CONTACT ━━━━━━━━━━━━━━ */
.contact-info-card {
    background: var(--bg-white);
    padding: var(--sp-lg);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
    margin-bottom: var(--sp-md);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all var(--t-normal);
}
.contact-info-card:hover {
    transform: translateX(6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--rose-light);
}

.contact-info-card i {
    font-size: 1.4rem;
    color: var(--accent);
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, var(--rose-lightest), rgba(var(--rose-rgb), 0.18));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all var(--t-normal);
}
.contact-info-card:hover i {
    background: linear-gradient(135deg, var(--accent), var(--rose-vivid));
    color: white;
}

.contact-info-card h4 {
    margin-bottom: 4px;
    font-size: 0.95rem;
}

/* ━━━━━━━━━━━━━━ SERVICE BLOCK ━━━━━━━━━━━━━━ */
.service-block {
    padding: var(--sp-2xl) 0;
    border-bottom: 1px solid var(--border);
}
.service-block:nth-child(even) { background-color: var(--bg-section); }
.service-block:last-of-type { border-bottom: none; }

.service-label {
    color: var(--accent);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

/* ━━━━━━━━━━━━━━ SOLLICITEER FORM ━━━━━━━━━━━━━━ */
.form-steps {
    display: flex;
    justify-content: center;
    gap: var(--sp-lg);
    margin-bottom: var(--sp-xl);
    flex-wrap: wrap;
}
.form-step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-muted);
}
.form-step .step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--border);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 900;
    transition: all var(--t-normal);
}
.form-step.active .step-number {
    background: linear-gradient(135deg, var(--accent), var(--rose-vivid));
    color: white;
    box-shadow: 0 4px 15px rgba(var(--accent-rgb), 0.3);
}
.form-step.active { color: var(--accent); }

.form-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: var(--sp-lg);
    padding-bottom: var(--sp-md);
    border-bottom: 2px solid var(--border-light);
}
.form-section-header i {
    font-size: 1.5rem;
    color: var(--accent);
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--rose-lightest), rgba(var(--rose-rgb), 0.18));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.form-section-header h2 {
    font-size: 1.3rem;
    margin: 0;
    color: var(--primary);
}

.upload-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-md);
}

.upload-box {
    border: 2px dashed var(--border);
    border-radius: var(--r-md);
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
}
.upload-box:hover {
    border-color: var(--accent);
    background: rgba(var(--rose-rgb), 0.02);
}
.upload-box.has-file {
    border-color: var(--teal);
    border-style: solid;
    background: rgba(61, 181, 166, 0.04);
}

.upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--sp-lg) var(--sp-md);
    cursor: pointer;
    text-align: center;
    gap: 6px;
}
.upload-label i {
    font-size: 2rem;
    color: var(--rose);
    margin-bottom: 4px;
}
.upload-label strong {
    font-size: 0.92rem;
    color: var(--text);
}
.upload-label span {
    font-size: 0.82rem;
    color: var(--text-muted);
}
.upload-format {
    font-size: 0.75rem !important;
    color: var(--border) !important;
    background: var(--bg-section);
    padding: 2px 10px;
    border-radius: var(--r-full);
    margin-top: 4px;
}

.upload-filename {
    display: none;
    text-align: center;
    padding: 6px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--teal);
    background: rgba(61, 181, 166, 0.06);
    border-top: 1px solid rgba(61, 181, 166, 0.15);
}

/* ━━━━━━━━━━━━━━ LEGAL PAGES ━━━━━━━━━━━━━━ */
.legal-content {
    max-width: 820px;
    margin: 0 auto;
}
.legal-content h2 {
    font-size: 1.25rem;
    color: var(--primary);
    margin: var(--sp-xl) 0 var(--sp-md);
    padding-bottom: 8px;
    border-bottom: 2px solid var(--rose-lightest);
}
.legal-content h3 {
    font-size: 1.05rem;
    color: var(--accent);
    margin: var(--sp-lg) 0 var(--sp-sm);
}
.legal-content p,
.legal-content li {
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--text-muted);
}
.legal-content ol,
.legal-content ul {
    padding-left: 1.5rem;
    margin-bottom: var(--sp-md);
}
.legal-content li {
    margin-bottom: 8px;
}
.legal-content a {
    color: var(--accent);
    text-decoration: underline;
}

.legal-meta {
    background: var(--bg-section);
    border: 1px solid var(--border-light);
    border-radius: var(--r-md);
    padding: var(--sp-lg);
    margin-bottom: var(--sp-xl);
}
.legal-meta p {
    margin: 4px 0;
    font-size: 0.9rem !important;
}

.legal-info-box {
    background: var(--bg-section);
    border-left: 4px solid var(--accent);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    padding: var(--sp-md) var(--sp-lg);
    margin: var(--sp-md) 0;
}
.legal-info-box p {
    margin: 3px 0;
    font-size: 0.9rem !important;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--sp-md) 0;
    font-size: 0.9rem;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--border-light);
}
.legal-table th {
    background: var(--primary);
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
}
.legal-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-muted);
}
.legal-table tr:nth-child(even) td {
    background: var(--bg-section);
}
.legal-table tr:hover td {
    background: rgba(var(--rose-rgb), 0.04);
}

.legal-rights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-md);
    margin: var(--sp-lg) 0;
}
.legal-right {
    background: var(--bg-section);
    border: 1px solid var(--border-light);
    border-radius: var(--r-md);
    padding: var(--sp-md);
    text-align: center;
    transition: all var(--t-normal);
}
.legal-right:hover {
    border-color: var(--rose-light);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.legal-right i {
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 8px;
    display: block;
}
.legal-right h4 {
    font-size: 0.9rem;
    margin-bottom: 4px;
    color: var(--primary);
}
.legal-right p {
    font-size: 0.82rem !important;
    margin: 0;
}

/* ━━━━━━━━━━━━━━ RESPONSIVE ━━━━━━━━━━━━━━ */

/* ─── Tablet (< 992px) ─── */
@media (max-width: 992px) {
    .feature-split { grid-template-columns: 1fr; gap: var(--sp-lg); }
    .feature-split.reverse { direction: ltr; }
    .feature-image { order: 2; }
    .feature-content { order: 1; }
    .hero { min-height: auto; padding: var(--sp-2xl) 0; }
    
    .hero h1 { font-size: clamp(2rem, 5vw, 3rem); }
    .hero p { font-size: 1.05rem; }
    
    .page-header {
        padding: calc(var(--sp-xl) * 1.5) 0 var(--sp-xl);
    }
    .page-header h1 { font-size: clamp(1.8rem, 4.5vw, 2.5rem); }
    .page-header p { font-size: 1.05rem; }
    
    .vision-box {
        padding: var(--sp-xl) var(--sp-lg);
    }
    
    /* Stats on tablet */
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-item h3 {
        font-size: 2.2rem;
    }
}

/* ─── Mobile (< 768px) ─── */
@media (max-width: 768px) {
    /* Hero */
    .hero {
        min-height: auto;
        padding: var(--sp-xl) 0 var(--sp-lg);
    }
    .hero h1 {
        font-size: clamp(1.8rem, 7vw, 2.4rem);
        margin-bottom: var(--sp-md);
    }
    .hero p {
        font-size: 1rem;
        margin-bottom: var(--sp-lg);
    }
    .hero-badge {
        font-size: 0.82rem;
        padding: 6px 14px;
    }
    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: var(--sp-sm);
    }
    .hero-ring { display: none; }
    .hero-blob-1 { width: 250px; height: 250px; }
    .hero-blob-2 { width: 200px; height: 200px; }
    .hero-blob-3 { width: 120px; height: 120px; }
    
    /* Page Header */
    .page-header {
        padding: calc(var(--sp-xl) + 20px) 0 var(--sp-lg);
    }
    .page-header h1 { font-size: clamp(1.5rem, 6vw, 2rem); }
    .page-header p { font-size: 0.95rem; padding: 0 var(--sp-sm); }
    
    /* Cards and Grid */
    .grid { grid-template-columns: 1fr; }
    .card {
        padding: var(--sp-md);
    }
    .card-icon {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }
    .card h3 { font-size: 1.1rem; }
    .card p { font-size: 0.9rem; }
    
    /* Stats */
    .stats-bar { 
        grid-template-columns: repeat(2, 1fr); 
        gap: var(--sp-md);
        padding: var(--sp-lg) 0;
    }
    .stat-item h3 {
        font-size: 2rem;
    }
    .stat-item p {
        font-size: 0.85rem;
    }
    
    /* Feature Split */
    .feature-split { gap: var(--sp-lg); }
    .feature-image::before { display: none; }
    .feature-image img { border-radius: var(--r-lg); }
    
    /* Founder cards */
    .founder-card { 
        flex-direction: column; 
        align-items: center; 
        text-align: center;
        padding: var(--sp-md);
    }
    .founder-icon {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
    
    /* Contact cards */
    .contact-info-card {
        padding: var(--sp-md);
        gap: 14px;
    }
    .contact-info-card i {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    
    /* Vision box */
    .vision-box {
        padding: var(--sp-xl) var(--sp-md);
        border-radius: var(--r-lg);
    }
    .vision-box h2 {
        font-size: clamp(1.3rem, 5vw, 1.8rem) !important;
    }
    .vision-icon {
        font-size: 8rem;
    }
    
    /* Upload grid */
    .upload-grid { grid-template-columns: 1fr; }
    .upload-label {
        padding: var(--sp-md);
    }
    .upload-label i { font-size: 1.6rem; }
    
    /* Form steps */
    .form-steps { gap: var(--sp-sm); }
    .form-step span { display: none; }
    .form-step .step-number {
        width: 28px;
        height: 28px;
        font-size: 0.78rem;
    }
    
    /* Form sections */
    .form-section-header {
        gap: 10px;
        margin-bottom: var(--sp-md);
    }
    .form-section-header i {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    .form-section-header h2 {
        font-size: 1.1rem;
    }
    
    /* Legal pages */
    .legal-rights-grid { grid-template-columns: 1fr 1fr; }
    .legal-content h2 { font-size: 1.1rem; }
    .legal-table { font-size: 0.82rem; }
    .legal-table th, .legal-table td { padding: 8px 10px; }
    
    /* FAQ */
    .faq-item { padding: var(--sp-md) 0; }
    .faq-item h3 { font-size: 0.98rem; }
    
    /* Service blocks */
    .service-block { padding: var(--sp-xl) 0; }
}

/* ─── Small mobile (< 480px) ─── */
@media (max-width: 480px) {
    .stats-bar { 
        grid-template-columns: 1fr 1fr; 
        gap: var(--sp-sm);
    }
    .stat-item h3 { font-size: 1.7rem; }
    
    .legal-rights-grid { grid-template-columns: 1fr; }
    
    .card { padding: var(--sp-md) var(--sp-sm); }
    
    .founder-card { padding: var(--sp-md) var(--sp-sm); }
    
    .contact-info-card {
        flex-direction: column;
        text-align: center;
    }
}

