/*==============================================================================
  ZelovaFlux Agency - Main Stylesheet
  Typography: Plus Jakarta Sans (Headings) + Inter (Body/UI Text)
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800;900&display=swap');

:root {
    --bg: #030305;
    --card: #08080b;
    --card2: #111116;
    --border: rgba(255, 255, 255, 0.08);
    --border-glow: rgba(229, 9, 20, 0.5);
    --primary: #E50914;
    --primary-gradient: linear-gradient(135deg, #E50914 0%, #B80710 100%);
    --primary-hover: #ff1f2d;
    --white: #ffffff;
    --text: #9d9da8;
    --text-muted: #62626e;
    --shadow: 0 0 40px rgba(229,9,20,.25);
    --radius: 16px;
    --transition: all 0.15s ease-out;
    --container: 1240px;
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; 
}

html { 
    scroll-behavior: smooth; 
    max-width: 100vw; 
    overflow-x: hidden; 
} 

body { 
    background: var(--bg); 
    color: var(--white); 
    overflow-x: hidden; 
    position: relative; 
}

a { 
    text-decoration: none; 
    color: inherit; 
}

button { 
    cursor: pointer; 
    border: none; 
    font-family: 'Plus Jakarta Sans', sans-serif; 
}

ul { 
    list-style: none; 
}

.container { 
    width: 90%; 
    max-width: var(--container); 
    margin: 0 auto; 
}

section { 
    padding: 110px 0; 
    position: relative; 
    z-index: 2; 
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-thumb { background: #26262e; border-radius: 20px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }
::-webkit-scrollbar-track { background: #050505; }
.text-center { text-align: center; }

/* FAST SNAPPY POP-UP ANIMATION */
.luxury-card, .price-card, .c-card, .service-card, .why-card, .hero-stat-box, .contact-form-box, .review-card, .portfolio-card { 
    background: var(--card); 
    border: 1px solid var(--border); 
    border-radius: var(--radius); 
    transition: var(--transition) !important; 
    position: relative; 
}

.luxury-card:hover, .price-card:not(.featured):hover, .c-card:hover, .service-card:hover, .why-card:hover, .hero-stat-box:hover, .contact-form-box:hover, .review-card:hover, .portfolio-card:hover { 
    border-color: var(--border-glow) !important; 
    transform: translateY(-6px) !important; 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9), 0 0 25px rgba(229, 9, 20, 0.25) !important; 
    z-index: 5;
}

/* HEADINGS */
h1, h2, h3, h4, .hero-title, .section-head h2, .why-card h3, .service-card h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}

/* CLEAN MODERN BADGES & LABELS */
.nav-login, 
.section-tag, 
.hero-badge-pill, 
.stat-badge, 
.port-badge-pill, 
.port-cat, 
.port-tags span,
.tier, 
.review-author-meta span,
.header-titles span,
.orders-list-header span,
.summary-box small {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: 0.5px;
}

/* BUTTONS */
.btn-primary { 
    background: var(--primary-gradient); 
    color: #fff; 
    padding: 14px 30px; 
    border-radius: 50px; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 8px; 
    transition: var(--transition); 
    font-size: 13.5px; 
    letter-spacing: 0.3px; 
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.45); 
}

.btn-primary:hover { 
    background: #FF1F2D; 
    transform: translateY(-3px); 
    box-shadow: 0 10px 25px rgba(229, 9, 20, 0.65); 
    border-color: rgba(255,255,255,0.4);
}

.btn-outline { 
    background: rgba(255, 255, 255, 0.03); 
    border: 1px solid var(--border); 
    color: #e4e4e7; 
    padding: 14px 30px; 
    border-radius: 50px; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600; 
    display: inline-flex; 
    transition: var(--transition); 
    font-size: 13.5px; 
}

.btn-outline:hover { 
    border-color: var(--primary); 
    color: var(--white); 
    background: rgba(229, 9, 20, 0.08); 
    transform: translateY(-3px); 
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.3); 
}

.w-100 { width: 100%; }

/* NAVBAR */
.nav-wrapper { 
    position: fixed; 
    top: 22px; 
    left: 0; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
    z-index: 1000; 
    transition: .45s ease; 
}

.premium-glass-nav { 
    background: rgba(8, 8, 10, 0.88); 
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px); 
    border: 1px solid rgba(255, 255, 255, 0.08); 
    border-bottom: 1px solid rgba(229, 9, 20, 0.35); 
    padding: 12px 28px; 
    border-radius: 50px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    width: 95%; 
    max-width: 1200px; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.9), 0 0 25px rgba(229, 9, 20, 0.25); 
}

.logo img { height: 32px; width: auto; transition: var(--transition); display: block; }
.logo:hover img { transform: scale(1.05); filter: drop-shadow(0 0 10px rgba(229,9,20,0.5));}
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: #a1a1aa; transition: var(--transition); position: relative; padding-bottom: 4px; font-family: 'Plus Jakarta Sans', sans-serif; }
.nav-links a:hover { color: #fff; text-shadow: 0 0 8px rgba(229, 9, 20, 0.8); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--primary); transition: var(--transition); }
.nav-links a:hover::after { width: 100%; }
.admin-link { color: #e50914 !important; font-weight: 700 !important; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-login { font-size: 13.5px; color: #a1a1aa; font-weight: 600; transition: var(--transition); padding: 8px 12px; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.nav-login:hover { color: #fff; text-shadow: 0 0 8px rgba(255,255,255,0.5); }
.nav-signup { padding: 9px 20px; border: 1px solid var(--border); border-radius: 50px; font-size: 13px; font-weight: 700; color: #fff; transition: var(--transition); font-family: 'Plus Jakarta Sans', sans-serif; }
.nav-signup:hover { background: rgba(229, 9, 20, 0.1); border-color: var(--primary); color: #fff; }
.btn-nav { padding: 10px 22px !important; font-size: 13px !important; }
.menu-btn { display: none; color: #fff; font-size: 20px; cursor: pointer; }

.user-menu { position: relative; display: inline-flex; align-items: center; }
#userBtn { display: flex; align-items: center; gap: 10px; padding: 9px 18px; background: transparent; border: 1px solid var(--border); border-radius: 50px; cursor: pointer; color: #aaa; transition: var(--transition); font-size: 13px; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; }
#userBtn:hover { color: #fff; border-color: var(--primary); background: rgba(229,9,20,0.1); box-shadow: 0 0 15px rgba(229,9,20,0.2); }
.user-dropdown { width: max-content; min-width: 200px; position: absolute; top: 100%; right: 0; margin-top: 15px; background: #0c0c0e; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .3s ease; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9); z-index: 100; }
.user-dropdown a { display: flex; align-items: center; gap: 12px; padding: 14px 20px; font-size: 13px; color: var(--text); transition: var(--transition); border-bottom: 1px solid rgba(255,255,255,0.02); white-space: nowrap; font-family: 'Plus Jakarta Sans', sans-serif; }
.user-dropdown a:hover { background: rgba(229,9,20,0.1); color: var(--primary); padding-left: 25px; }
.user-menu:hover .user-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }

/* HERO SECTION */
.hero { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; padding-top: 160px; padding-bottom: 70px; overflow: hidden; background: #030304; }
.hero-grid-bg { position: absolute; inset: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px); background-size: 45px 45px; z-index: 0; mask-image: radial-gradient(circle at 50% 35%, black 20%, transparent 80%); -webkit-mask-image: radial-gradient(circle at 50% 35%, black 20%, transparent 80%); }
.hero-glow-center { position: absolute; width: 650px; height: 650px; background: radial-gradient(circle, rgba(229, 9, 20, 0.16) 0%, transparent 65%); top: 32%; left: 50%; transform: translate(-50%, -50%); z-index: 0; pointer-events: none; filter: blur(75px); }
.hero-container { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; width: 100%; }
.hero-content { max-width: 920px; width: 100%; display: flex; flex-direction: column; align-items: center; }

.hero-title { font-size: clamp(2.3rem, 5.2vw, 4.4rem); line-height: 1.1; font-weight: 900; letter-spacing: -0.035em; margin-bottom: 22px; color: #fff; text-shadow: 0 10px 30px rgba(0,0,0,0.8); }
.text-glow { color: #E50914; text-shadow: 0 0 35px rgba(229, 9, 20, 0.55); }
.hero-desc { color: #a1a1aa; font-size: 1.1rem; line-height: 1.7; margin: 0 auto 35px; max-width: 680px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
.hero-buttons { display: flex; gap: 14px; justify-content: center; margin-bottom: 60px; }

/* HERO STATS BOXES */
.hero-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; width: 100%; max-width: 1120px; margin-top: 10px; }
.hero-stat-box { padding: 22px 20px; text-align: left; background: #08080b; border: 1px solid var(--border); border-radius: 14px; display: flex; flex-direction: column; justify-content: center; }
.hero-stat-box .stat-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.hero-stat-box .stat-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: #E50914; letter-spacing: -0.02em; line-height: 1; }
.hero-stat-box .stat-badge { font-size: 9.5px; font-weight: 700; color: #888; background: rgba(255, 255, 255, 0.04); padding: 2px 8px; border-radius: 4px; text-transform: uppercase; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.hero-stat-box h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 800; color: #fff; margin-bottom: 4px; letter-spacing: 0.5px; text-transform: uppercase; }
.hero-stat-box p { font-size: 11.5px; color: var(--text-muted); margin: 0; line-height: 1.4; }

/* SEAMLESS INFINITE MARQUEE */
.hero-marquee-wrapper { 
    position: relative; 
    width: 100%; 
    z-index: 5; 
    background: rgba(255, 255, 255, 0.015); 
    border-top: 1px solid var(--border); 
    border-bottom: 1px solid var(--border); 
    padding: 15px 0; 
    margin-top: 60px; 
    overflow: hidden; 
    display: flex; 
    user-select: none; 
}
.hero-marquee { 
    display: flex; 
    width: 200%;
    overflow: hidden; 
}
.hero-marquee-track {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    gap: 0;
    animation: continuousMarquee 25s linear infinite;
}
.hero-marquee-track span { 
    color: #888; 
    font-size: 11.5px; 
    font-weight: 700; 
    letter-spacing: 1.5px; 
    padding: 0 25px; 
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    text-transform: uppercase; 
    font-family: 'Plus Jakarta Sans', sans-serif !important; 
}
.hero-marquee-track span i { color: var(--primary); font-size: 13px; }

@keyframes continuousMarquee { 
    from { transform: translateX(0); } 
    to { transform: translateX(-100%); } 
}

/* =========================================
   🔥 PERFECTED SERVICES SECTION (EQUAL HEIGHT & ALIGNED) 🔥
========================================= */
.section-head { text-align: center; margin-bottom: 55px; max-width: 680px; margin-left: auto; margin-right: auto; }
.section-tag { display: inline-block; padding: 4px 12px; background: rgba(229, 9, 20, 0.1); color: var(--primary); font-size: 10px; font-weight: 700; border-radius: 50px; margin-bottom: 14px; text-transform: uppercase; border: 1px solid rgba(229, 9, 20, 0.2); font-family: 'Plus Jakarta Sans', sans-serif !important; }
.section-head h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; color: #fff; margin-bottom: 12px; letter-spacing: -0.03em; }
.section-head p { color: var(--text); font-size: 15px; line-height: 1.6; }

.services-grid { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 24px; 
    margin-top: 40px; 
    align-items: stretch;
}

.service-card { 
    padding: 36px 32px; 
    background: #08080b; 
    display: flex; 
    flex-direction: column; 
    height: 100%;
}

.service-icon { 
    width: 48px; 
    height: 48px; 
    min-width: 48px;
    min-height: 48px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    background: rgba(229, 9, 20, 0.08); 
    border-radius: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: var(--transition); 
    border: 1px solid rgba(229,9,20,0.25); 
    color: var(--primary); 
    font-size: 19px; 
    margin-bottom: 20px;
}

.service-card:hover .service-icon { 
    background: var(--primary); 
    color: #fff; 
    transform: scale(1.06); 
    box-shadow: 0 5px 15px rgba(229, 9, 20, 0.4); 
}

.service-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-card h3 { 
    font-size: 21px; 
    margin-bottom: 12px; 
    color: #fff; 
    line-height: 1.3;
}

.service-card p { 
    color: var(--text); 
    font-size: 13.8px; 
    line-height: 1.65; 
    margin-bottom: 24px; 
    flex-grow: 1; /* Pushes the divider and checklist equally down to the bottom */
}

/* CLEAN HUMAN READABLE BULLET POINTS */
.service-features, .web-features { 
    display: flex; 
    flex-direction: column; 
    gap: 10px; 
    border-top: 1px solid rgba(255, 255, 255, 0.07); 
    padding-top: 20px; 
    margin-top: auto;
}

.service-features li, .web-features li { 
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important; 
    color: #cbd5e1 !important; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-weight: 500; 
    letter-spacing: normal !important;
}

.service-features li i, .web-features li i { 
    color: #E50914; 
    font-size: 12px; 
    flex-shrink: 0;
}

/* =========================================
   PORTFOLIO GRID
========================================= */
.portfolio-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); 
    gap: 24px; 
    margin-top: 40px; 
    align-items: stretch;
}

.portfolio-card { 
    background: #08080b;
    border: 1px solid var(--border); 
    border-radius: var(--radius); 
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.portfolio-thumb-wrap {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #000;
}

.portfolio-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
    opacity: 0.88;
    display: block;
}

.portfolio-thumb-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 8, 11, 0.95) 0%, transparent 60%);
    pointer-events: none;
}

.portfolio-card:hover .portfolio-thumb-wrap img {
    transform: scale(1.05);
    opacity: 1;
}

.port-badge-pill { 
    position: absolute; 
    top: 14px; 
    right: 14px; 
    background: rgba(0, 0, 0, 0.8); 
    backdrop-filter: blur(8px); 
    border: 1px solid rgba(255, 255, 255, 0.15); 
    color: #fff; 
    font-size: 9px; 
    font-weight: 700; 
    padding: 3px 10px; 
    border-radius: 50px; 
    z-index: 2; 
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.portfolio-info-body {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.port-cat { 
    font-size: 9.5px; 
    font-weight: 800; 
    color: var(--primary); 
    margin-bottom: 6px; 
    text-transform: uppercase; 
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.portfolio-info-body h3 { 
    font-size: 19px; 
    font-weight: 800; 
    color: #fff; 
    margin-bottom: 8px; 
    line-height: 1.3;
}

.port-desc {
    font-size: 13px;
    color: var(--text);
    line-height: 1.55;
    margin-bottom: 16px;
    flex-grow: 1;
}

.port-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.port-tags span {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px;
    color: #a1a1aa;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 3px 8px;
    border-radius: 6px;
    letter-spacing: normal !important;
}

.port-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.port-view-btn {
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: var(--transition);
}

.portfolio-card:hover .port-view-btn {
    color: var(--primary);
    transform: translateX(4px);
}

.port-view-btn.external {
    color: #FF2A3B;
}

/* =========================================
   WHY US (4 COLUMNS / 3 COLUMNS RESPONSIVE GRID)
========================================= */
.why-grid { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 16px; 
    margin-top: 40px; 
}

.why-grid.three-col { 
    grid-template-columns: repeat(3, 1fr) !important; 
}

.why-card { 
    text-align: left; 
    padding: 32px 24px; 
    background: #08080b; 
}

.why-num-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: rgba(229, 9, 20, 0.28);
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
    transition: var(--transition);
}

.why-card:hover .why-num-tag {
    color: #E50914 !important;
    text-shadow: 0 0 25px rgba(229, 9, 20, 0.6) !important;
    transform: translateY(-2px);
}

.why-card h3 { font-size: 17.5px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.why-card p { font-size: 13.5px; color: var(--text); line-height: 1.6; }

/* PRICING */
.pricing-category { margin-top: 60px; }
.category-heading { 
    display: flex; 
    align-items: center; 
    gap: 16px; 
    margin-bottom: 24px; 
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    pointer-events: none;
}
.category-icon { 
    width: 48px; 
    height: 48px; 
    background: rgba(229, 9, 20, 0.12); 
    border: 1px solid rgba(229, 9, 20, 0.35);
    color: #E50914; 
    border-radius: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 20px; 
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.15);
    flex-shrink: 0;
}
.category-heading-text h3 { 
    font-size: 24px; 
    font-weight: 800; 
    color: #fff; 
    margin-bottom: 4px; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.02em;
}
.category-heading-text p { 
    font-size: 13px; 
    color: #8e8e98; 
    margin: 0; 
    font-family: 'Inter', sans-serif;
}

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; margin-top: 15px; }
.price-card { height: 100%; display: flex; flex-direction: column; justify-content: space-between; background: #08080b; padding: 34px 26px; border-radius: var(--radius); }
.price-card.featured { border-color: rgba(229, 9, 20, 0.4); background: linear-gradient(180deg, rgba(229,9,20,0.06) 0%, #08080b 100%); box-shadow: 0 10px 30px rgba(229, 9, 20, 0.15); }
.badge { position: absolute; top: -12px; right: 20px; padding: 4px 12px; border-radius: 50px; background: var(--primary); color: #fff; font-size: 9.5px; font-weight: 700; letter-spacing: 1px; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.tier { font-size: 14.5px; font-weight: 700; color: #fff; margin-bottom: 8px; text-transform: uppercase; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.price { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 34px; font-weight: 800; line-height: 1; margin: 16px 0 20px; color: #fff; border-bottom: 1px solid var(--border); padding-bottom: 20px; }
.price span { font-size: 11px; font-weight: 500; color: var(--text-muted); display: block; margin-top: 6px; font-family: 'Inter', sans-serif; }
.features { flex-grow: 1; margin-bottom: 26px; display: flex; flex-direction: column; gap: 10px; }
.features li { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: #ccc; font-family: 'Inter', sans-serif; }
.features i { color: #E50914; font-size: 11px; margin-top: 3px; }
.order-btn { width: 100%; border-radius: 50px; }

/* TESTIMONIALS */
.testimonials-section { padding-top: 40px; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-top: 30px; align-items: stretch; }
.review-card {
    background: #08080b;
    padding: 32px 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.review-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.review-red-stars {
    color: #E50914;
    font-size: 13.5px;
    letter-spacing: 2px;
}
.review-google-icon {
    font-size: 20px;
    color: #4285F4;
}
.review-quote-body {
    font-size: 14px;
    color: #e4e4e7;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 26px;
    flex-grow: 1;
}
.review-divider {
    height: 1px;
    background: var(--border);
    margin-bottom: 18px;
    width: 100%;
}
.review-author-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.review-monogram {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.4);
    color: #E50914;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.review-author-meta h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.review-author-meta span {
    font-size: 10.5px;
    color: var(--text-muted);
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* FAQS & CONTACT */
.faq-section { padding: 80px 0; background: rgba(0, 0, 0, 0.2); }
.faq-grid { max-width: 800px; margin: 30px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #08080b; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: var(--transition); }
.faq-item:hover { border-color: rgba(255, 255, 255, 0.15); }
.faq-btn { width: 100%; text-align: left; padding: 18px 22px; background: transparent; color: #fff; font-size: 14.5px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Plus Jakarta Sans', sans-serif; }
.faq-btn i { transition: transform 0.3s; color: var(--primary); }
.faq-content { max-height: 0; padding: 0 22px; overflow: hidden; transition: all 0.3s ease; color: var(--text); font-size: 13.5px; line-height: 1.6; }
.faq-item.active .faq-content { max-height: 200px; padding: 0 22px 20px; }
.faq-item.active .faq-btn i { transform: rotate(180deg); }

.contact-wrapper { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 30px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 12px; }
.c-card { padding: 20px; display: flex; align-items: center; gap: 16px; background: #08080b; }
.c-icon { width: 44px; height: 44px; background: rgba(229,9,20,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 18px; flex-shrink: 0; }
.c-info h4 { font-size: 13.5px; color: #fff; font-weight: 700; margin-bottom: 2px; }
.c-info a { font-size: 12.5px; color: var(--text); }
.c-info a:hover { color: var(--primary); }

.contact-form-box { background: #08080b; padding: 30px; }
.contact-form-box form { display: flex; flex-direction: column; gap: 12px; }
.form-group input, .form-group textarea { width: 100%; background: #040406; border: 1px solid var(--border); color: #fff; padding: 13px 16px; border-radius: 10px; font-size: 13.5px; outline: none; transition: var(--transition); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 15px rgba(229, 9, 20, 0.2); }
.form-group textarea { resize: none; height: 110px; }

.footer { border-top: 1px solid var(--border); padding: 70px 0 25px; margin-top: 40px; background: #020203; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { width: 100px; height: auto; margin-bottom: 16px; }
.brand-col p { color: var(--text-muted); font-size: 13px; line-height: 1.6; max-width: 330px; margin-bottom: 18px; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text); transition: var(--transition); background: rgba(255,255,255,0.02); font-size: 14px; }
.social-links a:hover { background: var(--primary); color: #fff; border-color: var(--primary); transform: translateY(-3px); }
.footer-col h3 { color: #fff; font-size: 14px; font-weight: 800; margin-bottom: 20px; font-family: 'Plus Jakarta Sans', sans-serif; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: var(--text-muted); font-size: 13px; transition: var(--transition); }
.footer-col ul li a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 25px; text-align: center; color: var(--text-muted); font-size: 12px; }

/* SMART FLOATING CONTROLS */
.floating-wa-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: rgba(10, 10, 14, 0.88);
    backdrop-filter: blur(8px);
    border: 1.5px solid #25D366;
    color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-wa-btn:hover {
    transform: scale(1.08);
    background: #25D366;
    color: #000;
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.5);
}

.floating-wa-btn.shift-up {
    bottom: 85px !important;
}

#scrollTopBtnCustom {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: rgba(10, 10, 14, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border);
    border-radius: 50%;
    color: #E50914;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9998;
}

#scrollTopBtnCustom.show-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

#scrollTopBtnCustom:hover {
    transform: translateY(-3px) !important;
    background: rgba(10, 10, 14, 0.98) !important;
    color: #E50914 !important;
    border-color: #E50914 !important;
    box-shadow: 0 0 25px rgba(229, 9, 20, 0.5) !important;
}

/* AI CHATBOT */
#zelovaAiChatWidget { position: fixed; left: 25px; bottom: 25px; z-index: 99999; }
#zelovaAiToggleBtn { width: 50px; height: 50px; border-radius: 50%; background: #08080b; border: 1.5px solid rgba(229, 9, 20, 0.5); color: #fff; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 25px rgba(229, 9, 20, 0.25); transition: var(--transition); }
#zelovaAiToggleBtn:hover { transform: scale(1.08); border-color: var(--primary); box-shadow: 0 0 35px rgba(229, 9, 20, 0.45); }
.ai-online-dot { position: absolute; top: 1px; right: 1px; width: 10px; height: 10px; background: #E50914; border: 2px solid #000; border-radius: 50%; }
#zelovaAiChatBox { position: absolute; bottom: 65px; left: 0; width: 340px; height: 450px; background: #0b0b0e; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8); display: none; flex-direction: column; overflow: hidden; }
.ai-chat-header { background: #111116; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.ai-header-left { display: flex; align-items: center; gap: 10px; }
.ai-avatar { width: 32px; height: 32px; background: rgba(229, 9, 20, 0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 14px; }
.ai-header-left h4 { margin: 0; font-size: 13px; color: #fff; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; }
.ai-header-left p { margin: 1px 0 0; font-size: 10px; color: #888; display: flex; align-items: center; gap: 4px; }
.online-indicator { width: 6px; height: 6px; background: #10B981; border-radius: 50%; }
#zelovaAiCloseBtn { background: none; border: none; color: #777; font-size: 16px; cursor: pointer; }
.ai-chat-messages { flex: 1; padding: 14px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
.ai-msg { max-width: 82%; font-size: 12.5px; line-height: 1.5; padding: 9px 13px; border-radius: 10px; }
.ai-msg.bot { background: #14141a; color: #e4e4e7; align-self: flex-start; border: 1px solid var(--border); }
.ai-msg.user { background: var(--primary); color: #fff; align-self: flex-end; }
.ai-quick-pills { padding: 0 10px 8px; display: flex; gap: 6px; overflow-x: auto; }
.ai-quick-pills button { background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); color: #ccc; font-size: 10.5px; padding: 4px 9px; border-radius: 20px; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; }
.ai-chat-input-area { padding: 8px 10px; background: #111116; border-top: 1px solid var(--border); display: flex; gap: 6px; }
.ai-chat-input-area input { flex: 1; background: #070709; border: 1px solid var(--border); padding: 8px 12px; color: #fff; border-radius: 6px; font-size: 12px; outline: none; }
.ai-chat-input-area button { background: var(--primary); border: none; color: #fff; padding: 0 12px; border-radius: 6px; cursor: pointer; }

/* TOASTS */
.toast, .success-toast { 
    position: fixed !important; 
    top: 25px !important; 
    right: -450px !important; 
    background: rgba(14, 14, 18, 0.98) !important; 
    backdrop-filter: blur(14px) !important; 
    border: 1px solid rgba(255, 255, 255, 0.1) !important; 
    border-left: 4px solid var(--primary) !important; 
    border-radius: 12px !important; 
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85) !important; 
    z-index: 999999 !important; 
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important; 
    display: flex !important; 
    align-items: center !important; 
    gap: 12px !important; 
    padding: 14px 18px !important; 
    pointer-events: none;
    opacity: 0;
}
.toast.show, .success-toast.show { 
    right: 25px !important; 
    opacity: 1 !important;
    pointer-events: auto;
}
.toast-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(229, 9, 20, 0.15);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.toast-content strong, .success-toast h4 {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.toast-content p, .success-toast p {
    margin: 0;
    font-size: 12px;
    color: #a1a1aa;
    line-height: 1.4;
}

/* MODALS */
.project-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.85); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; z-index: 9998; transition: 0.3s; }
.project-overlay.active { opacity: 1; visibility: visible; }
.project-modal { 
    position: fixed; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -45%) scale(0.96); 
    width: min(920px, 92vw); 
    max-height: 88vh; 
    background: #0b0b0e !important; 
    border: 1px solid #222 !important; 
    border-radius: 20px !important; 
    overflow-y: auto !important; 
    z-index: 9999; 
    opacity: 0; 
    visibility: hidden; 
    transition: 0.3s; 
}
.project-modal.active { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.modal-header { 
    padding: 22px 28px; 
    display: flex; 
    justify-content: space-between; 
    border-bottom: 1px solid var(--border); 
    background: #0b0b0e; 
    position: sticky; 
    top: 0; 
    z-index: 10;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.modal-tag { color: var(--primary); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.modal-header h2 { font-size: 20px; color: #fff; margin-top: 4px; font-family: 'Plus Jakarta Sans', sans-serif; }
.modal-header p { font-size: 12.5px; color: var(--text-muted); }
.modal-close { background: #141418; border: 1px solid var(--border); color: #fff; width: 36px; height: 36px; border-radius: 8px; display: flex; justify-content: center; align-items: center; transition: 0.2s; }
.modal-close:hover { background: var(--primary); border-color: var(--primary); }
.progress-area { padding: 16px 28px 0; }
.progress-track { height: 4px; background: #1a1a1e; border-radius: 10px; overflow: hidden; }
.progress-fill { height: 100%; width: 0%; background: var(--primary); transition: 0.3s; }
.modal-body { padding: 20px 28px 28px; }
.package-card { background: #111116; padding: 18px; border-radius: 14px; border: 1px solid var(--border); margin-bottom: 20px; }
.package-category { font-size: 9.5px; color: var(--primary); font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif !important; }
#selectedPackage { font-size: 22px; color: #fff; margin: 4px 0; font-family: 'Plus Jakarta Sans', sans-serif; }
.package-features { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-top: 12px; border-top: 1px solid var(--border); padding-top: 12px; }
.package-features div { font-size: 11.5px; color: #ccc; }
.package-price { margin-top: 12px; border-top: 1px solid var(--border); padding-top: 12px; display: flex; align-items: center; gap: 8px; }
.package-price span { font-size: 10px; color: var(--text-muted); }
#selectedPrice { font-size: 24px; color: #fff; font-weight: 800; margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; }
.project-form { display: flex; flex-direction: column; gap: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.input-group { display: flex; flex-direction: column; gap: 4px; }
.input-group.full { grid-column: 1 / -1; }
.input-group label { font-size: 11.5px; color: var(--text-muted); }
.input-group input, .input-group select, .input-group textarea { background: #070709 !important; border: 1px solid var(--border) !important; color: #fff !important; padding: 10px 14px !important; border-radius: 8px !important; font-size: 12.5px !important; outline: none; }
.input-group input:focus, .input-group select:focus, .input-group textarea:focus { border-color: var(--primary) !important; }
.form-footer { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: flex-end; }
.submit-project { background: var(--primary-gradient); color: white; padding: 12px 26px; border-radius: 50px; font-size: 13.5px; font-weight: 700; display: flex; align-items: center; gap: 8px; cursor: pointer; transition: 0.2s; }
.submit-project:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(229, 9, 20, 0.4); }

/* ORDERS PANEL */
.orders-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: 0.3s ease; z-index: 9998; }
.orders-overlay.active { opacity: 1; visibility: visible; }
.orders-sidebar { position: fixed; top: 16px; right: -520px; width: 380px; height: calc(100vh - 32px); background: #09090d; display: flex; flex-direction: column; transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1); border-radius: 20px; border: 1px solid var(--border); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.95); z-index: 9999; }
.orders-sidebar.active { right: 16px; }
.orders-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--border); background: #0c0c10; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.main-brand-logo { max-height: 26px; }
.header-titles h2 { font-size: 15px; font-weight: 800; color: #fff; margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; }
.header-titles span { font-size: 9px; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.orders-close { width: 32px; height: 32px; border: 1px solid var(--border); border-radius: 8px; background: #141418; color: #888; cursor: pointer; display: flex; justify-content: center; align-items: center; }
.orders-close:hover { background: var(--primary); color: #fff; }
.orders-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px 18px; background: #060608; border-bottom: 1px solid var(--border); }
.summary-box { background: #0d0d12; padding: 10px 6px; border-radius: 8px; text-align: center; border: 1px solid var(--border); }
.summary-box.active-stat { border-color: rgba(229, 9, 20, 0.4); background: rgba(229, 9, 20, 0.05); }
.summary-box small { display: block; font-size: 8.5px; text-transform: uppercase; color: var(--text-muted); font-weight: 700; margin-bottom: 2px; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.summary-box h3 { font-size: 18px; color: #fff; font-weight: 800; margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; }
.orders-list-header { display: flex; align-items: center; gap: 8px; padding: 14px 20px 6px; }
.orders-list-header span { font-size: 9.5px; font-weight: 700; color: #888; text-transform: uppercase; font-family: 'Plus Jakarta Sans', sans-serif !important; letter-spacing: 1px; }
.header-line { flex: 1; height: 1px; background: var(--border); }
.orders-body { flex: 1; overflow-y: auto; padding: 10px 18px; }
.orders-footer { padding: 14px 18px; border-top: 1px solid var(--border); background: #0c0c10; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.footer-help-box { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.footer-help-text strong { display: block; font-size: 12px; color: #fff; }
.footer-help-text p { margin: 0; font-size: 10.5px; color: #888; }
.whatsapp-btn { background: rgba(37, 211, 102, 0.12); color: #25d366; border: 1px solid rgba(37, 211, 102, 0.3); padding: 8px 14px; border-radius: 50px; font-size: 11.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.whatsapp-btn:hover { background: #25d366; color: #000; }

/* LIGHTBOX */
.portfolio-lightbox { position: fixed; inset: 0; background: rgba(3,3,4,0.98); z-index: 99999; display: flex; justify-content: center; align-items: center; flex-direction: column; opacity: 0; visibility: hidden; transition: 0.35s ease; backdrop-filter: blur(10px); }
.portfolio-lightbox.active { opacity: 1; visibility: visible; }
.lightbox-img { max-width: 85%; max-height: 75vh; border-radius: 14px; border: 1px solid rgba(229, 9, 20, 0.4); object-fit: contain; }
.lightbox-close { position: absolute; top: 25px; right: 35px; font-size: 24px; color: #fff; cursor: pointer; width: 44px; height: 44px; background: rgba(229, 9, 20, 0.1); border: 1px solid rgba(229, 9, 20, 0.3); border-radius: 12px; display: flex; justify-content: center; align-items: center; }

/* AUTH SCREENS SYNC */
.login-section, .verfy-page, .contact:has(#signupForm) { min-height: 100vh !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 40px 15px !important; background: var(--bg) !important; position: relative !important; }
.login-card, .contact:has(#signupForm) .container, .verfy-page .container { width: 100% !important; max-width: 440px !important; background: var(--card) !important; border: 1px solid var(--border) !important; border-radius: 20px !important; padding: 40px 32px !important; margin: auto !important; box-shadow: 0 10px 40px rgba(0,0,0,0.8), 0 0 30px rgba(229, 9, 20, 0.12) !important; }
.form-group input, #signupForm input, .verfy-page input:not(.otp-input) { width: 100% !important; height: 46px !important; background: #070709 !important; border: 1px solid var(--border) !important; border-radius: 10px !important; padding: 0 14px !important; color: #fff !important; font-size: 13.5px !important; outline: none !important; margin-bottom: 16px !important; }
.form-group input:focus, #signupForm input:focus { border-color: var(--primary) !important; }
.login-btn, #signupForm .btn-primary { width: 100% !important; height: 46px !important; border-radius: 10px !important; background: var(--primary-gradient) !important; font-weight: 700 !important; }

/*==============================================================================
  🔥 CRAZY CYBER-LUXURY AI CHATBOT WIDGET (FULLY RESPONSIVE & MOBILE-SAFE)
==============================================================================*/

/* Floating Trigger Button */
#zelovaAiChatWidget { 
    position: fixed !important; 
    left: 20px !important; 
    bottom: 20px !important; 
    z-index: 999999 !important; 
}

#zelovaAiToggleBtn {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: #08080b !important;
    border: 1.5px solid rgba(229, 9, 20, 0.6) !important;
    color: #fff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 25px rgba(229, 9, 20, 0.35), inset 0 0 10px rgba(229, 9, 20, 0.2) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#zelovaAiToggleBtn:hover {
    transform: scale(1.08) rotate(-5deg) !important;
    border-color: #ff1f2d !important;
    box-shadow: 0 0 35px rgba(229, 9, 20, 0.65), inset 0 0 15px rgba(229, 9, 20, 0.4) !important;
}

/* Main Chat Container (Desktop & Responsive Base) */
#zelovaAiChatBox {
    position: fixed !important;
    left: 20px !important;
    bottom: 85px !important;
    width: clamp(300px, 86vw, 360px) !important;
    height: clamp(420px, 70vh, 500px) !important;
    max-width: calc(100vw - 40px) !important;
    max-height: calc(100vh - 110px) !important;
    background: rgba(9, 9, 13, 0.95) !important;
    backdrop-filter: blur(28px) !important;
    -webkit-backdrop-filter: blur(28px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: 2px solid var(--primary) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95), 0 0 30px rgba(229, 9, 20, 0.2) !important;
    flex-direction: column !important;
    overflow: hidden !important;
    z-index: 999999 !important;
    animation: chatBoxPopup 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes chatBoxPopup {
    from { opacity: 0; transform: translateY(12px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Header */
.ai-chat-header {
    background: linear-gradient(180deg, rgba(229, 9, 20, 0.08) 0%, rgba(14, 14, 18, 0.85) 100%) !important;
    padding: 12px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.ai-avatar {
    width: 34px !important;
    height: 34px !important;
    background: rgba(229, 9, 20, 0.15) !important;
    border: 1px solid rgba(229, 9, 20, 0.4) !important;
    border-radius: 10px !important;
    color: var(--primary) !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 12px rgba(229, 9, 20, 0.3) !important;
}

.ai-header-left h4 {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: -0.02em !important;
}

.online-indicator {
    background: #10B981 !important;
    box-shadow: 0 0 8px #10B981 !important;
}

/* Message Scroll Area */
.ai-chat-messages {
    flex: 1 !important;
    padding: 14px !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ai-chat-messages::-webkit-scrollbar { width: 3px !important; }
.ai-chat-messages::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.12) !important; border-radius: 10px !important; }
.ai-chat-messages::-webkit-scrollbar-thumb:hover { background: var(--primary) !important; }

/* Dynamic Message Cards */
.ai-msg {
    max-width: 86% !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    padding: 10px 14px !important;
    border-radius: 14px !important;
    word-break: break-word !important;
}

.ai-msg.bot {
    background: rgba(20, 20, 26, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-left: 3px solid var(--primary) !important;
    border-top-left-radius: 3px !important;
    color: #e4e4e7 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

.ai-msg.user {
    background: var(--primary-gradient) !important;
    border-top-right-radius: 3px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.35) !important;
}

/* Slick Horizontal Micro Pills */
.ai-quick-pills {
    padding: 4px 12px 8px !important;
    display: flex !important;
    gap: 6px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
}

.ai-quick-pills::-webkit-scrollbar { display: none !important; }

.ai-quick-pills button {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #a1a1aa !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 50px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
}

.ai-quick-pills button i {
    color: var(--primary) !important;
    font-size: 10.5px !important;
}

.ai-quick-pills button:hover {
    background: rgba(229, 9, 20, 0.15) !important;
    border-color: rgba(229, 9, 20, 0.5) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 0 12px rgba(229, 9, 20, 0.25) !important;
}

/* Input Bar */
.ai-chat-input-area {
    padding: 10px 12px !important;
    background: rgba(12, 12, 16, 0.95) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
}

.ai-chat-input-area input {
    flex: 1 !important;
    background: #060608 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 9px 12px !important;
    border-radius: 8px !important;
    font-size: 12.5px !important;
    color: #fff !important;
    outline: none !important;
    transition: var(--transition) !important;
}

.ai-chat-input-area input:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 10px rgba(229, 9, 20, 0.25) !important;
}

.ai-chat-input-area button {
    background: var(--primary-gradient) !important;
    border: none !important;
    color: #fff !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: var(--transition) !important;
    flex-shrink: 0 !important;
}

.ai-chat-input-area button:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0 15px rgba(229, 9, 20, 0.45) !important;
}

/* =========================================
   🔥 MOBILE VIEW OPTIMIZATION (CLEAN & NON-INTRUSIVE)
========================================= */
@media (max-width: 600px) {
    #zelovaAiChatWidget { 
        left: 12px !important; 
        bottom: 12px !important; 
    }

    #zelovaAiToggleBtn {
        width: 46px !important;
        height: 46px !important;
        font-size: 18px !important;
    }

    #zelovaAiChatBox {
        left: 12px !important;
        bottom: 68px !important;
        width: calc(100vw - 24px) !important;
        max-width: 340px !important;
        height: 60vh !important;
        max-height: 430px !important;
        border-radius: 16px !important;
    }
}