/* ============================================
   خدامتي - Handymen & Maintenance Marketplace
   Premium World-Class Design
   Daberli Teal + Navy Theme | Tajawal + Cairo
   MERGED: Daberli Reference + Project-Specific Styles
   ============================================ */

/* === Google Fonts - Tajawal + Cairo + Inter === */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    /* ── Daberli Teal Brand Palette ── */
    --primary: #089497;
    --primary-dark: #028E94;
    --primary-deeper: #006769;
    --primary-light: #6DD6DC;
    --primary-lighter: #089497;
    --primary-50: #f0fafa;
    --primary-100: #d6f0f0;
    --primary-200: #a3e0e0;
    --primary-300: #6DD6DC;

    /* ── Daberli Navy Secondary Palette ── */
    --accent: #089497;
    --accent-dark: #006769;
    --accent-light: #6DD6DC;
    --accent-lighter: #e6f7f7;
    --accent-50: #f0fafa;
    --accent-100: #d6f0f0;
    --accent-200: #a3e0e0;
    --accent-300: #6DD6DC;

    /* ── Brand Navy Secondary ── */
    --brand-secondary: #04294D;
    --brand-secondary-light: #0C2848;

    /* ── Brand Primary (Daberli reference) ── */
    --brand-primary: #089497;
    --brand-primary-dark: #028E94;
    --brand-primary-light: #6DD6DC;

    /* ── Status Colors ── */
    --success: #2E7D32;
    --success-dark: #1B5E20;
    --success-50: #E8F5E9;
    --success-100: #C8E6C9;
    --warning: #F9A825;
    --warning-50: #FFFDE7;
    --danger: #C62828;
    --danger-dark: #B71C1C;
    --danger-50: #FFEBEE;
    --danger-100: #FFCDD2;
    --info: #1565C0;
    --info-50: #E3F2FD;
    --info-100: #BBDEFB;

    /* ── Daberli reference colors ── */
    --color-success: #10B981;
    --color-info: #3B82F6;

    /* ── Neutrals ── */
    --dark: #1A1A2E;
    --dark-800: #16213E;
    --dark-700: #374151;
    --dark-600: #4B5563;
    --gray: #6B7280;
    --gray-light: #9CA3AF;
    --gray-300: #D1D5DB;
    --gray-200: #E5E7EB;
    --gray-100: #F3F4F6;
    --gray-50: #F9FAFB;
    --white: #FFFFFF;

    /* ── Daberli reference neutrals ── */
    --text-primary: #191C1D;
    --text-secondary: #434655;
    --text-muted: #6B7280;
    --text-light: #8999A1;
    --text-on-dark: #C3C6D7;
    --surface-white: #FFFFFF;
    --surface-light: #F3F4F5;
    --surface-border: rgba(195, 198, 215, 0.3);

    /* ── Shadows ── */
    --shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.03);
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.06), 0 2px 4px -2px rgba(0,0,0,0.04);
    --shadow-md: 0 10px 25px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.03);
    --shadow-lg: 0 20px 40px -5px rgba(0,0,0,0.1), 0 8px 16px -6px rgba(0,0,0,0.04);
    --shadow-xl: 0 25px 60px -12px rgba(0,0,0,0.18);
    --shadow-primary: 0 10px 30px -5px rgba(2,142,148,0.35);
    --shadow-accent: 0 8px 25px -5px rgba(2,142,148,0.35);
    --shadow-navy: 0 15px 40px -10px rgba(4,41,77,0.3);

    /* ── Border Radius ── */
    --radius-xs: 6px;
    --radius-sm: 10px;
    --radius: 14px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --radius-xl: 28px;
    --radius-full: 9999px;

    /* ── Daberli reference radii ── */
    --radius-pill: 60px;

    /* ── Transitions ── */
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.2s ease;
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

    /* ── Font ── */
    --font: 'Tajawal', 'Cairo', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;

    /* ── Gradients ── */
    --gradient-primary: linear-gradient(135deg, #089497 0%, #028E94 50%, #006769 100%);
    --gradient-accent: linear-gradient(135deg, #089497 0%, #028E94 50%, #006769 100%);
    --gradient-hero: linear-gradient(180deg, rgba(6,96,95,0.06) 0%, rgba(4,41,77,0.02) 100%);
    --gradient-dark: linear-gradient(180deg, #04294D 0%, #0C2848 50%, #04294D 100%);
    --gradient-navy-orange: linear-gradient(135deg, #089497 0%, #04294D 100%);
    --gradient-warm: linear-gradient(135deg, #f0fafa 0%, #f0f5f7 100%);
    --gradient-card: linear-gradient(180deg, rgba(8,148,151,0.02) 0%, rgba(255,255,255,0) 100%);
}


/* style.css - دبرلي Platform Main Styles */

/* ============================================ */
/* Design Tokens - CSS Variables                */
/* ============================================ */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Tajawal', 'Cairo', sans-serif;
    background: #FFFFFF;
    color: #151C27;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.header {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(6px);
    border-radius: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 6px 20px rgba(2,142,148,0.06);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 20px;
    flex-wrap: wrap;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #006769;
}

.logo i {
    font-size: 28px;
}

/* Logo image styles (replace icon + text) */
.logo a {
    display: inline-block;
    line-height: 1;
}

.logo img {
    height: 72px; /* increased default logo height */
    width: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .logo img {
        height: 64px;
    }
}

@media (max-width: 768px) {
    .logo img {
        height: 56px; /* mobile */
    }
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
    color: #3D4949;
    transition: all 0.3s ease;
}

.lang-switch:hover {
    background: #f0f0f0;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 24px;
}

.main-nav a {
    text-decoration: none;
    font-size: 14px;
    color: #3D4949;
    transition: color 0.3s ease;
    padding-bottom: 4px;
}

.main-nav a.active {
    color: #006769;
    border-bottom: 2px solid #006769;
}

.main-nav a:hover {
    color: #006769;
}

.auth-buttons {
    display: flex;
    gap: 12px;
}

.btn-outline {
    background: transparent;
    border: 2px solid #006769;
    padding: 10px 24px;
    border-radius: 8px;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #006769;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #006769;
    color: white;
}

.btn-primary {
    background: #006769;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background: #028E94;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    background: linear-gradient(180deg, rgba(6,96,95,0.06) 0%, rgba(4,41,77,0.02) 100%);
    padding: 64px 0 120px; /* bigger top padding and room for overlapping search */
    position: relative;
}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
}

.hero-content {
    flex: 1;
    min-width: 280px;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 800;
    color: var(--brand-secondary);
    margin-bottom: 12px;
}

.hero-desc {
    font-size: 18px;
    line-height: 28px;
    color: #3D4949;
    margin-bottom: 24px;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}

.trust-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #254047;
    background: rgba(2,142,148,0.06);
    padding: 8px 12px;
    border-radius: 9999px;
    border: 1px solid rgba(2,142,148,0.04);
}

.trust-badges i {
    color: #006769;
    font-size: 16px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-buttons .btn-outline {
    padding: 12px 26px;
    border-radius: 9999px;
    border: 2px solid rgba(2,142,148,0.18);
    background: transparent;
    color: var(--brand-secondary);
    font-weight: 700;
}

.hero-buttons .btn-primary {
    padding: 12px 26px;
    border-radius: 9999px;
    box-shadow: 0 12px 30px -12px rgba(2,142,148,0.35);
    font-weight: 800;
}

.hero-image {
    flex: 1;
    min-width: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.image-placeholder {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 30px 60px -20px rgba(2, 142, 148, 0.25), 0 8px 30px rgba(0,0,0,0.12);
}

/* Increase hero image size on smaller screens */
@media (max-width: 1024px) {
    .image-placeholder {
        width: min(80vw, 480px);
    }
}

@media (max-width: 768px) {
    .hero-container {
        gap: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .image-placeholder {
        width: min(92vw, 420px);
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .image-placeholder {
        width: 92vw;
        aspect-ratio: 1 / 1;
    }
}

.avatars {
    display: flex;
    gap: 8px;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #E2E8F0;
    border-radius: 50%;
    border: 2px solid white;
}

.avatar.plus {
    background: #FACC15;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
}

.stats .number {
    font-size: 24px;
    font-weight: 800;
    color: #1E293B;
}

.stats .label {
    font-size: 14px;
    color: #94A3B8;
}

/* Search Bar */
.search-bar {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 980px;
    background: var(--surface-white);
    border: none;
    border-radius: 9999px;
    padding: 18px;
    box-shadow: 0 30px 50px -20px rgba(2, 142, 148, 0.18);
}

.search-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.input-group {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    padding: 10px 18px;
    border-radius: 9999px;
    border: 1px solid rgba(6,96,95,0.06);
}

.input-group i {
    color: #3D4949;
}

.input-group input,
.input-group select {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    background: transparent;
}

.btn-search {
    background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
    padding: 14px 28px;
    border: none;
    border-radius: 9999px;
    color: white;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.btn-search:hover {
    background: #028E94;
}

/* Section Header */
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 56px auto 48px;
    max-width: 820px;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--brand-secondary);
    margin: 0;
}

.underline {
    width: 96px;
    height: 4px;
    background: #006769;
    border-radius: 9999px;
    margin: 0 auto 16px;
}

.section-header p {
    font-size: 15px;
    color: #4B5860;
    max-width: 680px;
    margin: 0;
    text-align: center;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.category-card {
    background: white;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-right: 4px solid;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card.instant {
    border-right-color: #F97316;
}

.category-card.offline {
    border-right-color: #10B981;
}

.category-card.online {
    border-right-color: #3B82F6;
}

.cat-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 14px;
    margin-bottom: 16px;
}

.instant .cat-badge {
    background: rgba(249, 115, 22, 0.1);
    color: #F97316;
}

.offline .cat-badge {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
}

.online .cat-badge {
    background: rgba(59, 130, 246, 0.1);
    color: #3B82F6;
}

.category-card i {
    font-size: 32px;
    margin-bottom: 16px;
}

.instant i { color: #F97316; }
.offline i { color: #10B981; }
.online i { color: #3B82F6; }

.category-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #00162A;
}

.category-card p {
    font-size: 16px;
    color: #43474D;
    margin-bottom: 16px;
    line-height: 1.5;
}

.category-card a {
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.instant a { color: #F97316; }
.offline a { color: #10B981; }
.online a { color: #3B82F6; }

/* Why Us Features */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.feature {
    text-align: center;
    padding: 24px;
    background: white;
    border-left: 1px solid #0C2848;
}

.icon-circle {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border: 1px solid #0C2848;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 28px;
    color: #0C2848;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.feature p {
    font-size: 16px;
    color: #3D4949;
}

/* Services Section */
.featured-services {
    background: linear-gradient(180deg, #028E94 0%, #0C2848 100%);
    border-radius: 12px;
    margin: 40px 0;
    padding: 40px 24px;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.services-header h3 {
    font-size: 24px;
    color: white;
}

.view-all {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.services-scroll {
    overflow-x: auto;
}

.services-grid {
    display: flex;
    gap: 24px;
    min-width: min-content;
}

.service-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    width: 280px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-img {
    position: relative;
}

.service-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.fav-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

.service-info {
    padding: 16px;
}

.service-info h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.location {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 8px;
}

.rating {
    color: #EAB308;
    margin-bottom: 8px;
}

.price {
    font-size: 14px;
    color: #9CA3AF;
}

.price span {
    color: #089497;
    font-weight: bold;
    font-size: 16px;
}

/* How It Works */
.how-it-works {
    padding: 60px 0;
    background: #FEFFFF;
}

.subtitle {
    color: #006769;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.step {
    text-align: center;
    padding: 32px;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(195, 198, 215, 0.3);
    position: relative;
}

.step-number {
    width: 64px;
    height: 64px;
    background: #006769;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin: 0 auto 16px;
}

.step i {
    font-size: 32px;
    color: #006769;
    margin-bottom: 16px;
}

.step h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

/* Stats Section */
.stats {
    background: #028E94;
    padding: 40px 0;
    margin: 40px 0;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--surface-light);
}

.stat-label {
    font-size: 18px;
    color: white;
    opacity: 0.9;
}

/* Craftsmen Section */
.craftsmen {
    padding: 60px 0;
}

.craftsmen h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.craftsmen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.craftsman-card {
    background: white;
    border: 1px solid rgba(188, 201, 201, 0.3);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    transition: transform 0.3s ease;
}

.craftsman-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.craftsman-card img {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    object-fit: cover;
}

.craftsman-info h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.craftsman-info p {
    color: #028E94;
    font-weight: bold;
    margin-bottom: 8px;
}

.btn-sm {
    background: #028E94;
    border: none;
    padding: 8px 24px;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    margin-top: 12px;
    transition: background 0.3s ease;
}

.btn-sm:hover {
    background: #006769;
}

/* About Section */
.about {
    padding: 60px 0;
    background: #FEFFFF;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.about-tag {
    color: #0C2848;
    font-weight: bold;
    font-size: 14px;
}

.about-content h2 {
    font-size: 48px;
    color: #089497;
    margin: 16px 0;
}

.about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #3D4949;
    margin-bottom: 24px;
}

.mission-vision {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.mission-vision h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.about-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* App CTA */
.app-cta {
    background: #089497;
    border-radius: 32px;
    margin: 40px 24px;
    padding: 48px;
}

.app-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px;
    align-items: center;
}

.app-image img {
    width: 256px;
    border-radius: 40px;
    border: 8px solid #1A1C1C;
}

.app-content h2 {
    font-size: 32px;
    color: white;
    margin-bottom: 16px;
}

.app-content p {
    font-size: 16px;
    color: white;
    opacity: 0.9;
    margin-bottom: 32px;
}

.app-buttons {
    display: flex;
    gap: 16px;
}

.app-btn {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Craftsman CTA */
.craftsman-cta {
    background: #0A1D37;
    border-radius: 40px;
    margin: 40px 24px;
    padding: 60px;
    text-align: center;
}

.cta-content h2 {
    font-size: 48px;
    color: white;
    margin-bottom: 16px;
}

.cta-content p {
    font-size: 18px;
    color: white;
    opacity: 0.9;
    margin-bottom: 32px;
}

.btn-large {
    background: white;
    border: none;
    padding: 16px 80px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #089497;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-large:hover {
    transform: scale(1.05);
}

/* Footer */
.footer {
    background: white;
    padding: 60px 0 0;
    margin-top: 60px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
}

.footer-col h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.newsletter {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.newsletter input {
    padding: 12px;
    border: none;
    background: #EDEEEF;
    border-radius: 12px;
    font-family: 'Tajawal', sans-serif;
}

.newsletter button {
    background: #089497;
    border: none;
    padding: 12px;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 12px;
}

.footer-col a {
    text-decoration: none;
    color: #191C1D;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #089497;
}

.footer-bottom {
    border-top: 1px solid rgba(195, 198, 215, 0.3);
    padding: 24px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    text-decoration: none;
    color: #191C1D;
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .logo-area {
        gap: 10px;
        flex: 1;
        min-width: 0;
    }

    .logo-area .lang-switch,
    .header-container > .auth-buttons {
        display: none !important;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 12px);
        left: 16px;
        right: 16px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(2, 142, 148, 0.12);
        border-radius: 20px;
        box-shadow: 0 18px 40px rgba(2, 142, 148, 0.12);
        padding: 12px 0;
        z-index: 1100;
    }

    .main-nav.mobile-open {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .main-nav li {
        width: 100%;
    }

    .main-nav a {
        display: block;
        padding: 14px 20px;
        border-bottom: 1px solid rgba(2, 142, 148, 0.08);
    }

    .main-nav .auth-buttons {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        padding: 16px 20px 4px;
    }

    .main-nav .auth-buttons button {
        width: 100%;
    }

    .main-nav li:last-child a {
        border-bottom: none;
    }

    .menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: none;
        background: transparent;
        color: #006769;
        font-size: 24px;
        padding: 0;
        margin-inline-start: auto;
        cursor: pointer;
        flex: 0 0 auto;
    }
    
    .hero-content h1 {
        font-size: 32px;
        line-height: 44px;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .search-bar {
        position: relative;
        margin-top: 20px;
    }
    
    .about-container,
    .app-container {
        grid-template-columns: 1fr;
    }
    
    .cta-content h2 {
        font-size: 32px;
    }
    
    .btn-large {
        padding: 12px 32px;
        font-size: 18px;
    }
    
    .stats-container {
        flex-direction: column;
        align-items: center;
    }
    
    .craftsman-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .trust-badges {
        gap: 12px;
    }
    
    .search-inputs {
        flex-direction: column;
    }
    
    .input-group {
        width: 100%;
    }
    
    .btn-search {
        width: 100%;
    }
}

/* English Language Styles */
body[dir="ltr"] {
    text-align: left;
}

body[dir="ltr"] .trust-badges span,
body[dir="ltr"] .category-card,
body[dir="ltr"] .service-info {
    text-align: left;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-card,
.feature,
.service-card,
.step,
.craftsman-card {
    animation: fadeInUp 0.6s ease-out;
}


/* ==============================================*/
/* Additional Utility Classes */
 .service-type-toggle {
            display: flex;
            justify-content: center;
            gap: 24px;
            margin-bottom: 48px;
            flex-wrap: wrap;
        }
        
        .toggle-btn {
            background: #FFFFFF;
            border: 2px solid #E5E7EB;
            padding: 16px 48px;
            border-radius: 60px;
            font-family: 'Tajawal', sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: #191C1D;
            cursor: pointer;
            transition: all 0.3s ease;
            min-width: 200px;
        }
        
        .toggle-btn.active {
            background: #028E94;
            border-color: #028E94;
            color: #FFFFFF;
            box-shadow: 0 4px 12px rgba(2, 142, 148, 0.3);
        }
        
        .toggle-btn:first-child.active {
            background: #10B981;
            border-color: #10B981;
        }
        
        .toggle-btn:last-child.active {
            background: #3B82F6;
            border-color: #3B82F6;
        }
        
        .service-category-section {
            display: none;
            animation: fadeIn 0.4s ease-out;
        }
        
        .service-category-section.active-section {
            display: block;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .services-bento-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            margin-bottom: 60px;
        }
        
        .service-category-card {
            background: #FFFFFF;
            border: 1px solid rgba(195, 198, 215, 0.56);
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }
        
        .service-category-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
        }
        
        .service-card-image {
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            padding: 20px;
        }
        
        .service-card-image .icon-bg {
            background: rgba(255, 255, 255, 0.95);
            width: 56px;
            height: 56px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: auto;
        }
        
        .service-card-image .icon-bg i {
            font-size: 28px;
        }
        
        .service-card-content {
            padding: 24px;
        }
        
        .service-card-content h3 {
            font-size: 22px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 8px;
        }
        
        .service-card-content .service-count {
            font-size: 14px;
            font-weight: 700;
            color: #F16209;
            margin-bottom: 12px;
            display: inline-block;
        }
        
        .service-card-content p {
            font-size: 14px;
            line-height: 1.6;
            color: #6B7280;
            margin-bottom: 20px;
        }
        
        .service-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #089497;
            font-weight: 600;
            text-decoration: none;
            font-size: 14px;
            transition: gap 0.3s ease;
        }
        
        .service-link:hover {
            gap: 12px;
        }
        
        /* Color variations for offline services */
        .offline-card .icon-bg {
            background: #E8F8F3;
        }
        .offline-card .icon-bg i {
            color: #10B981;
        }
        .offline-card .service-link {
            color: #10B981;
        }
        
        /* Color variations for online services */
        .online-card .icon-bg {
            background: #EBF0FF;
        }
        .online-card .icon-bg i {
            color: #3B82F6;
        }
        .online-card .service-link {
            color: #3B82F6;
        }
        
        /* Small cards row */
        .small-services-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }
        
        .small-service-card {
            background: #FFFFFF;
            border: 1px solid rgba(195, 198, 215, 0.56);
            border-radius: 16px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .small-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        }
        
        .small-service-card .icon-circle {
            width: 48px;
            height: 48px;
            background: #E7E8E9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
        }
        
        .small-service-card .icon-circle i {
            font-size: 22px;
            color: #F16209;
        }
        
        .small-service-card h4 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 6px;
        }
        
        .small-service-card .small-count {
            font-size: 12px;
            color: #F16209;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .toggle-btn {
                padding: 12px 24px;
                font-size: 16px;
                min-width: 150px;
            }
            .services-bento-grid {
                grid-template-columns: 1fr;
            }
        }

         /* Additional styles for the toggle section */
        .cta-banner {
            background: linear-gradient(135deg, #0C2848 0%, #1A3A5C 100%);
            border-radius: 24px;
            padding: 48px;
            margin-top: 60px;
        }
        
        .cta-content-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 24px;
        }
        
        .cta-text h3 {
            font-size: 28px;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 12px;
        }
        
        .cta-text p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 600px;
        }
        
        .cta-support-btn {
            background: #FFFFFF;
            border: none;
            padding: 14px 32px;
            border-radius: 40px;
            font-family: 'Tajawal', sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: #0C2848;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        
        .cta-support-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }
        
        .footer-logo {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 24px;
            font-weight: 700;
            color: #006769;
            margin-bottom: 16px;
        }
        
        .footer-logo i {
            font-size: 28px;
        }
        
        .social-icons {
            display: flex;
            gap: 12px;
            margin-top: 20px;
        }
        
        .social-icons a {
            width: 36px;
            height: 36px;
            background: #EDEEEF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #089497;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background: #089497;
            color: #FFFFFF;
        }
        
        @media (max-width: 768px) {
            .cta-content-wrapper {
                flex-direction: column;
                text-align: center;
            }
            .cta-text p {
                max-width: 100%;
            }
            .cta-banner {
                padding: 32px;
            }
            .cta-text h3 {
                font-size: 22px;
            }
        }
/*================================================*/
 /* Search Results Page Specific Styles */
        .search-results-page {
            background: #FFFFFF;
        }

        /* Search Bar */
        .search-results-page .search-results-bar {
            max-width: 768px;
            margin: 48px auto 0;
            padding: 0 24px;
        }

        .search-results-page .search-input-wrapper {
            position: relative;
            width: 100%;
        }

        .search-results-page .search-input-wrapper input {
            width: 100%;
            padding: 18px 80px 18px 64px;
            border: 2px solid rgba(195, 198, 206, 0.5);
            border-radius: 12px;
            font-family: 'Tajawal', sans-serif;
            font-size: 16px;
            color: #6B7280;
            background: #FFFFFF;
            outline: none;
            transition: all 0.3s ease;
        }

        .search-results-page .search-input-wrapper input:focus {
            border-color: #028E94;
            box-shadow: 0 0 0 3px rgba(2, 142, 148, 0.1);
        }

        .search-results-page .search-input-wrapper i {
            position: absolute;
            right: 24px;
            top: 50%;
            transform: translateY(-50%);
            color: #028E94;
            font-size: 20px;
        }

        /* Search Results - Card layout similar to provided design */
        .search-results-page .results-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .search-results-page .craftsman-card {
            background: #FFFFFF;
            border: 1px solid rgba(3,142,148,0.06);
            border-radius: 12px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .search-results-page .craftsman-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 30px rgba(2,142,148,0.08);
        }

        .search-results-page .card-image {
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .search-results-page .service-tag {
            position: absolute;
            top: 12px;
            right: 12px;
            background: #FF9800;
            color: #fff;
            padding: 6px 12px;
            border-radius: 16px;
            font-weight: 800;
            box-shadow: 0 6px 18px rgba(0,0,0,0.08);
            z-index: 2;
            font-size: 14px;
        }

        .search-results-page .card-content {
            padding: 18px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .search-results-page .price-row {
            display: flex;
            gap: 12px;
            align-items: baseline;
            color: #6B7280;
            font-size: 13px;
        }

        .search-results-page .price-value {
            color: #038E94;
            font-weight: 800;
            margin-left: 6px;
        }

        .search-results-page .craftsman-name {
            font-size: 18px;
            margin: 0;
            color: #0F172A;
        }

        .search-results-page .rating-row {
            display: flex;
            gap: 8px;
            align-items: center;
            color: #6B7280;
            font-size: 14px;
        }

        .search-results-page .description {
            color: #374151;
            font-size: 14px;
            line-height: 1.4;
            min-height: 44px;
        }

        .search-results-page .meta-row {
            display: flex;
            justify-content: space-between;
            gap: 8px;
            color: #6B7280;
            font-size: 13px;
            align-items: center;
        }

        .search-results-page .meta-row .available {
            background: #E6FFF7;
            color: #059669;
            padding: 6px 10px;
            border-radius: 10px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .search-results-page .btn-profile {
            margin-top: 6px;
            align-self: start;
            padding: 10px 16px;
            border-radius: 8px;
            border: 1px solid rgba(3,142,148,0.12);
            background: #FFFFFF;
            color: #038E94;
            cursor: pointer;
            font-weight: 700;
        }

        .search-results-page .pagination {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 24px;
        }

        @media (max-width: 900px) {
            .search-results-page .results-grid { grid-template-columns: 1fr; }
            .search-results-page .card-image { height: 240px; }
        }

        /* Results Layout */
        .search-results-page .results-layout {
            display: flex;
            gap: 48px;
            padding: 40px 24px;
            max-width: 1280px;
            margin: 0 auto;
        }

        /* Filters Sidebar - SearchResults scoped */
        .search-results-page .filters-sidebar {
            width: 320px;
            flex-shrink: 0;
            background: #FFFFFF;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 16px;
            padding: 24px;
            height: fit-content;
            position: sticky;
            top: 100px;
        }

        .search-results-page .filter-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(195, 198, 215, 0.2);
        }

        .search-results-page .filter-header h3 {
            font-size: 18px;
            font-weight: 700;
            color: #04294D;
        }

        .search-results-page .filter-section {
            margin-bottom: 28px;
        }

        .search-results-page .filter-section h4 {
            font-size: 16px;
            font-weight: 500;
            color: #099396;
            margin-bottom: 12px;
        }

        .search-results-page .service-type-options {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .search-results-page .service-type-btn {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px;
            background: #04294D;
            border: 1px solid #04294D;
            border-radius: 12px;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .search-results-page .service-type-btn.active {
            background: #099396;
            border-color: #099396;
        }

        .search-results-page .service-type-btn span:first-child {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .search-results-page .category-item, .search-results-page .subcategory-item, .search-results-page .rating-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            cursor: pointer;
        }

        .search-results-page .category-label, .search-results-page .subcategory-label {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .search-results-page .category-count, .search-results-page .subcategory-count {
            font-size: 10px;
            color: #099396;
        }

        .search-results-page .price-range {
            margin: 16px 0;
        }

        .search-results-page .range-slider {
            width: 100%;
            height: 4px;
            background: #099396;
            border-radius: 9999px;
            position: relative;
            margin: 20px 0;
        }

        .search-results-page .range-handle {
            width: 18px;
            height: 18px;
            background: #04294D;
            border-radius: 50%;
            position: absolute;
            top: -7px;
            left: 50%;
            transform: translateX(-50%);
            cursor: pointer;
            box-shadow: 0 0 10px rgba(109, 214, 220, 0.5);
        }

        .search-results-page .range-values {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: #099396;
        }

        .search-results-page .location-select {
            width: 100%;
            padding: 12px 16px;
            background: #099396;
            border: none;
            border-radius: 12px;
            color: white;
            font-family: 'Tajawal', sans-serif;
            margin-bottom: 16px;
        }

        .search-results-page .distance-slider {
            margin: 16px 0;
        }

        .search-results-page .available-toggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #8ED252;
            padding: 12px;
            border-radius: 8px;
            margin: 16px 0;
        }

        .search-results-page .toggle-switch {
            width: 44px;
            height: 24px;
            background: white;
            border-radius: 9999px;
            position: relative;
            cursor: pointer;
        }

        .search-results-page .toggle-switch.active::after {
            transform: translateX(22px);
        }

        .search-results-page .toggle-switch::after {
            content: '';
            width: 20px;
            height: 20px;
            background: #8ED252;
            border-radius: 50%;
            position: absolute;
            top: 2px;
            right: 2px;
            transition: transform 0.3s ease;
        }

        .search-results-page .filter-actions {
            margin-top: 24px;
            padding-top: 24px;
            border-top: 1px solid rgba(61, 73, 73, 0.2);
        }

        .search-results-page .btn-apply {
            width: 100%;
            background: #04294D;
            color: white;
            padding: 12px;
            border: none;
            border-radius: 12px;
            font-weight: 700;
            margin-bottom: 12px;
            cursor: pointer;
        }

        .search-results-page .btn-reset {
            width: 100%;
            background: transparent;
            border: 1px solid rgba(61, 73, 73, 0.5);
            padding: 12px;
            border-radius: 12px;
            color: #099396;
            font-weight: 700;
            cursor: pointer;
        }

        /* Results Grid */
        .search-results-page .results-grid {
            flex: 1;
        }

        .search-results-page .sorting-bar {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-bottom: 24px;
            gap: 16px;
            flex-wrap: wrap;
        }

        .search-results-page .sort-select {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 8px;
            cursor: pointer;
        }

        .search-results-page .craftsman-card {
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 24px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .search-results-page .craftsman-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .search-results-page .card-image {
            height: 380px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .search-results-page .service-tag {
            position: absolute;
            top: 16px;
            right: 16px;
            background: #FEA619;
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 14px;
            color: #684000;
        }

        .search-results-page .card-content {
            padding: 24px;
        }

        .search-results-page .price-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 16px;
        }

        .search-results-page .price-label {
            color: #737686;
            font-size: 14px;
        }

        .search-results-page .price-value {
            color: #028E94;
            font-weight: 700;
            font-size: 18px;
        }

        .search-results-page .craftsman-name {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .search-results-page .rating-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
        }

        .search-results-page .stars {
            color: #855300;
        }

        .search-results-page .review-count {
            color: #434655;
            font-size: 14px;
        }

        .search-results-page .description {
            color: #434655;
            line-height: 1.6;
            margin-bottom: 16px;
            font-size: 14px;
        }

        .search-results-page .meta-row {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 20px;
            font-size: 14px;
            color: #434655;
        }

        .search-results-page .meta-row i {
            color: #028E94;
            margin-left: 4px;
        }

        .search-results-page .verified-badge {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            color: #434655;
        }

        .search-results-page .btn-profile {
            width: 100%;
            background: transparent;
            border: 1px solid #038E94;
            padding: 10px;
            border-radius: 8px;
            color: #028E94;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .search-results-page .btn-profile:hover {
            background: #028E94;
            color: white;
        }

        .search-results-page .pagination {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 40px;
        }

        .search-results-page .page-btn {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .search-results-page .page-btn.active {
            background: #028E94;
            color: white;
            border-color: #028E94;
        }

        .search-results-page .page-btn:hover:not(.active) {
            border-color: #028E94;
        }

        @media (max-width: 1024px) {
            .search-results-page .results-layout {
                flex-direction: column;
            }
            .search-results-page .filters-sidebar {
                width: 100%;
                position: static;
            }
        }

        @media (max-width: 768px) {
            .search-results-page .search-results-bar {
                margin-top: 20px;
            }
            .search-results-page .sorting-bar {
                justify-content: flex-start;
            }
        }
/*=================================================*/
 /* FAQ Page Specific Styles */
        .faq-page {
            background: #FFFFFF;
        }

        /* Hero Section */
        .faq-hero {
            background: #FFFFFF;
            padding: 60px 0 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .faq-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(134.35% 134.35% at -4450% -4450%, #004AC6 0.93%, rgba(0, 74, 198, 0) 0.93%);
            opacity: 0.1;
            pointer-events: none;
        }

        .faq-hero h1 {
            font-size: 48px;
            font-weight: 700;
            color: #038E94;
            margin-bottom: 16px;
            position: relative;
            z-index: 1;
        }

        .faq-hero p {
            font-size: 18px;
            color: #434655;
            margin-bottom: 32px;
            position: relative;
            z-index: 1;
        }

        .search-wrapper {
            max-width: 576px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .search-wrapper input {
            width: 100%;
            padding: 18px 56px 18px 24px;
            background: #F3F4F5;
            border: none;
            border-radius: 12px;
            font-family: 'Tajawal', sans-serif;
            font-size: 16px;
            color: #6B7280;
            outline: none;
            transition: all 0.3s ease;
        }

        .search-wrapper input:focus {
            box-shadow: 0 0 0 2px #038E94;
            background: white;
        }

        .search-wrapper i {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #737686;
            font-size: 18px;
        }

        /* Category Tabs */
        .faq-tabs {
            display: flex;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
            margin: 40px auto;
            max-width: 1232px;
            padding: 0 24px;
        }

        .faq-tab {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            background: white;
            border: none;
            border-radius: 40px;
            font-family: 'Tajawal', sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #434655;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        .faq-tab i {
            font-size: 16px;
        }

        .faq-tab:hover {
            background: #F3F4F5;
        }

        .faq-tab.active {
            background: #038E94;
            color: white;
            box-shadow: 0 4px 12px rgba(3, 142, 148, 0.3);
        }

        .faq-tab.active i {
            color: white;
        }

        /* FAQ Content */
        .faq-content {
            max-width: 800px;
            margin: 0 auto 60px;
            padding: 0 24px;
        }

        .faq-category {
            display: none;
        }

        .faq-category.active-category {
            display: block;
        }

        .faq-item {
            border-bottom: 1px solid #048E94;
            margin-bottom: 4px;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 24px;
            cursor: pointer;
            transition: all 0.3s ease;
            border-radius: 12px;
        }

        .faq-question:hover {
            background: #F8F9FA;
        }

        .faq-question h3 {
            font-size: 16px;
            font-weight: 700;
            color: #191C1D;
            margin: 0;
        }

        .faq-question i {
            color: #038E94;
            transition: transform 0.3s ease;
        }

        .faq-question.open i {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 24px;
        }

        .faq-answer p {
            padding-bottom: 20px;
            color: #434655;
            line-height: 1.6;
            font-size: 14px;
        }

        /* CTA Section */
        .faq-cta {
            background: #038E94;
            text-align: center;
            padding: 60px 24px;
            position: relative;
            overflow: hidden;
        }

        .faq-cta::before {
            content: '';
            position: absolute;
            width: 256px;
            height: 256px;
            left: -128px;
            top: -128px;
            background: rgba(255, 255, 255, 0.1);
            filter: blur(32px);
            border-radius: 50%;
        }

        .faq-cta::after {
            content: '';
            position: absolute;
            width: 256px;
            height: 256px;
            right: -128px;
            bottom: -128px;
            background: rgba(255, 255, 255, 0.1);
            filter: blur(32px);
            border-radius: 50%;
        }

        .faq-cta h2 {
            font-size: 32px;
            font-weight: 700;
            color: white;
            margin-bottom: 12px;
            position: relative;
            z-index: 1;
        }

        .faq-cta p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 36px;
            position: relative;
            z-index: 1;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .btn-outline-light {
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.3);
            padding: 12px 48px;
            border-radius: 12px;
            color: white;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .btn-outline-light:hover {
            border-color: white;
            background: rgba(255, 255, 255, 0.1);
        }

        .btn-white {
            background: white;
            border: none;
            padding: 12px 48px;
            border-radius: 12px;
            color: #038E94;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .btn-white:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        }

        /* Artisan Spotlight Section */
        .artisan-spotlight {
            max-width: 1280px;
            margin: 60px auto;
            padding: 0 24px;
            display: flex;
            gap: 48px;
            align-items: center;
            flex-wrap: wrap;
        }

        .spotlight-images {
            flex: 1;
            min-width: 280px;
            position: relative;
        }

        .main-img {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .overlay-img {
            position: absolute;
            bottom: -20px;
            left: -20px;
            width: 60%;
            border-radius: 16px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border: 4px solid white;
        }

        .spotlight-content {
            flex: 1;
            background: #0C2848;
            padding: 48px;
            border-radius: 24px;
            color: white;
        }

        .spotlight-content h3 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .spotlight-content > p {
            font-size: 16px;
            line-height: 1.6;
            opacity: 0.9;
            margin-bottom: 24px;
        }

        .benefits-list {
            list-style: none;
            padding: 0;
            margin-bottom: 32px;
        }

        .benefits-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            font-size: 16px;
        }

        .benefits-list li i {
            width: 20px;
            height: 20px;
            background: #038E94;
            border-radius: 4px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        .btn-register {
            background: white;
            border: none;
            padding: 14px 48px;
            border-radius: 12px;
            color: #0C2848;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-register:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 768px) {
            .faq-hero h1 {
                font-size: 32px;
            }
            .faq-tab {
                padding: 8px 20px;
                font-size: 14px;
            }
            .spotlight-content {
                padding: 32px;
            }
            .spotlight-content h3 {
                font-size: 22px;
            }
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            .btn-outline-light, .btn-white {
                width: 100%;
                max-width: 250px;
                justify-content: center;
            }
        }

        @media (max-width: 1024px) {
            .artisan-spotlight {
                flex-direction: column;
            }
            .overlay-img {
                left: 20px;
                bottom: -20px;
            }
        }
/*=================================================*/

        /* Craftsman Profile Page Specific Styles */
        .profile-page {
            background: #FFFFFF;
        }

        /* Hero Section */
        .profile-hero {
            max-width: 1280px;
            margin: 24px auto 0;
            padding: 0 24px;
        }

        .hero-card {
            background: #FFFFFF;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        .hero-cover {
            height: 256px;
            background: linear-gradient(135deg, #1a3a5c 0%, #0C2848 100%);
            position: relative;
        }

        .hero-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .cover-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        }

        .profile-avatar {
            position: absolute;
            bottom: -60px;
            left: 40px;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            border: 4px solid white;
            background: linear-gradient(135deg, #028E94 0%, #006769 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .profile-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
        }

        .online-badge {
            position: absolute;
            bottom: 8px;
            right: 8px;
            width: 20px;
            height: 20px;
            background: #22C55E;
            border: 2px solid white;
            border-radius: 50%;
        }

        .profile-info {
            padding: 80px 40px 32px 40px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 20px;
        }

        .info-right {
            text-align: right;
        }

        .profession-badge {
            display: inline-block;
            background: #FFDDB8;
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 12px;
            color: #2A1700;
            margin-bottom: 12px;
        }

        .info-right h1 {
            font-size: 32px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 8px;
        }

        .location-rating {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .location-rating span {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            color: #434655;
        }

        .stars {
            color: #FEA619;
        }

        .action-buttons {
            display: flex;
            gap: 12px;
        }

        .btn-icon {
            width: 44px;
            height: 46px;
            border: 1px solid rgba(195, 198, 215, 0.5);
            border-radius: 12px;
            background: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .btn-icon:hover {
            border-color: #028E94;
            color: #028E94;
        }

        .btn-primary-custom {
            background: #0C2848;
            color: white;
            padding: 13px 48px;
            border-radius: 12px;
            border: none;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .btn-primary-custom:hover {
            background: #1a3a5c;
        }

        .btn-success {
            background: #028E94;
            padding: 13px 48px;
        }

        .btn-success:hover {
            background: #006769;
        }

        /* Main Content Layout */
        .profile-main {
            max-width: 1280px;
            margin: 48px auto;
            padding: 0 24px;
            display: flex;
            gap: 48px;
            flex-wrap: wrap;
        }

        /* Tabs Section */
        .tabs-section {
            flex: 1;
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            overflow: hidden;
        }

        .tabs-nav {
            display: flex;
            border-bottom: 1px solid rgba(195, 198, 215, 0.3);
            overflow-x: auto;
        }

        .tab-btn {
            padding: 16px 24px;
            background: none;
            border: none;
            font-family: 'Tajawal', sans-serif;
            font-weight: 700;
            font-size: 14px;
            color: #434655;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .tab-btn.active {
            color: #028E94;
            border-bottom: 2px solid #028E94;
        }

        .tab-content {
            display: none;
            padding: 32px;
            animation: fadeInTab 0.3s ease;
        }

        .tab-content.active {
            display: block;
        }

        @keyframes fadeInTab {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* About Section */
        .section-title {
            font-size: 24px;
            font-weight: 700;
            color: #028E94;
            margin-bottom: 16px;
        }

        .bio-text {
            color: #434655;
            line-height: 1.7;
            margin-bottom: 32px;
        }

        .certificate-card {
            background: #F3F4F5;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 8px;
            padding: 16px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }

        .certificate-info h4 {
            font-weight: 700;
            font-size: 14px;
            color: #191C1D;
            margin-bottom: 4px;
        }

        .certificate-info p {
            font-size: 12px;
            color: #434655;
        }

        .skills-list {
            list-style: none;
            padding: 0;
        }

        .skills-list li {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
            color: #434655;
        }

        .skills-list li i {
            color: #FEA619;
            width: 20px;
        }

        /* Sidebar */
        .profile-sidebar {
            width: 380px;
            flex-shrink: 0;
        }

        .info-card {
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 24px;
        }

        .info-card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .info-card h3 i {
            color: #028E94;
        }

        .hours-item {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid rgba(195, 198, 215, 0.1);
        }

        .hours-item.closed .day-value {
            color: #BA1A1A;
        }

        .map-placeholder {
            background: #D9DADB;
            height: 160px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
            position: relative;
            overflow: hidden;
        }

        .map-marker {
            width: 40px;
            height: 40px;
            background: #028E94;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .address-text {
            font-size: 14px;
            color: #434655;
            text-align: center;
        }

        .contact-info {
            margin-top: 16px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            color: #434655;
            font-size: 14px;
        }

        /* Footer (Profile Page Scope) */
        .profile-page .footer {
            background: white;
            border-top: 1px solid rgba(195, 198, 215, 0.5);
            margin-top: 48px;
        }

        @media (max-width: 1024px) {
            .profile-main {
                flex-direction: column;
            }
            .profile-sidebar {
                width: 100%;
            }
            .profile-info {
                flex-direction: column;
            }
            .action-buttons {
                width: 100%;
                justify-content: flex-start;
            }
            .profile-avatar {
                left: 20px;
                width: 120px;
                height: 120px;
                bottom: -50px;
            }
            .profile-info {
                padding-right: 160px;
            }
        }

        @media (max-width: 768px) {
            .profile-info {
                padding: 80px 20px 20px;
            }
            .profile-avatar {
                width: 100px;
                height: 100px;
                bottom: -40px;
            }
            .tab-btn {
                padding: 12px 16px;
                font-size: 12px;
            }
        }
/*=================================================*/
        /* About Us Page Specific Styles */
        .about-page {
            background: #FFFFFF;
        }

        /* Hero Section */
        .about-hero {
            display: flex;
            align-items: center;
            gap: 48px;
            max-width: 1280px;
            margin: 0 auto;
            padding: 48px 24px;
            flex-wrap: wrap;
        }

        .hero-image {
            flex: 1;
            position: relative;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        .hero-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .hero-content {
            flex: 1;
        }

        .hero-content h1 {
            font-size: 48px;
            font-weight: 700;
            color: #038E94;
            line-height: 1.3;
            margin-bottom: 24px;
        }

        .hero-content p {
            font-size: 20px;
            font-weight: 500;
            color: #434655;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .hero-buttons {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .btn-primary-lg {
            background: #038E94;
            border: none;
            padding: 14px 48px;
            border-radius: 12px;
            color: white;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
        }

        .btn-primary-lg:hover {
            transform: translateY(-2px);
            box-shadow: 0 7px 0 rgba(0, 0, 0, 0.25);
        }

        .btn-outline-lg {
            background: transparent;
            border: 1px solid #038E94;
            padding: 14px 48px;
            border-radius: 12px;
            color: #038E94;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-outline-lg:hover {
            background: #038E94;
            color: white;
        }

        /* Stats Section */
        .stats-section {
            background: #028E94;
            padding: 48px 24px;
            margin: 0;
            box-shadow: 0 10px 4px rgba(0, 0, 0, 0.25), 0 -10px 4px rgba(0, 0, 0, 0.25);
        }

        .stats-container {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 40px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 700;
            color: var(--surface-light);
            line-height: 1.2;
        }

        .stat-label {
            font-size: 20px;
            font-weight: 500;
            color: white;
            opacity: 0.9;
        }

        /* Story Section */
        .story-section {
            max-width: 1280px;
            margin: 0 auto;
            padding: 80px 24px;
            display: flex;
            gap: 60px;
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .story-content {
            flex: 1;
        }

        .story-content h2 {
            font-size: 32px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 16px;
        }

        .story-text {
            font-size: 18px;
            line-height: 1.7;
            color: #434655;
            margin-bottom: 24px;
        }

        .story-image {
            flex: 1;
            position: relative;
        }

        .main-story-img {
            width: 100%;
            border-radius: 40px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            transform: rotate(3deg);
        }

        .quote-badge {
            position: absolute;
            bottom: -20px;
            right: -20px;
            background: #FEA619;
            padding: 24px 32px;
            border-radius: 16px;
            transform: rotate(-2deg);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .quote-badge h4 {
            font-size: 24px;
            font-weight: 700;
            color: #684000;
        }

        /* Values Section */
        .values-section {
            background: #FFFFFF;
            padding: 0 24px 80px;
            max-width: 1280px;
            margin: 0 auto;
        }

        .values-header {
            text-align: center;
            margin-bottom: 48px;
        }

        .values-header h2 {
            font-size: 32px;
            font-weight: 700;
            color: #038E94;
            margin-bottom: 8px;
        }

        .values-header p {
            font-size: 16px;
            color: #434655;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
        }

        .value-card {
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 48px 32px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .value-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
        }

        .value-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 24px;
            background: rgba(0, 74, 198, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .value-icon i {
            font-size: 36px;
            color: #004AC6;
        }

        .value-card:nth-child(2) .value-icon { background: rgba(254, 166, 25, 0.1); }
        .value-card:nth-child(2) .value-icon i { color: #855300; }
        .value-card:nth-child(3) .value-icon { background: rgba(188, 72, 0, 0.1); }
        .value-card:nth-child(3) .value-icon i { color: #943700; }

        .value-card h3 {
            font-size: 24px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 12px;
        }

        .value-card p {
            font-size: 14px;
            line-height: 1.5;
            color: #434655;
        }

        @media (max-width: 768px) {
            .about-hero {
                flex-direction: column;
            }
            .hero-content h1 {
                font-size: 32px;
            }
            .hero-content p {
                font-size: 16px;
            }
            .stat-number {
                font-size: 32px;
            }
            .stat-label {
                font-size: 16px;
            }
            .story-section {
                flex-direction: column;
            }
            .quote-badge {
                position: static;
                margin-top: 20px;
                display: inline-block;
            }
        }
/*=================================================*/
/* Login Page Specific Styles */
        .login-page {
            background: #0C2848;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        /* Header Override for Login Page */
        .login-page .header {
            background: rgba(249, 249, 255, 0.9);
            backdrop-filter: blur(6px);
            position: relative;
            z-index: 10;
        }

        .login-page .header .btn-primary {
            background: #006769;
        }

        .login-page .header .btn-outline {
            color: #006769;
            border-color: #006769;
        }

        /* Main Login Container */
        .login-container {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 60px 24px;
            position: relative;
            overflow: hidden;
        }

        /* Ambient Background Effects */
        .bg-blur-1 {
            position: absolute;
            width: 600px;
            height: 600px;
            right: 21px;
            top: -108.5px;
            background: radial-gradient(50% 50% at 50% 50%, rgba(2, 142, 148, 0.5) 0%, rgba(1, 44, 46, 0.5) 100%);
            filter: blur(75px);
            border-radius: 50%;
            pointer-events: none;
        }

        .bg-blur-2 {
            position: absolute;
            width: 500px;
            height: 500px;
            left: 9px;
            bottom: -107.5px;
            background: radial-gradient(50% 50% at 50% 50%, rgba(2, 142, 148, 0.5) 0%, rgba(1, 44, 46, 0.5) 100%);
            filter: blur(60px);
            border-radius: 50%;
            pointer-events: none;
        }

        /* Login Card */
        .login-card {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 500px;
            background: #0C2848;
            border: 1px solid #6DD6DC;
            border-radius: 16px;
            padding: 56px;
            box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
        }

        /* Brand Section */
        .brand-section {
            text-align: center;
            margin-bottom: 40px;
        }

        .brand-logo {
            font-size: 48px;
            font-weight: 800;
            color: #6DD6DC;
            letter-spacing: -2.4px;
            margin-bottom: 8px;
        }

        .brand-tagline {
            font-size: 12px;
            font-weight: 700;
            color: #C3C6D7;
            letter-spacing: 3.6px;
        }

        /* Login Header */
        .login-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .login-header h1 {
            font-size: 32px;
            font-weight: 700;
            color: #E0E3E5;
            margin-bottom: 8px;
        }

        .login-header p {
            font-size: 16px;
            color: #C3C6D7;
        }

        /* Form Styles (Login Page Scope) */
        .login-page .form-group {
            margin-bottom: 24px;
        }

        .login-page .form-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }

        .login-page .form-label span {
            font-size: 13px;
            font-weight: 700;
            color: #C3C6D7;
            letter-spacing: 0.6px;
            text-transform: uppercase;
        }

        .login-page .forgot-link {
            font-size: 12px;
            color: #6DD6DC;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .login-page .forgot-link:hover {
            opacity: 0.8;
        }

        .login-page .input-wrapper {
            position: relative;
        }

        .login-page .input-wrapper input {
            width: 100%;
            padding: 17px 48px 18px 16px;
            background: #FFFFFF;
            border: 1px solid #FFFFFF;
            border-radius: 12px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 16px;
            color: #879394;
            outline: none;
            transition: all 0.3s ease;
        }

        .login-page .input-wrapper input:focus {
            border-color: #6DD6DC;
            box-shadow: 0 0 0 3px rgba(109, 214, 220, 0.2);
        }

        .input-icon {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #879394;
            font-size: 18px;
        }

        .password-toggle {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #879394;
            cursor: pointer;
            font-size: 16px;
        }

        /* Login Button */
        .login-btn {
            width: 100%;
            background: #04294D;
            border: none;
            padding: 16px;
            border-radius: 12px;
            color: white;
            font-size: 24px;
            font-weight: 700;
            font-family: 'Tajawal', sans-serif;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0px 8px 25px rgba(109, 214, 220, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-bottom: 24px;
        }

        .login-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0px 12px 30px rgba(109, 214, 220, 0.4);
        }

        /* Divider */
        .divider {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .divider-line {
            flex: 1;
            height: 1px;
            background: rgba(255, 255, 255, 0.05);
        }

        .divider-text {
            padding: 0 16px;
            font-size: 14px;
            color: #C3C6D7;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Social Login */
        .social-login {
            width: 100%;
        }

        .google-btn {
            width: 100%;
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            padding: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .google-btn:hover {
            background: rgba(255, 255, 255, 0.08);
        }

        .google-btn span {
            font-size: 16px;
            color: #C3C6D7;
            font-family: 'Tajawal', sans-serif;
        }

        .google-btn i {
            font-size: 20px;
            color: #C3C6D7;
            opacity: 0.7;
        }

        /* Footer Link */
        .signup-link {
            text-align: center;
            margin-top: 24px;
            padding-top: 8px;
        }

        .signup-link span {
            font-size: 14px;
            color: #C3C6D7;
        }

        .signup-link a {
            font-size: 14px;
            font-weight: 700;
            color: #6DD6DC;
            text-decoration: none;
            margin-right: 4px;
            transition: opacity 0.3s ease;
        }

        .signup-link a:hover {
            opacity: 0.8;
        }

        /* Responsive */
        @media (max-width: 640px) {
            .login-card {
                padding: 32px 24px;
            }
            .brand-logo {
                font-size: 36px;
            }
            .login-header h1 {
                font-size: 24px;
            }
            .login-btn {
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            .login-card {
                padding: 24px 20px;
            }
            .login-page .form-label span {
                font-size: 12px;
            }
        }
/*=================================================*/

/* Sign Up Page Specific Styles */
        .signup-page {
            background: #0C2848;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        /* Header Override */
        .signup-page .header {
            background: rgba(249, 249, 255, 0.9);
            backdrop-filter: blur(6px);
            position: relative;
            z-index: 20;
        }

        .signup-page .header .btn-primary {
            background: #006769;
        }

        .signup-page .header .btn-outline {
            color: #006769;
            border-color: #006769;
        }

        /* Main Container */
        .signup-container {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 60px 24px;
            position: relative;
            z-index: 1;
        }

        /* Glass Card */
        .signup-card {
            width: 100%;
            max-width: 1280px;
            background: rgba(12, 40, 72, 0.4);
            border: 1px solid #028E94;
            border-radius: 24px;
            backdrop-filter: blur(12px);
            box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
            display: flex;
            overflow: hidden;
            min-height: 800px;
        }

        /* Left Side - Hero Image Section */
        .signup-hero {
            flex: 1;
            position: relative;
            background: linear-gradient(135deg, #0C2848 0%, #04294D 100%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 48px;
            min-height: 800px;
        }

        .signup-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(270deg, #0C2848 0%, rgba(12, 40, 72, 0) 50%, rgba(12, 40, 72, 0) 100%);
            z-index: 1;
        }

        .signup-hero .hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('https://placehold.co/800x800/028E94/FFFFFF?text=حرفي+دبرلي');
            background-size: cover;
            background-position: center;
            opacity: 0.5;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: right;
        }

        .hero-line {
            width: 64px;
            height: 4px;
            background: #028E94;
            margin-bottom: 24px;
        }

        .hero-content h2 {
            font-size: 36px;
            font-weight: 700;
            color: white;
            margin-bottom: 16px;
        }

        .hero-content p {
            font-size: 18px;
            line-height: 1.7;
            color: #D1D5DB;
            margin-bottom: 32px;
            max-width: 500px;
        }

        .hero-stats {
            display: flex;
            gap: 48px;
            margin-top: 16px;
        }

        .stat-block {
            text-align: center;
        }

        .stat-number {
            font-size: 30px;
            font-weight: 700;
            color: var(--surface-light);
            line-height: 1.2;
        }

        .stat-label {
            font-size: 12px;
            font-weight: 400;
            color: #9CA3AF;
            letter-spacing: 1.2px;
            text-transform: uppercase;
        }

        .divider-vertical {
            width: 1px;
            height: 48px;
            background: rgba(255, 255, 255, 0.1);
        }

        /* Right Side - Form Section */
        .signup-form-section {
            width: 500px;
            background: rgba(12, 40, 72, 0.6);
            padding: 48px 64px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .brand-header {
            margin-bottom: 40px;
        }

        .brand-header h1 {
            font-size: 48px;
            font-weight: 800;
            background: linear-gradient(96.77deg, #FFFFFF 0%, #028E94 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 8px;
        }

        .brand-header p {
            font-size: 14px;
            letter-spacing: 0.35px;
            text-transform: uppercase;
            color: #C3C6D7;
            opacity: 0.8;
        }

        /* Form Styles (Sign Up Page Scope) */
        .signup-page .form-group {
            margin-bottom: 19px;
        }

        .signup-page .form-label {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: white;
            letter-spacing: 1.1px;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .signup-page .input-wrapper {
            position: relative;
        }

        .signup-page .input-wrapper input {
            width: 100%;
            padding: 17px 48px 18px 16px;
            background: white;
            border: 1px solid white;
            border-radius: 16px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 16px;
            color: #879394;
            outline: none;
            transition: all 0.3s ease;
        }

        .signup-page .input-wrapper input:focus {
            border-color: #028E94;
            box-shadow: 0 0 0 3px rgba(2, 142, 148, 0.2);
        }

        .input-icon {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #028E94;
            font-size: 16px;
        }

        .password-toggle {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #879394;
            cursor: pointer;
            font-size: 16px;
        }

        /* Submit Button */
        .submit-btn {
            width: 100%;
            background: #028E94;
            border: none;
            padding: 17px;
            border-radius: 16px;
            color: white;
            font-size: 20px;
            font-weight: 700;
            font-family: 'Tajawal', sans-serif;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0px 0px 20px rgba(2, 142, 148, 0.4);
            margin-top: 8px;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0px 4px 25px rgba(2, 142, 148, 0.5);
        }

        /* Login Link */
        .login-link {
            text-align: center;
            margin-top: 32px;
        }

        .login-link span {
            font-size: 14px;
            color: #C3C6D7;
        }

        .login-link a {
            font-size: 14px;
            font-weight: 700;
            color: #028E94;
            text-decoration: underline;
            margin-right: 4px;
        }

        /* Footer Copyright */
        .copyright {
            text-align: center;
            margin-top: 40px;
            opacity: 0.6;
        }

        .copyright p {
            font-size: 10px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #C3C6D7;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .signup-card {
                flex-direction: column;
            }
            .signup-hero {
                min-height: 400px;
                padding: 32px;
            }
            .signup-form-section {
                width: 100%;
                padding: 40px 32px;
            }
            .hero-stats {
                justify-content: flex-start;
            }
        }

        @media (max-width: 640px) {
            .signup-form-section {
                padding: 32px 24px;
            }
            .brand-header h1 {
                font-size: 36px;
            }
            .hero-content h2 {
                font-size: 28px;
            }
            .hero-stats {
                flex-wrap: wrap;
                gap: 24px;
            }
            .divider-vertical {
                display: none;
            }
        }

/*=================================================*/
/* Reset Password Page Specific Styles */
        .reset-page {
            background: #0C2848;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        /* Header Override */
        .reset-page .header {
            background: rgba(249, 249, 255, 0.9);
            backdrop-filter: blur(6px);
            position: relative;
            z-index: 20;
        }

        .reset-page .header .btn-primary {
            background: #006769;
        }

        .reset-page .header .btn-outline {
            color: #006769;
            border-color: #006769;
        }

        /* Main Container */
        .reset-container {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 60px 24px;
            position: relative;
            min-height: calc(100vh - 76px);
        }

        /* Background Effects */
        .bg-blur-top {
            position: absolute;
            width: 896px;
            height: 800px;
            right: -64px;
            top: -114px;
            background: rgba(109, 214, 220, 0.1);
            filter: blur(70px);
            border-radius: 50%;
            pointer-events: none;
        }

        .bg-blur-bottom {
            position: absolute;
            width: 512px;
            height: 457px;
            left: -128px;
            top: 228px;
            background: rgba(68, 227, 236, 0.1);
            filter: blur(60px);
            border-radius: 50%;
            pointer-events: none;
        }

        /* Reset Card */
        .reset-card {
            position: relative;
            z-index: 10;
            width: 100%;
            max-width: 576px;
            background: rgba(13, 31, 54, 0.4);
            border: 1px solid rgba(109, 214, 220, 0.15);
            border-radius: 40px;
            backdrop-filter: blur(12px);
            box-shadow: 0px 0px 40px rgba(109, 214, 220, 0.1);
            padding: 48px 56px 72px;
        }

        /* Icon Section */
        .icon-wrapper {
            display: flex;
            justify-content: center;
            margin-bottom: 24px;
        }

        .icon-box {
            width: 80px;
            height: 76px;
            background: rgba(109, 214, 220, 0.1);
            border: 1px solid rgba(109, 214, 220, 0.2);
            border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .icon-box i {
            font-size: 45px;
            color: #6DD6DC;
            transform: rotate(-12deg);
        }

        /* Header Text */
        .reset-header {
            text-align: center;
            margin-bottom: 24px;
        }

        .reset-header h1 {
            font-size: 36px;
            font-weight: 700;
            color: #E0E3E5;
            letter-spacing: -0.96px;
            margin-bottom: 16px;
        }

        .reset-header p {
            font-size: 18px;
            line-height: 1.6;
            color: rgba(188, 201, 201, 0.8);
            max-width: 384px;
            margin: 0 auto;
        }

        /* Form */
        .reset-form {
            margin-top: 32px;
        }

        .reset-page .form-group {
            margin-bottom: 32px;
        }

        .reset-page .form-label {
            display: block;
            font-size: 13px;
            font-weight: 500;
            color: #6DD6DC;
            letter-spacing: 0.65px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .reset-page .input-wrapper {
            position: relative;
        }

        .reset-page .input-wrapper input {
            width: 100%;
            padding: 15px 56px 15px 24px;
            background: white;
            border: 1px solid white;
            border-radius: 16px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 18px;
            color: #879394;
            outline: none;
            transition: all 0.3s ease;
        }

        .reset-page .input-wrapper input:focus {
            border-color: #6DD6DC;
            box-shadow: 0 0 0 3px rgba(109, 214, 220, 0.2);
        }

        .input-icon {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #028E94;
            font-size: 18px;
        }

        .password-toggle {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #879394;
            cursor: pointer;
            font-size: 18px;
        }

        /* Password Strength Indicator */
        .strength-section {
            margin-top: 16px;
            padding: 0 8px;
        }

        .strength-bars {
            display: flex;
            gap: 6px;
            margin-bottom: 12px;
        }

        .strength-bar {
            flex: 1;
            height: 4px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 9999px;
            transition: all 0.3s ease;
        }

        .strength-bar.active {
            background: linear-gradient(270deg, #6DD6DC 0%, #44E3EC 100%);
            box-shadow: 0px 0px 12px rgba(109, 214, 220, 0.6);
        }

        .strength-label {
            font-size: 11px;
            letter-spacing: 1.1px;
            text-transform: uppercase;
            color: #BCC9C9;
            margin-bottom: 4px;
        }

        .strength-value {
            font-size: 13px;
            font-weight: 700;
            color: #6DD6DC;
            margin-bottom: 12px;
        }

        .strength-desc {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            color: rgba(188, 201, 201, 0.7);
        }

        .strength-desc i {
            color: #6DD6DC;
            font-size: 12px;
        }

        /* Submit Button */
        .submit-btn {
            width: 100%;
            background: linear-gradient(98.86deg, #028E94 0%, #2B9FA5 100%);
            border: none;
            padding: 20px;
            border-radius: 16px;
            color: #003739;
            font-size: 20px;
            font-weight: 600;
            font-family: 'Tajawal', sans-serif;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0px 8px 25px rgba(2, 142, 148, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 16px;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0px 12px 30px rgba(2, 142, 148, 0.5);
        }

        /* Back Link */
        .back-link {
            text-align: center;
            margin-top: 24px;
        }

        .back-link a {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #BCC9C9;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .back-link a:hover {
            opacity: 0.8;
        }

        .back-link a i {
            font-size: 12px;
        }

        /* Footer Links (Reset Page Scope) */
        .reset-page .footer-links {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 32px;
            margin-top: 48px;
            flex-wrap: wrap;
        }

        .reset-page .footer-links a {
            font-size: 11px;
            letter-spacing: 2.2px;
            text-transform: uppercase;
            color: #8999A1;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .reset-page .footer-links a:hover {
            opacity: 0.7;
        }

        .reset-page .footer-links span {
            color: #8999A1;
            opacity: 0.2;
            font-size: 11px;
        }

        .reset-page .copyright {
            text-align: center;
            margin-top: 32px;
        }

        .reset-page .copyright p {
            font-size: 10px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #8999A1;
        }

        @media (max-width: 640px) {
            .reset-card {
                padding: 32px 24px;
            }
            .reset-header h1 {
                font-size: 28px;
            }
            .reset-header p {
                font-size: 16px;
            }
            .reset-page .footer-links {
                gap: 16px;
            }
        }
/*=================================================*/
/* Service Requests Page Specific Styles */
        .requests-page {
            background: #FFFFFF;
        }

        /* Header Override */
        .requests-page .header {
            background: #FFFFFF;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        /* Main Layout */
        .requests-main {
            max-width: 1280px;
            margin: 0 auto;
            padding: 32px 24px;
        }

        /* Page Header - Requests style (no gradient) */
        .requests-main .page-header {
            background: none;
            padding: 0 0 24px 0;
            margin-bottom: 0;
        }
        .requests-main .page-header::before,
        .requests-main .page-header::after {
            display: none;
        }
        .requests-main .page-header h1 {
            font-size: 48px;
            font-weight: 700;
            color: #00162A;
            margin-bottom: 8px;
        }

        .requests-main .page-header p {
            font-size: 18px;
            color: #43474D;
            margin-bottom: 32px;
        }

        /* Two Column Layout */
        .two-columns {
            display: flex;
            gap: 32px;
            flex-wrap: wrap;
        }

        /* Sidebar Filters */
        .filters-sidebar {
            width: 320px;
            flex-shrink: 0;
        }

        .filter-card {
            background: #FFFFFF;
            border: 1px solid rgba(195, 198, 206, 0.3);
            border-radius: 16px;
            padding: 24px 20px;
            margin-bottom: 24px;
        }

        .filter-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(61, 73, 73, 0.2);
        }

        .filter-header h3 {
            font-size: 18px;
            font-weight: 700;
            color: #04294D;
        }

        .filter-section {
            margin-bottom: 28px;
        }

        .filter-section h4 {
            font-size: 16px;
            font-weight: 500;
            color: #078184;
            margin-bottom: 12px;
        }

        .service-type-options {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .service-option {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .service-option.active {
            background: #078184;
            color: white;
        }

        .service-option:not(.active) {
            background: #04294D;
            color: white;
        }

        .service-option span:first-child {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .category-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            cursor: pointer;
        }

        .category-label {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .category-count {
            font-size: 10px;
            color: #078184;
        }

        .rating-option {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

        .stars {
            color: #FFB68A;
            font-size: 12px;
        }

        .price-range {
            margin: 16px 0;
        }

        .range-slider {
            width: 100%;
            height: 4px;
            background: #078184;
            border-radius: 9999px;
            position: relative;
            margin: 20px 0;
        }

        .range-handle {
            width: 18px;
            height: 18px;
            background: #04294D;
            border-radius: 50%;
            position: absolute;
            top: -7px;
            left: 50%;
            transform: translateX(-50%);
            cursor: pointer;
            box-shadow: 0 0 10px rgba(109, 214, 220, 0.5);
        }

        .range-values {
            display: flex;
            justify-content: space-between;
            font-size: 10px;
            color: #078184;
        }

        .location-select {
            width: 100%;
            padding: 12px 16px;
            background: #078184;
            border: none;
            border-radius: 12px;
            color: white;
            font-family: 'Tajawal', sans-serif;
            margin-bottom: 16px;
        }

        .filter-actions {
            margin-top: 24px;
            padding-top: 24px;
            border-top: 1px solid rgba(61, 73, 73, 0.2);
        }

        .btn-apply {
            width: 100%;
            background: #04294D;
            color: white;
            padding: 12px;
            border: none;
            border-radius: 12px;
            font-weight: 700;
            margin-bottom: 12px;
            cursor: pointer;
        }

        .btn-reset {
            width: 100%;
            background: transparent;
            border: 1px solid rgba(61, 73, 73, 0.5);
            padding: 12px;
            border-radius: 12px;
            color: #078184;
            font-weight: 700;
            cursor: pointer;
        }

        .tip-card {
            background: rgba(120, 246, 241, 0.3);
            border-radius: 12px;
            padding: 16px;
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }

        .tip-card i {
            color: #00706E;
            font-size: 20px;
        }

        .tip-card h4 {
            font-size: 16px;
            font-weight: 500;
            color: #00706E;
            margin-bottom: 4px;
        }

        .tip-card p {
            font-size: 12px;
            font-weight: 700;
            color: rgba(0, 112, 110, 0.8);
        }

        /* Main Feed */
        .main-feed {
            flex: 1;
            min-width: 280px;
        }

        /* Filter Summary Bar */
        .filter-summary {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            background: white;
            border: 1px solid #C3C5D7;
            border-radius: 20px;
            padding: 16px;
            margin-bottom: 32px;
        }

        .filter-tags {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .filter-tag {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px 12px;
            background: rgba(0, 63, 177, 0.1);
            border: 1px solid rgba(0, 63, 177, 0.2);
            border-radius: 8px;
            font-size: 14px;
            color: #089497;
        }

        .clear-all {
            font-size: 14px;
            color: #6B7280;
            cursor: pointer;
        }

        /* Request Card */
        .request-card {
            background: white;
            border: 1px solid #C3C5D7;
            border-radius: 20px;
            margin-bottom: 24px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .request-card-layout {
            display: flex;
            flex-wrap: nowrap;
            align-items: stretch;
        }

        .request-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .card-content {
            padding: 32px;
            flex: 1;
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 16px;
        }

        .offers-badge {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 8px 12px;
            background: #F0F3FF;
            border-radius: 12px;
            text-align: center;
        }

        .offers-number {
            font-size: 36px;
            font-weight: 700;
            color: #089497;
            line-height: 1;
        }

        .offers-label {
            font-size: 10px;
            font-weight: 700;
            color: #434654;
            text-transform: uppercase;
        }

        .request-title {
            font-size: 16px;
            font-weight: 500;
            color: #151C27;
        }

        .request-desc {
            font-size: 16px;
            color: #434654;
            line-height: 1.5;
            margin-bottom: 24px;
        }

        .request-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            padding: 16px 0;
            border-bottom: 1px solid rgba(195, 197, 215, 0.5);
            margin-bottom: 24px;
        }

        .meta-item {
            text-align: right;
        }

        .meta-label {
            font-size: 10px;
            font-weight: 700;
            color: #434654;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

        .meta-value {
            font-size: 16px;
            color: #151C27;
        }

        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }

        .btn-quote {
            background: #089497;
            border: none;
            padding: 14px 32px;
            border-radius: 12px;
            color: white;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(8, 148, 151, 0.3);
        }

        .btn-quote:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(8, 148, 151, 0.4);
        }

        .craftsman-avatars {
            display: flex;
            align-items: center;
        }

        .avatar {
            width: 32px;
            height: 32px;
            background: #DBE1FF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            font-weight: 700;
            color: #089497;
            border: 2px solid white;
            margin-right: -8px;
        }

        .avatar:first-child {
            margin-right: 0;
        }

        /* Card Image */
        .card-image {
            width: 168px;
            min-height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
            align-self: stretch;
            flex-shrink: 0;
        }

        .image-badges {
            position: absolute;
            top: 16px;
            right: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .image-badge {
            padding: 6px 12px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(4px);
            border-radius: 9999px;
            font-size: 14px;
            color: #089497;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .image-badge.green {
            background: rgba(126, 251, 164, 0.9);
            color: #005228;
        }

        /* Pagination */
        .pagination {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin-top: 48px;
        }

        .page-btn {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #C3C5D7;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .page-btn.active {
            background: #089497;
            color: white;
            border-color: #089497;
        }

        .page-btn:hover:not(.active) {
            border-color: #089497;
        }

        @media (max-width: 1024px) {
            .two-columns {
                flex-direction: column;
            }
            .filters-sidebar {
                width: 100%;
            }
            .request-card-layout {
                flex-wrap: wrap;
            }
            .card-image {
                width: 100%;
                height: 200px;
                min-height: 200px;
            }
            .card-content {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 32px;
            }
            .request-meta {
                flex-direction: column;
                gap: 12px;
            }
            .card-footer {
                flex-direction: column;
                align-items: stretch;
            }
            .btn-quote {
                justify-content: center;
            }
        }
/*===================================================*/
 /* OTP Page Specific Styles */
        .otp-page {
            background: #0C2848;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        /* Header Override */
        .otp-page .header {
            background: rgba(249, 249, 255, 0.9);
            backdrop-filter: blur(6px);
            position: relative;
            z-index: 20;
        }

        .otp-page .header .btn-primary {
            background: #006769;
        }

        .otp-page .header .btn-outline {
            color: #006769;
            border-color: #006769;
        }

        /* Main Container */
        .otp-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 60px 24px;
            position: relative;
            min-height: calc(100vh - 76px);
        }

        /* Background Effects */
        .bg-orb-top {
            position: absolute;
            width: 600px;
            height: 600px;
            left: -17px;
            top: -21px;
            background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(2, 142, 148, 0.15) 0%, rgba(2, 142, 148, 0) 70%);
            filter: blur(30px);
            border-radius: 50%;
            pointer-events: none;
        }

        .bg-orb-bottom {
            position: absolute;
            width: 600px;
            height: 600px;
            right: 0px;
            bottom: 37px;
            background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(2, 142, 148, 0.15) 0%, rgba(2, 142, 148, 0) 70%);
            opacity: 0.5;
            filter: blur(30px);
            border-radius: 50%;
            pointer-events: none;
        }

        /* Logo Section */
        .logo-section {
            text-align: center;
            margin-bottom: 48px;
        }

        .logo-icon {
            width: 80px;
            height: 80px;
            background: rgba(109, 214, 220, 0.1);
            border: 1px solid rgba(109, 214, 220, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }

        .logo-icon i {
            font-size: 35px;
            color: #6DD6DC;
        }

        .logo-section h1 {
            font-size: 48px;
            font-weight: 700;
            color: #6DD6DC;
            letter-spacing: -2.4px;
        }

        /* OTP Card */
        .otp-card {
            width: 100%;
            max-width: 512px;
            background: rgba(16, 20, 21, 0.4);
            border: 1px solid rgba(2, 142, 148, 0.3);
            border-radius: 16px;
            backdrop-filter: blur(12px);
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4), inset 0px 0px 20px 1px rgba(2, 142, 148, 0.05);
            padding: 56px;
            text-align: center;
        }

        .otp-header h2 {
            font-size: 36px;
            font-weight: 700;
            color: #E0E3E5;
            letter-spacing: -0.75px;
            margin-bottom: 16px;
        }

        .otp-header p {
            font-size: 16px;
            color: #C3C6D7;
            opacity: 0.8;
            margin-bottom: 8px;
        }

        .phone-number {
            font-size: 16px;
            font-weight: 700;
            color: #6DD6DC;
            margin-bottom: 40px;
        }

        /* OTP Input Fields */
        .otp-inputs {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin-bottom: 48px;
            flex-wrap: wrap;
        }

        .otp-input {
            width: 64px;
            height: 80px;
            text-align: center;
            font-size: 28px;
            font-weight: 700;
            font-family: 'Plus Jakarta Sans', monospace;
            background: white;
            border: 1px solid #6B7280;
            border-radius: 12px;
            outline: none;
            transition: all 0.3s ease;
        }

        .otp-input:focus {
            border-color: #6DD6DC;
            box-shadow: 0 0 0 3px rgba(109, 214, 220, 0.2);
        }

        /* Verify Button */
        .verify-btn {
            width: 100%;
            background: #219BA1;
            border: none;
            padding: 16px;
            border-radius: 12px;
            color: white;
            font-size: 20px;
            font-weight: 700;
            font-family: 'Tajawal', sans-serif;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0px 4px 15px rgba(109, 214, 220, 0.3), 0px 0px 30px rgba(2, 142, 148, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-bottom: 40px;
        }

        .verify-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0px 8px 25px rgba(109, 214, 220, 0.4);
        }

        /* Resend Section */
        .resend-section {
            margin-bottom: 20px;
        }

        .resend-text {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 20px;
        }

        .resend-text span:first-child {
            font-size: 14px;
            color: #C3C6D7;
        }

        .resend-link {
            font-size: 14px;
            font-weight: 700;
            color: #269DA3;
            text-decoration: none;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        .resend-link:hover {
            opacity: 0.8;
        }

        /* Change Number Link */
        .change-number {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #C3C6D7;
            text-decoration: none;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        .change-number i {
            font-size: 12px;
        }

        .change-number:hover {
            opacity: 0.8;
        }

        /* Footer */
        .otp-footer {
            width: 100%;
            max-width: 1280px;
            margin-top: auto;
            background: rgba(0, 0, 0, 0.2);
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(6px);
            padding: 24px 64px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .otp-page .footer-links {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

        .otp-page .footer-links a {
            font-size: 12px;
            color: #BCC9C9;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .otp-page .footer-links a:hover {
            opacity: 0.7;
        }

        .footer-copyright {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: #BCC9C9;
            opacity: 0.6;
        }

        .footer-brand {
            font-size: 24px;
            font-weight: 700;
            color: #6DD6DC;
        }

        @media (max-width: 640px) {
            .otp-card {
                padding: 32px 24px;
            }
            .otp-header h2 {
                font-size: 28px;
            }
            .otp-input {
                width: 48px;
                height: 60px;
                font-size: 22px;
            }
            .otp-inputs {
                gap: 10px;
            }
            .otp-footer {
                padding: 20px 24px;
                flex-direction: column;
                text-align: center;
            }
            .otp-page .footer-links {
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .otp-input {
                width: 40px;
                height: 50px;
                font-size: 18px;
            }
            .otp-inputs {
                gap: 8px;
            }
        }
/*=================================================*/
 /* Contact Page Specific Styles */
        .contact-page {
            background: #FFFFFF;
        }

        /* Header Override */
        .contact-page .header {
            background: #FFFFFF;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        /* Hero Section */
        .contact-hero {
            background: radial-gradient(120.65% 178.74% at 100% 0%, rgba(3, 142, 148, 0.36) 0%, rgba(248, 249, 250, 0.36) 60%);
            padding: 48px 24px 80px;
        }

        .hero-content {
            max-width: 672px;
            margin-bottom: 48px;
        }

        .hero-content h1 {
            font-size: 48px;
            font-weight: 700;
            color: #038E94;
            letter-spacing: -0.96px;
            margin-bottom: 16px;
        }

        .hero-content p {
            font-size: 18px;
            color: #434655;
        }

        /* Contact Layout */
        .contact-layout {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            gap: 48px;
            flex-wrap: wrap;
        }

        /* Contact Info Section */
        .contact-info {
            flex: 1;
            min-width: 280px;
        }

        .contact-page .info-card {
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 24px;
        }

        .contact-page .info-card h3 {
            font-size: 24px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 24px;
        }

        .info-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px;
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            margin-bottom: 16px;
        }

        .info-icon {
            width: 48px;
            height: 48px;
            background: rgba(0, 74, 198, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .info-icon i {
            font-size: 20px;
            color: #038E94;
        }

        .info-details {
            flex: 1;
        }

        .info-details .label {
            font-size: 14px;
            font-weight: 700;
            color: #434655;
            margin-bottom: 4px;
        }

        .info-details .value {
            font-size: 16px;
            font-weight: 600;
            color: #191C1D;
        }

        /* Social Links */
        .social-section {
            margin-top: 24px;
        }

        .social-section h4 {
            font-size: 14px;
            font-weight: 700;
            color: #434655;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .social-icons {
            display: flex;
            gap: 16px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background: #E7E8E9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #038E94;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: #038E94;
            color: white;
        }

        /* Contact Form Section */
        .contact-form-container {
            flex: 1;
            min-width: 400px;
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.5);
            border-radius: 12px;
            padding: 48px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        .form-row {
            display: flex;
            gap: 24px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }

        .contact-page .form-group {
            flex: 1;
        }

        .contact-page .form-group label {
            display: block;
            font-size: 14px;
            font-weight: 700;
            color: #434655;
            margin-bottom: 8px;
        }

        .contact-page .form-group input,
        .contact-page .form-group select,
        .contact-page .form-group textarea {
            width: 100%;
            padding: 16px;
            background: #F3F4F5;
            border: none;
            border-radius: 12px;
            font-family: 'Tajawal', sans-serif;
            font-size: 16px;
            color: #6B7280;
            outline: none;
            transition: all 0.3s ease;
        }

        .contact-page .form-group input:focus,
        .contact-page .form-group select:focus,
        .contact-page .form-group textarea:focus {
            box-shadow: 0 0 0 2px #038E94;
            background: white;
        }

        .contact-page .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .btn-submit {
            background: #038E94;
            border: none;
            padding: 16px 80px;
            border-radius: 12px;
            color: white;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(3, 142, 148, 0.3);
        }

        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(3, 142, 148, 0.4);
        }

        /* Map Section */
        .map-section {
            margin-top: 48px;
            position: relative;
            height: 450px;
            background: #EDEEEF;
        }

        .map-container {
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url('https://placehold.co/1280x450/EDEEEF/038E94?text=خريطة+دبرلي');
            background-blend-mode: saturation;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .map-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 74, 198, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 16px;
        }

        .map-marker {
            background: white;
            padding: 16px;
            border-radius: 50%;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        .map-marker i {
            font-size: 24px;
            color: #038E94;
        }

        .map-label {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(6px);
            padding: 8px 24px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 700;
            color: #038E94;
        }

        .get-directions {
            position: absolute;
            bottom: 32px;
            right: 32px;
            background: white;
            padding: 12px 24px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 700;
            color: #191C1D;
            text-decoration: none;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .get-directions:hover {
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 32px;
            }
            .contact-form-container {
                padding: 32px 24px;
                min-width: 280px;
            }
            .form-row {
                flex-direction: column;
                gap: 16px;
            }
            .btn-submit {
                width: 100%;
                justify-content: center;
            }
            .map-label {
                font-size: 12px;
                padding: 6px 16px;
            }
            .get-directions {
                bottom: 16px;
                right: 16px;
                left: 16px;
                justify-content: center;
            }
        }

/*=================================================*/
 /* Terms Page Specific Styles */
        .terms-page {
            background: #FFFFFF;
        }

        /* Header Override */
        .terms-page .header {
            background: #FFFFFF;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        /* Main Content */
        .terms-main {
            max-width: 1280px;
            margin: 0 auto;
            padding: 48px 24px;
        }

        /* Header Section */
        .terms-header {
            margin-bottom: 48px;
        }

        .update-badge {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            background: #DBE1FF;
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 12px;
            color: #038E94;
            margin-bottom: 16px;
        }

        .terms-header h1 {
            font-size: 48px;
            font-weight: 700;
            color: #191C1D;
            letter-spacing: -0.96px;
            margin-bottom: 12px;
        }

        .terms-header p {
            font-size: 18px;
            color: #434655;
            max-width: 800px;
        }

        /* Two Column Layout */
        .terms-layout {
            display: flex;
            gap: 48px;
            flex-wrap: wrap;
        }

        /* Side Navigation */
        .terms-sidebar {
            width: 288px;
            flex-shrink: 0;
        }

        .side-nav {
            background: #F3F4F5;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 24px;
        }

        .side-nav h3 {
            font-size: 14px;
            font-weight: 700;
            color: #434655;
            text-transform: uppercase;
            letter-spacing: 0.7px;
            margin-bottom: 16px;
            padding-right: 8px;
        }

        .side-nav ul {
            list-style: none;
            padding: 0;
        }

        .side-nav li {
            margin-bottom: 4px;
        }

        .side-nav a {
            display: block;
            padding: 12px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 700;
            color: #434655;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .side-nav a:hover,
        .side-nav a.active {
            background: #E8E9EA;
            color: #038E94;
        }

        /* Support Card */
        .support-card {
            background: #0C2848;
            border-radius: 12px;
            padding: 24px;
            position: relative;
            overflow: hidden;
        }

        .support-card::before {
            content: '';
            position: absolute;
            width: 90px;
            height: 95px;
            left: -27px;
            bottom: -10px;
            background: #EEEFFF;
            opacity: 0.1;
            transform: rotate(12deg);
            border-radius: 12px;
        }

        .support-card h4 {
            font-size: 20px;
            font-weight: 700;
            color: #EEEFFF;
            margin-bottom: 4px;
        }

        .support-card p {
            font-size: 20px;
            font-weight: 700;
            color: #EEEFFF;
            margin-bottom: 20px;
        }

        .support-btn {
            background: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 700;
            color: #038E94;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
        }

        .support-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        /* Content Area */
        .terms-content {
            flex: 1;
            min-width: 280px;
        }

        /* Section Styles */
        .terms-section {
            margin-bottom: 60px;
            scroll-margin-top: 100px;
        }

        .section-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
        }

        .section-header h2 {
            font-size: 32px;
            font-weight: 700;
            color: #038E94;
        }

        .section-header i {
            font-size: 24px;
            color: #038E94;
        }

        .section-card {
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 32px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        .section-card p {
            font-size: 16px;
            line-height: 1.6;
            color: #434655;
            margin-bottom: 16px;
        }

        .sub-section {
            margin-bottom: 24px;
        }

        .sub-section h3 {
            font-size: 20px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 16px;
        }

        .list-items {
            list-style: none;
            padding: 0;
        }

        .list-items li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 16px;
            color: #434655;
        }

        .list-items li i {
            color: #855300;
            font-size: 14px;
        }

        /* Two column sub-sections */
        .two-col-grid {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
            margin-top: 16px;
        }

        .col {
            flex: 1;
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 20px;
        }

        .col h4 {
            font-size: 14px;
            font-weight: 700;
            color: #038E94;
            margin-bottom: 12px;
        }

        .col p {
            font-size: 14px;
            line-height: 1.5;
            color: #434655;
            margin-bottom: 0;
        }

        /* Table Styles */
        .fee-table {
            width: 100%;
            border-collapse: collapse;
        }

        .fee-table th,
        .fee-table td {
            padding: 12px;
            text-align: right;
            border-bottom: 1px solid #C3C6D7;
        }

        .fee-table th {
            font-weight: 700;
            color: #434655;
        }

        .fee-table td {
            color: #434655;
        }

        .fee-table td:first-child {
            color: #038E94;
            font-weight: 500;
        }

        /* Warning Box */
        .warning-box {
            background: rgba(255, 218, 214, 0.2);
            border-right: 4px solid #BA1A1A;
            border-radius: 8px;
            padding: 20px;
            margin-top: 20px;
        }

        .warning-box p {
            font-size: 14px;
            color: #93000A;
            margin-bottom: 0;
        }

        .warning-box strong {
            color: #93000A;
        }

        @media (max-width: 1024px) {
            .terms-layout {
                flex-direction: column;
            }
            .terms-sidebar {
                width: 100%;
            }
            .two-col-grid {
                flex-direction: column;
            }
        }

        @media (max-width: 768px) {
            .terms-header h1 {
                font-size: 32px;
            }
            .section-header h2 {
                font-size: 24px;
            }
            .section-card {
                padding: 20px;
            }
            .fee-table {
                font-size: 12px;
            }
            .fee-table th,
            .fee-table td {
                padding: 8px;
            }
        }
/*=================================================*/



/* Privacy Policy Page Specific Styles */
        .privacy-page {
            background: #FFFFFF;
        }

        /* Header Override */
        .privacy-page .header {
            background: #FFFFFF;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        /* Main Content */
        .privacy-main {
            max-width: 1280px;
            margin: 0 auto;
            padding: 48px 24px;
        }

        /* Header Section */
        .privacy-header {
            margin-bottom: 48px;
        }

        .privacy-header h1 {
            font-size: 48px;
            font-weight: 700;
            color: #038E94;
            letter-spacing: -0.96px;
            margin-bottom: 16px;
        }

        .privacy-header p {
            font-size: 18px;
            color: #434655;
            max-width: 800px;
            margin-bottom: 16px;
        }

        .update-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 221, 184, 0.2);
            padding: 8px 16px;
            border-radius: 9999px;
            font-size: 14px;
            font-weight: 700;
            color: #855300;
        }

        /* Two Column Layout */
        .privacy-layout {
            display: flex;
            gap: 48px;
            flex-wrap: wrap;
        }

        /* Side Navigation */
        .privacy-sidebar {
            width: 272px;
            flex-shrink: 0;
        }

        .side-nav {
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        }

        .side-nav h3 {
            font-size: 14px;
            font-weight: 700;
            color: #038E94;
            margin-bottom: 20px;
        }

        .side-nav ul {
            list-style: none;
            padding: 0;
        }

        .side-nav li {
            margin-bottom: 12px;
        }

        .side-nav a {
            display: block;
            padding: 4px 0;
            font-size: 14px;
            color: #434655;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .side-nav a:hover,
        .side-nav a.active {
            color: #038E94;
            font-weight: 700;
        }

        /* Content Area */
        .privacy-content {
            flex: 1;
            min-width: 280px;
        }

        /* Section Styles */
        .privacy-section {
            margin-bottom: 48px;
            scroll-margin-top: 100px;
        }

        .section-card {
            background: white;
            border: 1px solid rgba(195, 198, 215, 0.3);
            border-radius: 12px;
            padding: 48px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        }

        .section-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }

        .section-header h2 {
            font-size: 24px;
            font-weight: 700;
            color: #191C1D;
        }

        .section-icon {
            width: 42px;
            height: 42px;
            background: #DBE1FF;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .section-icon i {
            font-size: 20px;
            color: #038E94;
        }

        .section-card p {
            font-size: 16px;
            line-height: 1.6;
            color: #434655;
            margin-bottom: 24px;
        }

        .list-items {
            list-style: none;
            padding: 0;
        }

        .list-items li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 16px;
            color: #434655;
        }

        .list-items li i {
            color: #855300;
            font-size: 14px;
        }

        /* Grid for usage boxes */
        .usage-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-top: 16px;
        }

        .usage-box {
            background: #F3F4F5;
            border-radius: 8px;
            padding: 24px;
        }

        .usage-box h4 {
            font-size: 14px;
            font-weight: 700;
            color: #191C1D;
            margin-bottom: 8px;
        }

        .usage-box p {
            font-size: 14px;
            color: #434655;
            margin-bottom: 0;
        }

        /* Sharing section */
        .sharing-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            padding: 8px 0;
        }

        .sharing-item i {
            color: #855300;
            font-size: 14px;
        }

        .sharing-item strong {
            font-weight: 700;
            color: #434655;
        }

        /* Security note */
        .security-note {
            background: rgba(255, 219, 205, 0.1);
            border-right: 4px solid #943700;
            border-radius: 8px;
            padding: 24px;
            margin-top: 24px;
        }

        .security-note p {
            margin-bottom: 0;
            font-size: 16px;
        }

        /* User rights grid */
        .rights-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
            margin-top: 16px;
        }

        .right-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 20px;
            border: 1px solid rgba(195, 198, 215, 0.2);
            border-radius: 8px;
        }

        .right-item span {
            font-size: 16px;
            color: #434655;
        }

        .right-item i {
            color: #038E94;
            font-size: 18px;
        }

        /* CTA Section */
        .privacy-cta {
            background: #038E94;
            border-radius: 12px;
            padding: 48px;
            text-align: center;
            margin-top: 48px;
        }

        .privacy-cta h3 {
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin-bottom: 8px;
        }

        .privacy-cta p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 24px;
        }

        .cta-btn {
            background: white;
            border: none;
            padding: 12px 48px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 700;
            color: #038E94;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 1024px) {
            .privacy-layout {
                flex-direction: column;
            }
            .privacy-sidebar {
                width: 100%;
            }
            .usage-grid,
            .rights-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .privacy-header h1 {
                font-size: 32px;
            }
            .section-card {
                padding: 24px;
            }
            .section-header h2 {
                font-size: 20px;
            }
        }

/*=================================================*/

/* ============================================
   PROJECT-SPECIFIC STYLES
   These styles from the existing marketplace project
   are NOT in the Daberli reference and are needed
   for admin, seller, dashboard, and other pages.
   ============================================ */

/* ============================================
   HEADER - Daberli Clean White Sticky
   ============================================ */
.main-header {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 20px rgba(2,142,148,0.06);
    border-radius: 0;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}

.header-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 20px;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--primary-dark);
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.logo-icon {
    width: 42px;
    height: 42px;
    background: var(--gradient-navy-orange);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: var(--shadow-primary);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.logo-icon::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
    pointer-events: none;
}

.logo-text {
    background: var(--gradient-navy-orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav-link {
    padding: 9px 20px;
    border-radius: var(--radius-sm);
    font-size: 0.93rem;
    font-weight: 600;
    color: var(--dark-700);
    transition: var(--transition);
    cursor: pointer;
    background: none;
    border: none;
    font-family: var(--font);
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 24px;
    height: 2.5px;
    background: #006769;
    border-radius: 2px;
    transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
    color: #006769;
}

.nav-link:hover::after, .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
}

/* Dropdown */
.nav-dropdown, .user-menu {
    position: relative;
}

.nav-dropdown-menu, .user-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(27,58,107,0.08);
    min-width: 230px;
    padding: 8px;
    z-index: 100;
    animation: slideDown 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.nav-dropdown-menu.show, .user-dropdown.show {
    display: block;
}

.nav-dropdown-menu a, .user-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    color: var(--dark-700);
    font-size: 0.9rem;
    transition: var(--transition-fast);
    border-radius: var(--radius-xs);
}

.nav-dropdown-menu a:hover, .user-dropdown a:hover {
    background: var(--primary-50);
    color: var(--primary);
}

.user-dropdown hr {
    border: none;
    border-top: 1px solid var(--gray-200);
    margin: 4px 8px;
}

.user-dropdown a.danger-link:hover {
    background: var(--danger-50);
    color: var(--danger);
}

/* User Menu Button */
.user-menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px 6px 8px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-full);
    background: var(--white);
    cursor: pointer;
    transition: var(--transition);
}

.user-menu-btn:hover {
    border-color: var(--primary-100);
    background: var(--primary-50);
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    font-family: var(--font);
    box-shadow: 0 2px 8px rgba(27,58,107,0.25);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--primary-dark);
    padding: 8px 10px;
    transition: var(--transition-fast);
}

.mobile-menu-btn:hover {
    background: var(--primary-50);
    border-color: var(--primary-100);
}

/* ============================================
   BUTTONS - Premium
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 30px;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.93rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    font-family: var(--font);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.01em;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    transition: var(--transition-fast);
}

.btn:hover::before {
    background: rgba(255,255,255,0.12);
}

.btn-primary {
    background: #006769;
    color: var(--white);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
    background: #028E94;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -12px rgba(2,142,148,0.35);
}

.btn-accent {
    background: var(--gradient-accent);
    color: var(--white);
    box-shadow: var(--shadow-accent);
}
.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px -8px rgba(2,142,148,0.45);
}

.btn-secondary {
    background: var(--white);
    color: var(--dark-700);
    border: 1.5px solid var(--gray-200);
}
.btn-secondary:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-50);
    transform: translateY(-1px);
}

.btn-success {
    background: var(--success);
    color: var(--white);
}
.btn-success:hover {
    background: var(--success-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -4px rgba(46,125,50,0.3);
}

.btn-warning {
    background: var(--accent);
    color: var(--white);
}
.btn-warning:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
}

.btn-danger {
    background: var(--danger);
    color: var(--white);
}
.btn-danger:hover {
    background: var(--danger-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -4px rgba(198,40,40,0.3);
}

.btn-sm {
    padding: 8px 20px;
    font-size: 0.84rem;
    border-radius: var(--radius-xs);
}

.btn-block {
    width: 100%;
}

.btn-outline {
    background: transparent;
    border: 2px solid #006769;
    color: #006769;
    font-weight: 700;
    border-radius: 8px;
}
.btn-outline:hover {
    background: #006769;
    border-color: #006769;
    color: var(--white);
}

.btn-outline-accent {
    background: transparent;
    border: 2px solid rgba(2,142,148,0.18);
    color: var(--brand-secondary);
    font-weight: 700;
    border-radius: 9999px;
}
.btn-outline-accent:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--white);
}

.btn-ghost {
    background: transparent;
    color: var(--primary);
    padding: 8px 16px;
}
.btn-ghost:hover {
    background: var(--primary-50);
}

/* ============================================
   ALERTS - Modern with icons
   ============================================ */
.alert {
    padding: 16px 22px;
    border-radius: var(--radius);
    margin-bottom: 24px;
    font-size: 0.93rem;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
    line-height: 1.6;
    font-weight: 500;
}

.alert-success { 
    background: var(--success-50); 
    color: var(--success-dark); 
    border-color: var(--success-100); 
}
.alert-error { 
    background: var(--danger-50); 
    color: var(--danger-dark); 
    border-color: var(--danger-100); 
}
.alert-info { 
    background: var(--info-50); 
    color: var(--info); 
    border-color: var(--info-100); 
}
.alert-warning { 
    background: var(--accent-50); 
    color: #92400E; 
    border-color: var(--accent-200); 
}

/* ============================================
   CARDS - ServePro Service Layout
   ============================================ */
.card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(27,58,107,0.06);
    overflow: hidden;
    transition: var(--transition);
    position: relative;
}

.card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
    border-color: var(--primary-100);
}

.card:hover .card-img img,
.card:hover .card-img {
    transform: scale(1.05);
}

.card:hover .card-title {
    color: var(--primary);
}

.card-body {
    padding: 24px;
}

.card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(15,37,87,0.3) 100%);
}

/* ── ServePro Category Tag Overlay on Image ── */
.card-img-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    background: #089497;
    color: var(--white);
    border-radius: var(--radius-full);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 12px rgba(2,142,148,0.3);
}

.card-img-icon {
    font-size: 3.2rem;
    color: rgba(255,255,255,0.9);
    position: relative;
    z-index: 1;
}

.card-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: var(--accent-50);
    color: #006769;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
    border: 1px solid rgba(8,148,151,0.12);
}

/* ============================================
   CATEGORY ICON SIZING - Context-Aware
   كل أيقونة تأخذ حجمها من العنصر الأب
   ============================================ */

/* ── Base: الحجم الافتراضي لأيقونة الصورة ── */
.cat-icon-img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    /* الحجم الافتراضي للمواقف العامة */
    height: 22px;
    width: auto;
}

/* ── 1. بطاقات الأقسام الكبيرة (الصفحة الرئيسية) ── */
.sp-cat-icon-box .cat-icon-img {
    height: 52px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1); /* تحويل إلى أبيض للخلفيات الملونة */
}

/* ── 2. تاقات التصنيف الصغيرة في بطاقات الخدمات ── */
.card-category .cat-icon-img {
    height: 15px;
    width: auto;
    object-fit: contain;
}

.sp-service-cat-tag .cat-icon-img {
    height: 14px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1); /* أبيض على خلفية وردية */
}

/* ── 3. البطاقة الكبيرة - صورة بديلة (placeholder) ── */
.card-img .cat-icon-img,
.card-img-icon.cat-icon-img {
    height: 56px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.sp-service-img-placeholder .cat-icon-img {
    height: 56px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

/* ── 4. شريط فلترة الأقسام (chips) ── */
.category-chip .cat-icon-img {
    height: 20px;
    width: auto;
    object-fit: contain;
}

.category-chip.active .cat-icon-img {
    filter: brightness(0) invert(1); /* أبيض عند التفعيل */
}

/* ── 5. قائمة الأقسام في الهيدر (dropdown) ── */
.nav-dropdown-menu a .cat-icon-img,
.header-3-dropdown-menu a .cat-icon-img {
    height: 20px;
    width: auto;
    object-fit: contain;
}

/* ── 6. وسم التصنيف في صفحة الطلبات ── */
.request-card .card-category .cat-icon-img {
    height: 15px;
    width: auto;
    object-fit: contain;
}

/* ── 7. Hero Tags (الأكثر طلباً) ── */
.sp-hero-tags a .cat-icon-img {
    height: 18px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

/* ── 8. قائمة الأقسام في النماذج (select/dropdown) ── */
.form-control option,
select .cat-icon-img {
    height: 18px;
    width: auto;
    object-fit: contain;
}

/* ── ServePro Card Author Row ── */
.card-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.card-author-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.78rem;
    font-family: var(--font);
    box-shadow: 0 2px 8px rgba(27,58,107,0.25);
    flex-shrink: 0;
}

.card-author-name {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--dark-600);
}

/* ── ServePro Title + Price Row ── */
.card-title-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.card-title-price .card-title {
    margin-bottom: 0;
    flex: 1;
}

.card-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--dark);
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.card-text {
    color: var(--gray);
    font-size: 0.9rem;
    margin-bottom: 16px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-price {
    font-size: 1.15rem;
    font-weight: 900;
    color: #089497;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

/* ── ServePro View Details Link ── */
.card-view-details {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.86rem;
    font-weight: 700;
    color: #089497;
    transition: var(--transition);
}

.card-view-details:hover {
    color: #006769;
    gap: 10px;
}

/* ── Card Meta: appears below the card box ── */
.card-meta {
    padding: 12px 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.card-meta-seller {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-meta-seller .avatar {
    width: 24px;
    height: 24px;
    font-size: 0.65rem;
    box-shadow: 0 1px 3px rgba(27,58,107,0.2);
}

.card-meta-seller a {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--primary);
}

.card-meta-seller a:hover {
    color: var(--accent-dark);
}

.card-meta-date {
    font-size: 0.75rem;
    color: var(--gray-light);
}

.card-footer {
    display: flex;
    gap: 8px;
    padding: 14px 20px;
    border-top: 1px solid var(--gray-200);
    flex-wrap: wrap;
}

/* ============================================
   GRID
   ============================================ */
.grid {
    display: grid;
    gap: 26px;
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ============================================
   FORMS - Clean & Modern
   ============================================ */
.form-group {
    margin-bottom: 22px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--dark-700);
    letter-spacing: 0.01em;
}

.form-control {
    width: 100%;
    padding: 13px 18px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    font-size: 0.93rem;
    font-family: var(--font);
    transition: var(--transition);
    background: var(--white);
    color: var(--dark);
    line-height: 1.5;
}

.form-control:focus {
    outline: none;
    border-color: #089497;
    box-shadow: 0 0 0 4px rgba(8,148,151,0.08);
    background: var(--white);
}

.form-control::placeholder {
    color: var(--gray-light);
}

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

select.form-control {
    cursor: pointer;
    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='%234B5563' d='M6 8L1 3h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 16px center;
    padding-left: 40px;
}

.form-help {
    font-size: 0.82rem;
    color: var(--gray);
    margin-top: 6px;
}

/* ============================================
   SECTION TITLES
   ============================================ */
.section {
    padding: 56px 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.section-title {
    font-size: 1.55rem;
    font-weight: 900;
    color: var(--primary-dark);
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 12px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 96px;
    height: 4px;
    background: #006769;
    border-radius: 9999px;
}

.section-subtitle {
    color: var(--gray);
    margin-top: 8px;
    font-size: 1rem;
}

.section-link {
    color: #089497;
    font-weight: 700;
    font-size: 0.93rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.section-link:hover {
    color: #006769;
    gap: 10px;
}

/* ============================================
   PAGE HEADER - Navy Gradient
   ============================================ */
.page-header {
    background: linear-gradient(135deg, #089497 0%, #04294D 100%);
    color: var(--white);
    padding: 60px 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -8%;
    width: 450px;
    height: 450px;
    background: rgba(245,124,0,0.08);
    border-radius: 50%;
    pointer-events: none;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}

.page-header h1 {
    font-size: 2.1rem;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.page-header p {
    opacity: 0.88;
    font-size: 1.05rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

/* ============================================
   HERO SECTION - ServePro Full Viewport
   ============================================ */
.hero {
    background: linear-gradient(135deg, #091A3E 0%, #0d1f3c 30%, #1B3A6B 60%, #0F2557 100%);
    color: var(--white);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.hero::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245,124,0,0.10) 0%, transparent 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, rgba(9,26,62,0.6) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 24px;
    background: rgba(245,124,0,0.15);
    border: 1px solid rgba(245,124,0,0.25);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    color: var(--accent-lighter);
    animation: fadeInUp 0.8s ease forwards;
}

.hero h1 {
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 22px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 4px 40px rgba(0,0,0,0.25);
    animation: fadeInUp 0.8s ease 0.15s forwards;
    opacity: 0;
}

.hero > .container > .hero-content > p,
.hero-content > p {
    font-size: 1.22rem;
    opacity: 0.85;
    margin-bottom: 36px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-weight: 300;
    animation: fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

/* ── Hero Search Bar ── */
.hero-search {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 680px;
    margin: 0 auto 24px;
    background: var(--white);
    border-radius: 60px;
    padding: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: fadeInUp 0.8s ease 0.45s forwards;
    opacity: 0;
}

.hero-search-category {
    padding: 14px 22px;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 54px;
    font-family: var(--font);
    font-size: 0.93rem;
    font-weight: 700;
    cursor: pointer;
    min-width: 140px;
    transition: var(--transition);
    appearance: none;
    -webkit-appearance: none;
}

.hero-search-category:hover {
    background: var(--accent-dark);
}

.hero-search-input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    font-family: var(--font);
    font-size: 0.95rem;
    background: transparent;
    color: var(--dark);
    outline: none;
    min-width: 0;
}

.hero-search-input::placeholder {
    color: var(--gray-light);
}

.hero-search-btn {
    padding: 14px 32px;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 54px;
    font-family: var(--font);
    font-size: 0.93rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-search-btn:hover {
    background: var(--accent-dark);
    transform: scale(1.02);
}

/* ── Hero Suggest Tags ── */
.hero-suggest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    animation: fadeInUp 0.8s ease 0.6s forwards;
    opacity: 0;
}

.hero-suggest-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-full);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    backdrop-filter: blur(6px);
}

.hero-suggest-tag:hover {
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero .btn {
    padding: 16px 40px;
    font-size: 1.02rem;
    border-radius: var(--radius);
    font-weight: 800;
}

.hero .btn-accent {
    box-shadow: 0 10px 35px rgba(245,124,0,0.35);
}
.hero .btn-accent:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 45px rgba(245,124,0,0.45);
}

.hero .btn-outline {
    border-color: rgba(255,255,255,0.3);
    color: var(--white);
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
}
.hero .btn-outline:hover {
    background: var(--white);
    color: var(--primary-dark);
    border-color: var(--white);
}

/* Floating decorative elements */
.hero-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.04);
    animation: float 25s infinite ease-in-out;
}

.hero-shape:nth-child(1) { width: 350px; height: 350px; top: 8%; right: 3%; animation-delay: 0s; }
.hero-shape:nth-child(2) { width: 220px; height: 220px; bottom: 18%; left: 6%; animation-delay: -7s; }
.hero-shape:nth-child(3) { width: 180px; height: 180px; top: 35%; left: 12%; animation-delay: -14s; border-color: rgba(245,124,0,0.08); }
.hero-shape:nth-child(4) { width: 120px; height: 120px; top: 15%; left: 25%; animation-delay: -4s; background: rgba(245,124,0,0.04); }
.hero-shape:nth-child(5) { width: 280px; height: 280px; bottom: 10%; right: 15%; animation-delay: -10s; }

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-25px) rotate(4deg); }
    66% { transform: translateY(12px) rotate(-2deg); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes floatSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* ============================================
   STATS - Floating Cards
   ============================================ */
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin: -56px 0 56px;
    position: relative;
    z-index: 10;
}

.stat-card {
    background: var(--white);
    padding: 30px 22px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(27,58,107,0.06);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-navy-orange);
    opacity: 0;
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-icon {
    font-size: 2.4rem;
    margin-bottom: 12px;
    display: inline-block;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

.stat-label {
    color: var(--gray);
    font-size: 0.9rem;
    margin-top: 6px;
    font-weight: 600;
}

/* ============================================
   CATEGORIES - Modern Chips
   ============================================ */
.categories-bar {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 0;
    margin-bottom: 28px;
    scrollbar-width: none;
}

.categories-bar::-webkit-scrollbar {
    height: 0;
}

.category-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: var(--white);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    transition: var(--transition);
    cursor: pointer;
    color: var(--dark-600);
}

.category-chip:hover, .category-chip.active {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-primary);
    transform: translateY(-2px);
}

/* ── Category Slider (ServePro Style) ── */
.category-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 20px 0 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.category-slider::-webkit-scrollbar {
    height: 0;
    display: none;
}

.category-slide {
    flex: 0 0 200px;
    scroll-snap-align: start;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(27,58,107,0.06);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
}

.category-slide:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-100);
}

.category-slide-icon {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.category-slide-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.15) 100%);
}

.category-slide:nth-child(6n+1) .category-slide-icon { background: linear-gradient(135deg, #1B3A6B, #2A5298); }
.category-slide:nth-child(6n+2) .category-slide-icon { background: linear-gradient(135deg, #F57C00, #FFB74D); }
.category-slide:nth-child(6n+3) .category-slide-icon { background: linear-gradient(135deg, #2E7D32, #66BB6A); }
.category-slide:nth-child(6n+4) .category-slide-icon { background: linear-gradient(135deg, #C62828, #EF5350); }
.category-slide:nth-child(6n+5) .category-slide-icon { background: linear-gradient(135deg, #1565C0, #42A5F5); }
.category-slide:nth-child(6n+6) .category-slide-icon { background: linear-gradient(135deg, #6A1B9A, #AB47BC); }

.category-slide-body {
    padding: 16px;
    text-align: center;
}

.category-slide-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 4px;
}

.category-slide-count {
    font-size: 0.8rem;
    color: var(--gray);
    font-weight: 500;
}

/* ── Slider Navigation Arrows ── */
.slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--white);
    border: 1.5px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
    color: var(--dark-600);
    box-shadow: var(--shadow-sm);
}

.slider-arrow:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-primary);
    transform: scale(1.08);
}

/* ============================================
   STATUS BADGES
   ============================================ */
.badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 16px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.badge-pending { background: var(--accent-50); color: #92400E; border: 1px solid var(--accent-200); }
.badge-active { background: var(--success-50); color: var(--success-dark); border: 1px solid var(--success-100); }
.badge-completed { background: var(--info-50); color: var(--info); border: 1px solid var(--info-100); }
.badge-cancelled { background: var(--danger-50); color: var(--danger-dark); border: 1px solid var(--danger-100); }
.badge-expired { background: var(--danger-50); color: var(--danger-dark); border: 1px solid var(--danger-100); }
.badge-rejected { background: var(--danger-50); color: var(--danger-dark); border: 1px solid var(--danger-100); }
.badge-accepted { background: var(--success-50); color: var(--success-dark); border: 1px solid var(--success-100); }
.badge-open { background: var(--info-50); color: var(--info); border: 1px solid var(--info-100); }
.badge-closed { background: var(--gray-100); color: var(--dark-600); border: 1px solid var(--gray-200); }
.badge-hidden { background: var(--gray-100); color: var(--dark-600); border: 1px solid var(--gray-200); }
.badge-in_progress { background: var(--accent-50); color: #92400E; border: 1px solid var(--accent-200); }

/* ============================================
   TABLES - Premium Clean
   ============================================ */
.table-wrapper {
    overflow-x: auto;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(27,58,107,0.06);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 16px 20px;
    text-align: right;
    border-bottom: 1px solid var(--gray-100);
}

th {
    background: var(--primary-50);
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

td {
    font-size: 0.93rem;
    vertical-align: middle;
}

tr:hover td {
    background: rgba(27,58,107,0.02);
}

/* ============================================
   TABS - Underline Style
   ============================================ */
.tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--gray-200);
    margin-bottom: 30px;
    overflow-x: auto;
}

.tab-btn {
    padding: 15px 26px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--gray);
    transition: var(--transition);
    font-family: var(--font);
    white-space: nowrap;
    position: relative;
}

.tab-btn:hover {
    color: var(--primary);
}

.tab-btn.active {
    color: var(--primary);
    border-bottom-color: var(--accent);
}

/* ============================================
   AUTH PAGES - Premium
   ============================================ */
.auth-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 200px);
    padding: 40px 28px;
    background: linear-gradient(180deg, var(--gray-50) 0%, #EBF0FA 100%);
}

.auth-card {
    background: var(--white);
    padding: 48px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(27,58,107,0.06);
    width: 100%;
    max-width: 480px;
    position: relative;
}

.auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-navy-orange);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.auth-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at top right, rgba(27,58,107,0.03) 0%, transparent 70%);
    pointer-events: none;
    border-radius: var(--radius-lg);
}

.auth-card h2 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 1.7rem;
    font-weight: 900;
    color: var(--primary-dark);
}

.auth-card .auth-subtitle {
    text-align: center;
    color: var(--gray);
    margin-bottom: 34px;
    font-size: 0.93rem;
}

.auth-card .form-group:last-of-type {
    margin-bottom: 30px;
}

.auth-link {
    text-align: center;
    margin-top: 26px;
    font-size: 0.93rem;
    color: var(--gray);
}

.auth-link a {
    color: var(--primary);
    font-weight: 700;
}

.auth-link a:hover {
    text-decoration: underline;
}

.role-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 26px;
}

.role-option {
    padding: 20px;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius);
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    background: var(--white);
}

.role-option:hover {
    border-color: var(--primary-100);
    background: var(--primary-50);
}

.role-option.selected {
    border-color: var(--primary);
    background: var(--primary-50);
    box-shadow: 0 0 0 4px rgba(27,58,107,0.08);
}

.role-option input {
    display: none;
}

.role-icon {
    font-size: 2rem;
    margin-bottom: 8px;
}

.role-label {
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--dark-700);
}

/* ============================================
   DASHBOARD - Stats
   ============================================ */
.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
    margin-bottom: 36px;
}

.dash-stat {
    background: var(--white);
    padding: 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(27,58,107,0.06);
    display: flex;
    align-items: center;
    gap: 18px;
    transition: var(--transition);
}

.dash-stat:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.dash-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.dash-stat-icon.purple { background: var(--primary-50); }
.dash-stat-icon.navy { background: var(--primary-50); }
.dash-stat-icon.green { background: var(--success-50); }
.dash-stat-icon.orange { background: var(--accent-50); }
.dash-stat-icon.red { background: var(--danger-50); }

.dash-stat-number {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--primary-dark);
    letter-spacing: -0.02em;
}

.dash-stat-label {
    font-size: 0.85rem;
    color: var(--gray);
    font-weight: 600;
}

/* ============================================
   EMPTY STATE
   ============================================ */
.empty-state {
    text-align: center;
    padding: 80px 28px;
    color: var(--gray);
}

.empty-state-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    filter: grayscale(0.3);
    opacity: 0.7;
}

.empty-state h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--primary-dark);
    font-weight: 800;
}

.empty-state p {
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ============================================
   SUBSCRIPTION PLANS
   ============================================ */
.plan-card {
    background: var(--white);
    border: 2px solid var(--gray-100);
    border-radius: var(--radius-lg);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-navy-orange);
    opacity: 0;
    transition: var(--transition);
}

.plan-card:hover, .plan-card.featured {
    border-color: var(--primary-200);
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.plan-card:hover::before, .plan-card.featured::before {
    opacity: 1;
}

.plan-card.featured {
    border-width: 2px;
}

.plan-badge {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-accent);
    color: var(--white);
    padding: 6px 22px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: var(--shadow-accent);
    letter-spacing: 0.02em;
}

.plan-price {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--primary-dark);
    margin: 20px 0 8px;
    letter-spacing: -0.02em;
}

.plan-period {
    color: var(--gray);
    font-size: 0.9rem;
    margin-bottom: 24px;
}

.plan-features {
    list-style: none;
    text-align: right;
    margin-bottom: 30px;
}

.plan-features li {
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-100);
    font-size: 0.93rem;
    color: var(--dark-600);
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-features li::before {
    content: '✓';
    color: var(--success);
    font-weight: 800;
    font-size: 0.85rem;
}

/* ============================================
   DETAIL PAGE
   ============================================ */
.detail-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 36px;
}

.detail-main {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid rgba(27,58,107,0.06);
    overflow: hidden;
}

.detail-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5rem;
    color: var(--white);
}

.detail-content {
    padding: 36px;
}

.detail-title {
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 14px;
    color: var(--primary-dark);
    letter-spacing: -0.01em;
}

.detail-meta {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    color: var(--gray);
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.detail-desc {
    line-height: 2;
    color: var(--dark-600);
    font-size: 0.97rem;
}

.detail-sidebar {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid rgba(27,58,107,0.06);
    padding: 30px;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.detail-price {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--primary-dark);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.detail-price span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray);
}

.seller-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
    margin-bottom: 24px;
}

.seller-info .avatar {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
}

.seller-name {
    font-weight: 700;
    color: var(--primary-dark);
    font-size: 1rem;
}

.seller-role {
    font-size: 0.82rem;
    color: var(--gray);
}

/* ============================================
   OFFERS
   ============================================ */
.offer-card {
    background: var(--white);
    border: 1px solid rgba(27,58,107,0.06);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 16px;
    transition: var(--transition);
}

.offer-card:hover {
    border-color: var(--primary-100);
    box-shadow: var(--shadow-md);
}

.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
    gap: 10px;
}

.offer-price {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--primary);
}

.offer-seller {
    font-weight: 700;
    color: var(--dark);
}

.offer-message {
    color: var(--dark-600);
    font-size: 0.93rem;
    margin-bottom: 16px;
    line-height: 1.75;
}

.offer-actions {
    display: flex;
    gap: 12px;
}

/* ============================================
   ADMIN PANEL (Old horizontal sidebar removed - using full sidebar layout)
   ============================================ */

.payment-proof-img {
    max-width: 200px;
    max-height: 150px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--gray-200);
    cursor: pointer;
    transition: var(--transition);
}

.payment-proof-img:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.action-btns {
    display: flex;
    gap: 8px;
}

/* ============================================
   FILTERS
   ============================================ */
.filters-bar {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.search-input {
    flex: 1;
    min-width: 200px;
    padding: 13px 22px 13px 46px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-full);
    font-size: 0.93rem;
    font-family: var(--font);
    transition: var(--transition);
    background: var(--white);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-light);
    box-shadow: 0 0 0 4px rgba(27,58,107,0.08);
}

/* ============================================
   FOOTER - ServePro Dark Navy
   ============================================ */
.main-footer {
    background: #142935;
    color: var(--gray-light);
    padding: 70px 0 0;
    margin-top: auto;
    position: relative;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent) 30%, var(--primary-light) 50%, var(--accent) 70%, transparent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-col h3 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 1.12rem;
    font-weight: 800;
}

.footer-col p {
    line-height: 1.9;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
}

/* ── Footer Logo Area ── */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.footer-logo-icon {
    width: 40px;
    height: 40px;
    background: var(--gradient-navy-orange);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
}

.footer-logo-text {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--white);
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.footer-col ul li a:hover {
    color: var(--accent-light);
    padding-right: 4px;
}

/* ── Footer Contact Info ── */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    color: var(--accent-light);
    margin-top: 2px;
}

.footer-contact-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
}

/* ── Footer Social Icons ── */
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.55);
    font-size: 1rem;
    transition: var(--transition);
}

.footer-social-link:hover {
    background: var(--accent);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(245,124,0,0.35);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 22px 0;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255,255,255,0.35);
    font-size: 0.84rem;
    font-weight: 500;
}

/* ============================================
   CHAT
   ============================================ */
.chat-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    height: calc(100vh - 200px);
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid rgba(27,58,107,0.06);
    overflow: hidden;
}

.chat-list {
    border-left: 1px solid var(--gray-100);
    overflow-y: auto;
}

.chat-list-item {
    padding: 16px 20px;
    border-bottom: 1px solid var(--gray-100);
    cursor: pointer;
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-list-item:hover, .chat-list-item.active {
    background: var(--primary-50);
}

.chat-list-item .avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.chat-list-item .chat-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--dark);
}

.chat-list-item .chat-preview {
    font-size: 0.82rem;
    color: var(--gray);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-messages-list {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chat-bubble {
    max-width: 70%;
    padding: 14px 20px;
    border-radius: var(--radius);
    font-size: 0.93rem;
    line-height: 1.65;
}

.chat-bubble.sent {
    background: var(--primary);
    color: var(--white);
    align-self: flex-start;
    border-bottom-right: 4px;
}

.chat-bubble.received {
    background: var(--gray-100);
    color: var(--dark);
    align-self: flex-end;
}

.chat-bubble .chat-time {
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 6px;
    display: block;
}

.chat-input-area {
    padding: 16px 24px;
    border-top: 1px solid var(--gray-100);
    display: flex;
    gap: 12px;
    align-items: center;
}

.chat-input-area input {
    flex: 1;
    padding: 12px 18px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-full);
    font-size: 0.93rem;
    font-family: var(--font);
    outline: none;
    transition: var(--transition);
}

.chat-input-area input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(27,58,107,0.08);
}

/* ============================================
   PROFILE PAGE
   ============================================ */
.profile-header {
    background: var(--gradient-primary);
    padding: 60px 0;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.profile-header::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(245,124,0,0.06);
    border-radius: 50%;
    pointer-events: none;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--gradient-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 auto 16px;
    border: 4px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.profile-name {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.profile-bio {
    font-size: 1rem;
    opacity: 0.85;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}

.profile-details {
    max-width: 700px;
    margin: -30px auto 40px;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(27,58,107,0.06);
    padding: 32px;
    position: relative;
    z-index: 10;
}

.profile-detail-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--gray-100);
    font-size: 0.95rem;
}

.profile-detail-item:last-child {
    border-bottom: none;
}

.profile-detail-icon {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-sm);
    background: var(--primary-50);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.profile-detail-label {
    font-weight: 600;
    color: var(--gray);
    font-size: 0.82rem;
}

.profile-detail-value {
    font-weight: 700;
    color: var(--dark);
}

/* ============================================
   RESPONSIVE - Premium Mobile
   ============================================ */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 2.6rem;
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
        margin: -40px 0 40px;
    }

    .detail-container {
        grid-template-columns: 1fr;
    }

    .chat-container {
        grid-template-columns: 1fr;
    }

    .chat-list {
        max-height: 200px;
    }

    /* Admin dashboard two-column */
    .container > div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }

    .dashboard-stats {
        flex-wrap: wrap;
    }

    .dash-stat {
        flex: 1 1 calc(33.33% - 12px);
        min-width: 160px;
    }

    /* ── Pill header tablet ── */
    .main-header {
        left: 2%;
        right: 2%;
        padding: 0 24px;
        border-radius: 40px;
    }

    /* ── Hero search responsive ── */
    .hero-search {
        flex-direction: column;
        border-radius: var(--radius-md);
        padding: 8px;
        gap: 6px;
    }

    .hero-search-category {
        border-radius: var(--radius-sm);
        width: 100%;
    }

    .hero-search-btn {
        border-radius: var(--radius-sm);
        width: 100%;
        justify-content: center;
    }

    /* ── Category slider tablet ── */
    .category-slide {
        flex: 0 0 180px;
    }

    /* ── Why Choose Us tablet ── */
    .why-choose {
        flex-direction: column;
    }

    .why-choose-image {
        min-height: 280px;
    }

    .why-choose-content {
        padding: 40px 30px;
    }

    /* ── Steps tablet ── */
    .steps-container::before {
        display: none;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    /* ── Footer tablet ── */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    /* ── Pill header mobile ── */
    .main-header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        padding: 0 16px;
        box-shadow: var(--shadow-md);
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        background: var(--white);
        flex-direction: column;
        padding: 16px;
        box-shadow: var(--shadow-lg);
        border-bottom: 1px solid var(--gray-100);
        border-radius: 0;
        gap: 4px;
    }

    .main-nav.show {
        display: flex;
    }

    .nav-link {
        padding: 12px 16px;
        border-radius: var(--radius-xs);
    }

    .nav-link:hover, .nav-link.active {
        background: var(--primary-50);
    }

    .nav-link::after {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }

    /* ── Hero mobile ── */
    .hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p,
    .hero > .container > .hero-content > p {
        font-size: 1.05rem;
    }

    .hero .btn {
        padding: 13px 30px;
        font-size: 0.93rem;
    }

    /* ── Hero search mobile ── */
    .hero-search {
        flex-direction: column;
        border-radius: var(--radius-md);
        padding: 8px;
        gap: 6px;
    }

    .hero-search-category {
        border-radius: var(--radius-sm);
        width: 100%;
        text-align: center;
    }

    .hero-search-btn {
        border-radius: var(--radius-sm);
        width: 100%;
        justify-content: center;
    }

    .hero-suggest-tags {
        gap: 8px;
    }

    .hero-suggest-tag {
        font-size: 0.78rem;
        padding: 6px 16px;
    }

    /* ── Grids ── */
    .grid-2, .grid-3, .grid-4 {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin: -36px 16px 36px;
    }

    .stat-card {
        padding: 20px 14px;
    }

    .stat-number {
        font-size: 1.7rem;
    }

    .section {
        padding: 36px 0;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .page-header {
        padding: 44px 0;
    }

    .page-header h1 {
        font-size: 1.6rem;
    }

    /* ── Category slider mobile ── */
    .category-slide {
        flex: 0 0 160px;
    }

    .category-slide-icon {
        height: 110px;
    }

    /* ── Why Choose Us mobile ── */
    .why-choose {
        flex-direction: column;
    }

    .why-choose-image {
        min-height: 220px;
    }

    .why-choose-content {
        padding: 32px 24px;
    }

    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* ── Steps mobile ── */
    .steps-container::before {
        display: none;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }

    .step-number {
        width: 64px;
        height: 64px;
        font-size: 1.5rem;
    }

    /* ── Footer mobile ── */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* ── CTA mobile ── */
    .cta-section h2 {
        font-size: 1.7rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    /* ── Cards ── */
    .card-title-price {
        flex-direction: column;
        gap: 8px;
    }

    /* ── Existing components ── */
    .auth-card {
        padding: 32px 24px;
    }

    .profile-details {
        margin: -24px 16px 32px;
        padding: 24px;
    }

    .plan-card {
        padding: 30px 20px;
    }

    .dashboard-stats {
        flex-direction: column;
    }

    .dash-stat {
        flex: 1 1 100%;
    }

    .filters-bar {
        flex-direction: column;
    }

    .search-input {
        width: 100%;
    }

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

    .offer-actions .btn {
        width: 100%;
    }

    .user-menu-btn span:last-child {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.7rem;
    }

    .hero p,
    .hero > .container > .hero-content > p {
        font-size: 0.95rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero .btn {
        width: 100%;
        max-width: 280px;
    }

    .hero-search {
        padding: 6px;
        gap: 4px;
    }

    .hero-search-category,
    .hero-search-input,
    .hero-search-btn {
        font-size: 0.86rem;
        padding: 12px 16px;
    }

    .stats {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .card-body {
        padding: 18px;
    }

    .detail-content {
        padding: 24px;
    }

    .role-selector {
        grid-template-columns: 1fr;
    }

    .category-slide {
        flex: 0 0 150px;
    }

    .cta-section {
        padding: 56px 0;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }
}

/* ============================================
   ANIMATIONS & UTILITIES
   ============================================ */
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-slide-up {
    animation: slideUp 0.5s ease forwards;
}

.text-primary { color: var(--primary) !important; }
.text-accent { color: var(--accent) !important; }
.text-success { color: var(--success) !important; }
.text-danger { color: var(--danger) !important; }
.text-muted { color: var(--gray) !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }

.d-flex { display: flex; }
.align-center { align-items: center; }
.gap-1 { gap: 8px; }
.gap-2 { gap: 16px; }
.gap-3 { gap: 24px; }
.flex-wrap { flex-wrap: wrap; }

/* ── Logo Header White variant for hero pages ── */
.main-header.header-transparent {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(16px);
    border-bottom-color: rgba(255,255,255,0.06);
}

.main-header.header-transparent .logo-text {
    color: var(--white);
    -webkit-text-fill-color: var(--white);
}

.main-header.header-transparent .nav-link {
    color: rgba(255,255,255,0.85);
}

.main-header.header-transparent .nav-link:hover,
.main-header.header-transparent .nav-link.active {
    color: var(--white);
}

.main-header.header-transparent .user-menu-btn {
    border-color: rgba(255,255,255,0.15);
    color: var(--white);
}

/* ============================================
   WHY CHOOSE US - Split Layout
   ============================================ */
.why-choose {
    display: flex;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.why-choose-image {
    flex: 1;
    background: linear-gradient(135deg, #091A3E 0%, #1B3A6B 50%, #2A5298 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.why-choose-image::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: rgba(245,124,0,0.12);
    border-radius: 50%;
}

.why-choose-image::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.why-choose-image-icon {
    font-size: 6rem;
    color: rgba(255,255,255,0.15);
    position: relative;
    z-index: 1;
    animation: floatSlow 6s ease-in-out infinite;
}

.why-choose-content {
    flex: 1;
    background: #0d1f3c;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-choose-content .section-title {
    color: var(--white);
    margin-bottom: 36px;
}

.why-choose-content .section-title::after {
    background: var(--gradient-accent);
}

.reasons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.reason-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reason-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(245,124,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--accent-light);
    flex-shrink: 0;
    border: 1px solid rgba(245,124,0,0.15);
}

.reason-item h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 4px;
}

.reason-item p {
    font-size: 0.86rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
}

/* ============================================
   FEATURES SECTION - How it works (Steps)
   ============================================ */
.steps-section {
    padding: 80px 0;
    background: var(--white);
    position: relative;
}

.steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    position: relative;
}

/* ── Dashed Connector Line ── */
.steps-container::before {
    content: '';
    position: absolute;
    top: 40px;
    left: calc(16.66% + 30px);
    right: calc(16.66% + 30px);
    height: 2px;
    border-top: 2px dashed var(--gray-300);
    z-index: 0;
}

.step-item {
    flex: 1;
    max-width: 320px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary);
    margin: 0 auto 22px;
    transition: var(--transition);
    position: relative;
}

.step-item:hover .step-number {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-primary);
    transform: scale(1.08);
}

.step-item h3 {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.step-item p {
    font-size: 0.92rem;
    color: var(--gray);
    line-height: 1.75;
}

.features-section {
    padding: 70px 0;
    background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.feature-card {
    text-align: center;
    padding: 40px 28px;
    border-radius: var(--radius-md);
    background: var(--white);
    border: 1px solid var(--gray-100);
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-100);
}

.feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background: var(--gradient-primary);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: var(--shadow-primary);
}

.feature-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.92rem;
    color: var(--gray);
    line-height: 1.75;
}

/* ============================================
   CTA Section - Orange Gradient
   ============================================ */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #F57C00 0%, #FF9800 40%, #FFB74D 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.cta-section h2 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.cta-section p {
    font-size: 1.1rem;
    opacity: 0.92;
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.cta-section .btn {
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background: var(--white);
    color: var(--accent-dark);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.cta-section .btn-primary:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

.cta-section .btn-outline {
    border-color: var(--white);
    color: var(--white);
    background: rgba(255, 255, 255, 0.15);
}

.cta-section .btn-outline:hover {
    background: var(--white);
    color: var(--accent-dark);
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   HEADER-3 - ServePro Pill-Shaped Navigation
   ============================================ */
.main-header.header-3 {
    background: var(--white);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    padding: 0 12px;
    position: fixed;
    top: 16px;
    left: 3%;
    right: 3%;
    z-index: 1000;
    transition: var(--transition);
}

.header-3-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 16px;
}

/* Logo */
.header-3-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--primary-dark);
    white-space: nowrap;
    letter-spacing: -0.01em;
    text-decoration: none;
    flex-shrink: 0;
}

.header-3-logo-icon {
    width: 40px;
    height: 40px;
    background: var(--gradient-navy-orange);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: var(--shadow-primary);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.header-3-logo-icon::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 50%);
    pointer-events: none;
}

.header-3-logo-text {
    background: var(--gradient-navy-orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Nav */
.header-3-nav {
    display: flex;
    align-items: center;
    gap: 2px;
}

.header-3-nav-link {
    padding: 8px 18px;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark-700);
    transition: var(--transition);
    cursor: pointer;
    background: none;
    border: none;
    font-family: var(--font);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    text-decoration: none;
}

.header-3-nav-link i {
    font-size: 0.82rem;
    opacity: 0.7;
}

.header-3-nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 22px;
    height: 2.5px;
    background: var(--accent);
    border-radius: 2px;
    transition: var(--transition);
}

.header-3-nav-link:hover,
.header-3-nav-link.active {
    color: var(--primary);
}

.header-3-nav-link:hover::after,
.header-3-nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
}

.header-3-chevron {
    font-size: 0.65rem !important;
    opacity: 0.5 !important;
    transition: var(--transition-fast);
}

/* Dropdown for header-3 */
.header-3-dropdown-menu {
    min-width: 240px;
    border-radius: var(--radius);
    padding: 8px;
}

.header-3-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    color: var(--dark-700);
    font-size: 0.9rem;
    transition: var(--transition-fast);
    border-radius: var(--radius-xs);
}

.header-3-dropdown-menu a:hover {
    background: var(--primary-50);
    color: var(--primary);
}

/* Actions */
.header-3-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.header-3-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 22px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    font-family: var(--font);
    white-space: nowrap;
    border: none;
}

.header-3-btn i {
    font-size: 0.82rem;
}

.header-3-btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-primary);
}

.header-3-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px -6px rgba(27,58,107,0.45);
}

.header-3-btn-outline {
    background: var(--white);
    color: var(--dark-700);
    border: 1.5px solid var(--gray-200);
}

.header-3-btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-50);
    transform: translateY(-1px);
}

.header-3-btn-warning {
    background: var(--gradient-accent);
    color: var(--white);
    box-shadow: var(--shadow-accent);
}

.header-3-btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px -6px rgba(245,124,0,0.45);
}

/* User Button */
.header-3-user-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px 5px 6px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-full);
    background: var(--white);
    cursor: pointer;
    transition: var(--transition);
    font-family: var(--font);
}

.header-3-user-btn:hover {
    border-color: var(--primary-100);
    background: var(--primary-50);
}

.header-3-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.82rem;
    font-family: var(--font);
    box-shadow: 0 2px 8px rgba(27,58,107,0.25);
}

.header-3-user-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--dark-700);
}

.header-3-chevron-sm {
    font-size: 0.6rem !important;
    color: var(--gray-light);
    transition: var(--transition-fast);
}

/* User Dropdown Override for header-3 */
.header-3-user-dropdown {
    min-width: 240px;
}

.header-3-user-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    color: var(--dark-700);
    font-size: 0.9rem;
    transition: var(--transition-fast);
    border-radius: var(--radius-xs);
}

.header-3-user-dropdown a i {
    font-size: 0.85rem;
    width: 18px;
    text-align: center;
    color: var(--gray-light);
    transition: var(--transition-fast);
}

.header-3-user-dropdown a:hover {
    background: var(--primary-50);
    color: var(--primary);
}

.header-3-user-dropdown a:hover i {
    color: var(--primary);
}

/* Mobile Toggle */
.header-3-mobile-toggle {
    display: none;
    background: none;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    font-size: 1.15rem;
    cursor: pointer;
    color: var(--primary-dark);
    padding: 8px 10px;
    transition: var(--transition-fast);
}

.header-3-mobile-toggle:hover {
    background: var(--primary-50);
    border-color: var(--primary-100);
}

/* ── Header-3 Responsive ── */
@media (max-width: 1024px) {
    .main-header.header-3 {
        left: 2%;
        right: 2%;
        padding: 0 10px;
    }

    .header-3-nav-link {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .main-header.header-3 {
        border-radius: 18px;
        top: 10px;
        left: 12px;
        right: 12px;
        padding: 0 12px;
    }

    .header-3-wrapper {
        height: 60px;
    }

    .header-3-nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        background: var(--white);
        flex-direction: column;
        padding: 12px;
        box-shadow: var(--shadow-lg);
        border-radius: var(--radius);
        border: 1px solid rgba(27,58,107,0.08);
        gap: 2px;
    }

    .header-3-nav.show {
        display: flex;
    }

    .header-3-nav-link {
        padding: 12px 16px;
        border-radius: var(--radius-xs);
        width: 100%;
        justify-content: flex-start;
    }

    .header-3-nav-link::after {
        display: none;
    }

    .header-3-mobile-toggle {
        display: flex;
    }

    .header-3-user-name {
        display: none;
    }

    .header-3-chevron-sm {
        display: none;
    }

    .header-3-btn span {
        display: none;
    }

    .header-3-btn i {
        margin: 0;
    }

    .header-3-dropdown-menu {
        position: static !important;
        box-shadow: none;
        border: none;
        padding: 0 0 0 20px;
        min-width: 100%;
        display: none;
        animation: none;
    }

    .header-3-dropdown-menu.show {
        display: block;
    }

    .header-3-user-dropdown {
        position: static !important;
        box-shadow: none;
        border: none;
        padding: 0;
        min-width: 100%;
        display: none;
        animation: none;
    }

    .header-3-user-dropdown.show {
        display: block;
    }
}

/* ============================================
   SP-FOOTER - ServePro Dark Footer
   ============================================ */
.sp-footer {
    background: #FFFFFF;
    color: var(--dark);
    position: relative;
    margin-top: auto;
    padding-top: 60px;
}

.sp-footer-wave {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
    overflow: hidden;
    color: #0d1f3c;
    pointer-events: none;
}

.sp-footer-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.sp-footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 28px 0;
}

.sp-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 48px;
    margin-bottom: 48px;
}

/* Footer Brand Column */
.sp-footer-brand {
    padding-left: 20px;
}

.sp-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.sp-footer-logo-icon {
    width: 46px;
    height: 46px;
    background: var(--gradient-accent);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--white);
    box-shadow: var(--shadow-accent);
    position: relative;
    overflow: hidden;
}

.sp-footer-logo-icon::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 50%);
    pointer-events: none;
}

.sp-footer-logo-text {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--white);
    letter-spacing: -0.01em;
}

.sp-footer-desc {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #6B7280;
    margin-bottom: 24px;
}

/* Social Icons */
.sp-footer-social {
    display: flex;
    gap: 10px;
}

.sp-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EDEEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #089497;
    font-size: 0.9rem;
    transition: var(--transition);
    text-decoration: none;
}

.sp-social-icon:hover {
    background: #089497;
    color: var(--white);
    transform: translateY(-3px);
}

/* Footer Headings */
.sp-footer-heading {
    color: #191C1D;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.sp-footer-heading::after {
    display: none;
}

/* Footer Links */
.sp-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-footer-links li {
    margin-bottom: 10px;
}

.sp-footer-links li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #191C1D;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    text-decoration: none;
    padding: 4px 0;
}

.sp-footer-links li a i {
    font-size: 0.65rem;
    color: #089497;
    opacity: 0;
    transform: translateX(-6px);
    transition: var(--transition);
}

.sp-footer-links li a:hover {
    color: #089497;
    padding-right: 4px;
}

.sp-footer-links li a:hover i {
    opacity: 1;
    transform: translateX(0);
}

/* Footer Contact */
.sp-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

.sp-footer-contact li i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(245,124,0,0.1);
    border: 1px solid rgba(245,124,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Footer Bottom Bar */
.sp-footer-bottom {
    border-top: 1px solid rgba(195,198,215,0.3);
    padding: 24px 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.sp-footer-bottom-links {
    display: flex;
    gap: 24px;
}

.sp-footer-bottom-links a {
    text-decoration: none;
    color: #191C1D;
    font-size: 0.8rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sp-footer-bottom-links a:hover {
    color: #089497;
}

.sp-footer-copyright {
    color: #6B7280;
    font-size: 0.85rem;
    font-weight: 500;
}

.sp-footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sp-footer-newsletter input {
    padding: 12px;
    border: none;
    background: #EDEEEF;
    border-radius: 12px;
    font-family: var(--font);
    font-size: 0.9rem;
}

.sp-footer-newsletter button {
    background: #089497;
    border: none;
    padding: 12px;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.sp-footer-newsletter button:hover {
    background: #006769;
}

/* ── Footer Responsive ── */
@media (max-width: 1024px) {
    .sp-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .sp-footer-brand {
        grid-column: 1 / -1;
        padding-left: 0;
        text-align: center;
    }

    .sp-footer-logo {
        justify-content: center;
    }

    .sp-footer-social {
        justify-content: center;
    }

    .sp-footer-heading::after {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 640px) {
    .sp-footer-container {
        padding: 40px 20px 0;
    }

    .sp-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sp-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .sp-footer-bottom-social {
        justify-content: center;
    }

    .sp-footer-contact li {
        flex-direction: row-reverse;
        text-align: right;
    }

    .sp-footer-heading::after {
        right: 0;
        transform: none;
    }
}

/* ============================================
   SELLER PANEL - Sidebar Layout
   ============================================ */
.seller-panel {
    display: flex;
    min-height: 100vh;
    position: relative;
    padding-top: 96px; /* Account for fixed header (16px top + 70px height + 10px gap) */
}

/* ── Sidebar Container ── */
.seller-sidebar {
    width: 260px;
    min-width: 260px;
    background: var(--primary-dark);
    position: sticky;
    top: 96px; /* Match header height + gap */
    height: calc(100vh - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 50;
    transition: var(--transition);
    scrollbar-width: thin;
    scrollbar-color: var(--primary-lighter) transparent;
}

.seller-sidebar::-webkit-scrollbar {
    width: 4px;
}

.seller-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.seller-sidebar::-webkit-scrollbar-thumb {
    background: var(--primary-lighter);
    border-radius: 4px;
}

/* ── Brand ── */
.seller-sidebar-brand {
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
}

.seller-sidebar-brand a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.seller-sidebar-logo {
    width: 40px;
    height: 40px;
    background: var(--gradient-accent);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--white);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(2,142,148,0.3);
}

.seller-sidebar-brand-text {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--white);
    letter-spacing: -0.01em;
}

/* ── Navigation ── */
.seller-sidebar-nav {
    padding: 12px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.seller-sidebar-section {
    padding: 0 12px;
    margin-bottom: 8px;
}

.seller-sidebar-section-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 14px 6px;
    white-space: nowrap;
}

.seller-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    color: rgba(255,255,255,0.7);
    font-size: 0.88rem;
    font-weight: 600;
    transition: var(--transition-fast);
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.seller-sidebar-link i {
    width: 20px;
    text-align: center;
    font-size: 0.92rem;
    flex-shrink: 0;
}

.seller-sidebar-link:hover {
    color: var(--white);
    background: rgba(255,255,255,0.08);
}

.seller-sidebar-link.active {
    color: var(--white);
    background: rgba(2,142,148,0.2);
    border-right: 3px solid var(--accent);
}

/* Sub-items */
.seller-sidebar-sub {
    padding-right: 28px;
    font-size: 0.84rem;
    color: rgba(255,255,255,0.55);
}

.seller-sidebar-sub:hover {
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.05);
}

.seller-sidebar-sub.active {
    color: var(--white);
    background: rgba(2,142,148,0.15);
    border-right-color: var(--accent-light);
}

/* Footer section */
.seller-sidebar-footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.seller-sidebar-logout {
    color: rgba(255,255,255,0.5);
}

.seller-sidebar-logout:hover {
    color: #ff6b6b;
    background: rgba(255,80,80,0.1);
}

/* ── Main Content ── */
.seller-main {
    flex: 1;
    min-width: 0;
    padding: 0;
}

.seller-main .container {
    padding: 0 28px;
}

/* ── Page header inside panel (no margin-bottom, no full-width) ── */
.seller-panel .page-header {
    border-radius: 0;
    margin-bottom: 0;
    padding: 40px 0 36px;
}

/* ── Mobile Toggle ── */
.seller-sidebar-toggle {
    display: none;
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 60;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--primary-dark);
    color: var(--white);
    border: none;
    cursor: pointer;
    font-size: 1.15rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition-fast);
    align-items: center;
    justify-content: center;
}

.seller-sidebar-toggle:hover {
    background: var(--primary-light);
}

/* ── Mobile Overlay ── */
.seller-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 40;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .seller-sidebar-toggle {
        display: flex;
    }

    .seller-panel {
        flex-direction: column;
    }

    .seller-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: none;
    }

    .seller-panel.sidebar-open .seller-sidebar {
        transform: translateX(0);
        box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    }

    .seller-panel.sidebar-open .seller-sidebar-overlay {
        display: block;
        opacity: 1;
    }

    .seller-main {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .seller-sidebar {
        width: 280px;
        min-width: 280px;
    }
    
    .seller-panel {
        padding-top: 80px; /* Mobile header: 10px top + 60px height + 10px gap */
    }
    
    .seller-panel .page-header {
        padding: 30px 0 24px;
    }
    
    .seller-panel .page-header h1 {
        font-size: 1.5rem;
    }

    .seller-main .dashboard-stats {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

/* ── Seller page content adjustments ── */
.seller-main .section {
    padding: 30px 0;
}

.seller-main .section-title {
    font-size: 1.3rem;
}

/* ── Order filter tabs ── */
.order-filter-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.order-filter-tab {
    padding: 10px 22px;
    border-radius: var(--radius-full);
    font-size: 0.86rem;
    font-weight: 700;
    font-family: var(--font);
    cursor: pointer;
    transition: var(--transition-fast);
    border: 1.5px solid var(--gray-200);
    background: var(--white);
    color: var(--dark-600);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.order-filter-tab:hover {
    border-color: var(--primary-200);
    color: var(--primary);
    background: var(--primary-50);
}

.order-filter-tab.active {
    background: var(--gradient-primary);
    color: var(--white);
    border-color: transparent;
    box-shadow: var(--shadow-primary);
}

/* ── Message conversation card ── */
.msg-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(27,58,107,0.06);
    transition: var(--transition);
    text-decoration: none;
    margin-bottom: 12px;
}

.msg-card:hover {
    border-color: var(--primary-100);
    box-shadow: var(--shadow-md);
    transform: translateX(-4px);
}

.msg-card-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: var(--font);
    flex-shrink: 0;
}

.msg-card-body {
    flex: 1;
    min-width: 0;
}

.msg-card-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--primary-dark);
    margin-bottom: 4px;
}

.msg-card-preview {
    font-size: 0.85rem;
    color: var(--gray);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-card-meta {
    text-align: left;
    flex-shrink: 0;
}

.msg-card-date {
    font-size: 0.78rem;
    color: var(--gray-light);
    margin-bottom: 6px;
}

.msg-card-badge {
    display: inline-block;
}

/* ── Password tab styles ── */
.profile-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--gray-200);
    margin-bottom: 28px;
}

.profile-tab-btn {
    padding: 14px 24px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--gray);
    transition: var(--transition);
    font-family: var(--font);
    white-space: nowrap;
}

.profile-tab-btn:hover {
    color: var(--primary);
}

.profile-tab-btn.active {
    color: var(--primary);
    border-bottom-color: var(--accent);
}

/* ============================================
   ADMIN PANEL - Full Sidebar Layout
   ============================================ */
.admin-panel {
    display: flex;
    min-height: 100vh;
    background: #F0F2F5;
}

.admin-sidebar {
    width: 280px;
    background: var(--gradient-primary);
    color: var(--white);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    overflow-y: auto;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.admin-sidebar::-webkit-scrollbar {
    width: 4px;
}

.admin-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
}

.admin-sidebar-brand {
    padding: 24px 22px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.admin-sidebar-brand a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    text-decoration: none;
}

.admin-sidebar-logo {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.12);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.admin-sidebar-brand-text {
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.admin-sidebar-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.4);
    padding: 20px 22px 8px;
}

.admin-sidebar-nav {
    flex: 1;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.admin-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    transition: var(--transition-fast);
    text-decoration: none;
    position: relative;
}

.admin-sidebar-link:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.admin-sidebar-link.active {
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-weight: 700;
}

.admin-sidebar-link.active::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: var(--accent);
    border-radius: 0 4px 4px 0;
}

.admin-sidebar-link i {
    width: 20px;
    text-align: center;
    font-size: 0.95rem;
}

.admin-sidebar-section {
    margin-bottom: 4px;
}

.admin-sidebar-section-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.35);
    padding: 16px 16px 6px;
}

.admin-sidebar-footer {
    margin-top: auto;
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.admin-sidebar-logout:hover {
    background: rgba(244,67,54,0.15) !important;
    color: #FFCDD2 !important;
}

/* Admin Main Content */
.admin-main {
    flex: 1;
    margin-right: 280px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Admin Top Bar */
.admin-topbar {
    background: var(--white);
    padding: 0 32px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-200);
    position: sticky;
    top: 0;
    z-index: 100;
    gap: 20px;
}

.admin-topbar-toggle {
    display: none;
    background: none;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    font-size: 1.15rem;
    cursor: pointer;
    color: var(--primary-dark);
    padding: 8px 10px;
    transition: var(--transition-fast);
}

.admin-topbar-toggle:hover {
    background: var(--primary-50);
    border-color: var(--primary-100);
}

.admin-topbar-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-topbar-title i {
    color: var(--accent);
}

.admin-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-topbar-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-fast);
    text-decoration: none;
    font-family: var(--font);
    border: none;
}

.admin-topbar-btn-outline {
    background: transparent;
    border: 1.5px solid var(--gray-200);
    color: var(--dark-600);
}

.admin-topbar-btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-50);
}

.admin-topbar-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gradient-navy-orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    font-family: var(--font);
    cursor: pointer;
}

/* Admin Page Content */
.admin-content {
    flex: 1;
    padding: 32px;
}

/* Admin Page Header (inside admin panel - simplified) */
.admin-page-header {
    margin-bottom: 28px;
}

.admin-page-header h1 {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--primary-dark);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-page-header h1 i {
    color: var(--accent);
}

.admin-page-header p {
    color: var(--gray);
    font-size: 0.93rem;
}

/* Admin Overlay for mobile */
.admin-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Responsive */
@media (max-width: 992px) {
    .admin-sidebar {
        transform: translateX(100%);
        width: 300px;
    }

    .admin-panel.sidebar-open .admin-sidebar {
        transform: translateX(0);
    }

    .admin-panel.sidebar-open .admin-sidebar-overlay {
        display: block;
        opacity: 1;
    }

    .admin-main {
        margin-right: 0;
    }

    .admin-topbar-toggle {
        display: flex;
    }

    .admin-content {
        padding: 20px;
    }

    .admin-topbar {
        padding: 0 20px;
    }
}

/* Admin card styles for inner pages */
.admin-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(27,58,107,0.06);
    padding: 28px;
    margin-bottom: 24px;
}

.admin-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.admin-card-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Admin stats row */
.admin-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.admin-stat-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(27,58,107,0.06);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: var(--transition);
}

.admin-stat-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.admin-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.admin-stat-value {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--primary-dark);
    letter-spacing: -0.02em;
}

.admin-stat-label {
    font-size: 0.82rem;
    color: var(--gray);
    font-weight: 600;
}

/* Override auth-card max-width for admin pages */
.admin-panel .auth-card {
    max-width: 100%;
}


/* ============================================
   DABERLI HOMEPAGE OVERRIDE
   These styles ensure the Daberli homepage design
   takes priority over project-specific styles for
   homepage-specific selectors.
   ============================================ */

/* Re-assert Daberli hero styles */
.hero {
    background: linear-gradient(180deg, rgba(6,96,95,0.06) 0%, rgba(4,41,77,0.02) 100%) !important;
    color: inherit !important;
    min-height: auto !important;
    display: block !important;
    text-align: right !important;
    padding: 64px 0 120px !important;
    position: relative !important;
}

.hero-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 40px !important;
    position: relative !important;
}

.hero-content {
    flex: 1 !important;
    min-width: 280px !important;
    position: relative !important;
    z-index: 1 !important;
    max-width: none !important;
    margin: 0 !important;
}

.hero-content h1 {
    font-size: 56px !important;
    line-height: 68px !important;
    font-weight: 800 !important;
    color: var(--brand-secondary) !important;
    margin-bottom: 12px !important;
    text-shadow: none !important;
    opacity: 1 !important;
    animation: none !important;
}

.hero-image {
    flex: 1 !important;
    min-width: auto !important;
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* Re-assert Daberli search bar styles */
.search-bar {
    position: absolute !important;
    bottom: -70px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 92% !important;
    max-width: 980px !important;
    background: var(--surface-white) !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 18px !important;
    box-shadow: 0 30px 50px -20px rgba(2, 142, 148, 0.18) !important;
}

/* Re-assert Daberli stats styles */
.stats {
    background: #028E94 !important;
    padding: 40px 0 !important;
    margin: 40px 0 !important;
    display: flex !important;
    grid-template-columns: unset !important;
    gap: 40px !important;
}

.stats-container {
    display: flex !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
}

.stat {
    text-align: center !important;
}

.stat-number {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: var(--surface-light) !important;
    -webkit-text-fill-color: var(--surface-light) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

.stat-label {
    font-size: 18px !important;
    color: white !important;
    opacity: 0.9 !important;
    margin-top: 0 !important;
    font-weight: 600 !important;
}

/* Re-assert Daberli craftsmen card styles */
.craftsman-card {
    background: white !important;
    border: 1px solid rgba(188, 201, 201, 0.3) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    display: flex !important;
    gap: 16px !important;
    transition: transform 0.3s ease !important;
    overflow: visible !important;
    flex-direction: row !important;
}

.craftsman-info h4 {
    font-size: 18px !important;
    margin-bottom: 4px !important;
}

.craftsman-info p {
    color: #028E94 !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}

/* Re-assert Daberli features-grid */
.features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 24px !important;
    margin-top: 40px !important;
}

.feature {
    text-align: center !important;
    padding: 24px !important;
    background: white !important;
    border-left: 1px solid #0C2848 !important;
}

/* Re-assert Daberli step-number */
.step-number {
    width: 64px !important;
    height: 64px !important;
    background: #006769 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: white !important;
    margin: 0 auto 16px !important;
    border: none !important;
}

/* Re-assert Daberli btn-large */
.btn-large {
    background: white !important;
    border: none !important;
    padding: 16px 80px !important;
    border-radius: 12px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #089497 !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}

/* Re-assert Daberli footer (white, for homepage) */
.footer {
    background: white !important;
    padding: 60px 0 0 !important;
    margin-top: 60px !important;
    color: inherit !important;
}

.footer-bottom {
    border-top: 1px solid rgba(195, 198, 215, 0.3) !important;
    padding: 24px !important;
    margin-top: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.footer-links {
    display: flex !important;
    gap: 24px !important;
}

/* Re-assert Daberli section-header (centered) */
.section-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 56px auto 48px !important;
    max-width: 820px !important;
}

/* Daberli category-card override */
.category-card {
    background: white !important;
    padding: 32px !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    border-right: 4px solid !important;
    transition: transform 0.3s ease !important;
    border: none !important;
    border-right: 4px solid !important;
    overflow: visible !important;
}

/* Daberli service-card override (homepage) */
.service-card {
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    width: 280px !important;
    transition: transform 0.3s ease !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
}

/* Daberli btn-sm in craftsmen context */
.craftsman-card .btn-sm {
    background: #028E94 !important;
    border: none !important;
    padding: 8px 24px !important;
    border-radius: 12px !important;
    color: white !important;
    cursor: pointer !important;
    margin-top: 12px !important;
    transition: background 0.3s ease !important;
    font-size: 0.84rem !important;
}
