/* Custom Global Variables & Settings */
:root {
    --primary-gradient: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    --secondary-gradient: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
    --stats-gradient: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    --light-gradient: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
}

body {
    font-family: var(--font-sans);
    color: var(--text-dark);
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Typography Extensions */
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fs-7 { font-size: 0.9rem; }
.fs-xs { font-size: 0.8rem; }
.fs-xxs { font-size: 0.7rem; }

/* Utilities */
.py-6 { padding-top: 5rem; padding-bottom: 5rem; }
.text-primary-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-secondary-gradient {
    background: var(--secondary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-primary-gradient {
    background: var(--primary-gradient);
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3) !important;
    background: var(--primary-gradient);
}
.bg-light-gradient { background: var(--light-gradient); }
.bg-stats-gradient { background: var(--stats-gradient); }

/* Header & Navbar */
.header-nav {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
}
.header-nav .nav-link {
    color: var(--text-dark);
    font-weight: 600;
    padding: 0.5rem 1.2rem !important;
    transition: color 0.2s ease;
}
.header-nav .nav-link:hover, .header-nav .nav-link.active {
    color: #4f46e5;
}

/* Hero Section Elements */
.badge-pill {
    background-color: #f0fdf4;
    color: #16a34a;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid #bbf7d0;
}
.info-tag {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
}

/* Phone Mockup Canvas */
.hero-mockup-container {
    padding: 2rem;
}
.phone-mockup {
    width: 290px;
    height: 580px;
    background: #000000;
    border-radius: 40px;
    padding: 11px;
    display: inline-block;
    border: 4px solid #2d2d2d;
    position: relative;
    z-index: 2;
}
.phone-screen {
    width: 100%;
    height: 100%;
    background: #f8fafc;
    border-radius: 32px;
    overflow-y: auto;
    scrollbar-width: none;
}
.phone-screen::-webkit-scrollbar { display: none; }

/* Phone Inner App UI Components */
.avatar-circle {
    width: 50px;
    height: 50px;
    background: #1e293b;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.text-bg-warning-light {
    background-color: #fef9c3;
    color: #854d0e;
}
.phone-btn {
    display: block;
    width: 100%;
    padding: 0.6rem;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    text-align: center;
    transition: opacity 0.2s ease;
}
.phone-btn:hover { color: #fff; opacity: 0.9; }
.btn-whatsapp { background-color: #25d366; }
.btn-call { background-color: #4f46e5; }
.btn-directions { background-color: #ef4444; }
.btn-website { background-color: #2563eb; }
.btn-instagram { background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.btn-facebook { background-color: #1877f2; }

.featured-product-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.product-img-placeholder {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Glassmorphism QR Card Overlay */
.glass-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
}
.qr-card {
    position: absolute;
    right: -30px;
    top: 30%;
    width: 180px;
    z-index: 3;
}

/* Handwritten Meta Element */
.share-arrow {
    position: absolute;
    bottom: 10%;
    right: -80px;
    transform: rotate(5deg);
    z-index: 3;
}
.font-handwritten {
    font-family: 'Brush Script MT', cursive, sans-serif;
    font-size: 1.5rem;
    color: #4f46e5;
    display: block;
}

/* Feature Cards Grid */
.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05) !important;
}
.icon-box {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
.icon-green { background: #f0fdf4; color: #22c55e; }
.icon-pink { background: #fdf2f8; color: #ec4899; }
.icon-teal { background: #f0fdfa; color: #14b8a6; }
.icon-orange { background: #fff7ed; color: #f97316; }
.icon-purple { background: #faf5ff; color: #a855f7; }
.icon-blue { background: #eff6ff; color: #3b82f6; }

/* Statistics Component elements */
.stats-icon {
    font-size: 1.8rem;
    opacity: 0.8;
}

/* Business Verticals Layout */
.category-card {
    background: #ffffff;
    transition: all 0.3s ease;
}
.category-card:hover {
    border-color: #6366f1 !important;
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.06);
    transform: translateY(-3px);
}
.category-illustration {
    font-size: 2rem;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 12px;
}
.icon-light-red { background: #ffeede; }
.icon-light-blue { background: #e0f2fe; }
.icon-light-teal { background: #e0fbf7; }
.icon-light-purple { background: #f3e8ff; }
.icon-light-orange { background: #ffedd5; }
.icon-light-green { background: #dcfce7; }

/* Brand Logo Elements styling */
.brand-logo-grid h5 {
    opacity: 0.4;
    letter-spacing: -0.5px;
    transition: opacity 0.2s ease;
}
.brand-logo-grid h5:hover { opacity: 0.8; }

/* Micro-Animations Canvas engine */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.animate-float {
    animation: float 4s ease-in-out infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}
.animate-pulse {
    animation: pulse 3s infinite ease-in-out;
}

.animate-fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInSlide 0.8s forwards ease-out;
}
.animate-fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    animation: fadeInSlide 0.8s forwards ease-out;
}

@keyframes fadeInSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Intersection Observer Scroll Animations Target setup */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Adaptive Breakpoints Media Overrides */
@media (max-width: 991.98px) {
    .qr-card {
        position: static;
        margin: 1.5rem auto 0;
        width: 250px;
    }
    .hero-mockup-container {
        padding: 1rem 0;
    }
}