@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
    --p-green: #00D571;
    --p-dark: #071118;
    --p-navy: #001A2C;
    --p-glass: rgba(255, 255, 255, 0.03);
    --p-glass-border: rgba(255, 255, 255, 0.1);
    --p-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

body {
    background-color: var(--p-dark);
    color: #e0e0e0;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #fff;
}

/* Glassmorphism Header */
header {
    background: transparent;
    transition: all 0.4s ease;
}

header.active {
    background: rgba(7, 17, 24, 0.8) !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--p-glass-border);
}

.navbar-bottom .menu li a {
    color: #ccc;
    font-weight: 500;
    transition: 0.3s;
}

.navbar-bottom .menu li a:hover, .navbar-bottom .menu li a.active {
    color: var(--p-green);
}

/* Hero Section */
.banner-section {
    padding: 160px 0 100px;
    background: radial-gradient(circle at 10% 20%, rgba(0, 213, 113, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(0, 26, 44, 0.5) 0%, transparent 40%);
}

.banner-content .title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, #aaa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content .text {
    font-size: 1.25rem;
    color: #888;
    max-width: 600px;
    margin: 0 auto 40px;
}

.premium-hero-img {
    filter: drop-shadow(0 20px 50px rgba(0, 213, 113, 0.2));
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Premium Cards */
.ecommerce-venture-section {
    background: #091720;
    padding: 100px 0;
}

.nav--tabs-wrapper {
    background: var(--p-glass) !important;
    backdrop-filter: blur(10px);
    border: 1px solid var(--p-glass-border);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 50px;
}

.nav--tabs .item {
    background: transparent !important;
    border: none !important;
    transition: 0.3s;
}

.nav--tabs .item .txt {
    color: #888;
}

.nav--tabs .item.synced .txt {
    color: var(--p-green) !important;
    font-weight: 600;
}

/* Feature Items */
.learn-feature-item {
    background: var(--p-glass);
    border: 1px solid var(--p-glass-border);
    padding: 30px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.learn-feature-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--p-green);
}

.learn-feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 213, 113, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Delivery Area */
.delivery-area-section {
    background: var(--p-dark);
}

.zone-list .item {
    background: var(--p-glass) !important;
    border: 1px solid var(--p-glass-border) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    margin: 5px !important;
    transition: 0.3s;
}

.zone-list .item:hover {
    border-color: var(--p-green) !important;
    color: var(--p-green) !important;
}

/* Newsletter */
.newsletter-wrapper {
    background: linear-gradient(135deg, var(--p-green) 0%, #009d55 100%) !important;
    border-radius: 40px !important;
    box-shadow: 0 30px 60px rgba(0, 213, 113, 0.2);
    position: relative;
    z-index: 5;
}

.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    color: var(--p-dark) !important;
    font-weight: 500;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
}

/* Premium Footer Widgets */
footer {
    background: #02070a !important;
    border-top: 1px solid var(--p-glass-border);
    color: #888;
}

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

.footer-links li a {
    color: #888;
    transition: 0.3s;
    text-decoration: none;
}

.footer-links li a:hover {
    color: var(--p-green);
    padding-left: 5px;
}

.social-icon-btn {
    width: 45px;
    height: 45px;
    background: var(--p-glass);
    border: 1px solid var(--p-glass-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.social-icon-btn:hover {
    background: var(--p-green);
    transform: translateY(-5px);
}

.app-btn-premium {
    background: var(--p-glass);
    border: 1px solid var(--p-glass-border);
    border-radius: 15px;
    padding: 10px 20px;
    transition: 0.3s;
    display: inline-block;
}

.app-btn-premium:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--p-green);
    transform: scale(1.05);
}

.contact-info i {
    font-size: 1.2rem;
}

/* Footer Improvements */
footer {
    background: #040a0f !important;
    border-top: 1px solid var(--p-glass-border);
}

/* Common Buttons */
.cmn--btn {
    background: var(--p-green) !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    color: #001A2C !important;
    padding: 12px 30px !important;
    box-shadow: 0 4px 15px rgba(0, 213, 113, 0.3);
}

.cmn--btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 213, 113, 0.5);
}

/* Premium Glass Card */
.premium-glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.premium-glass-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--p-green);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.premium-glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
    transition: 0.5s;
}

.premium-glass-card:hover::before {
    left: 100%;
}

/* Section Header Improvements */
.section-header .title {
    font-size: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(135deg, #fff 0%, #aaa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.section-header .text {
    color: #888;
    max-width: 700px;
    margin: 0 auto;
}

/* Testimonial Premium Overrides */
.testimonial-item {
    background: var(--p-glass) !important;
    border: 1px solid var(--p-glass-border) !important;
    border-radius: 24px !important;
    padding: 40px !important;
    backdrop-filter: blur(10px);
}

.testimonial-item blockquote {
    color: #bbb !important;
    font-size: 1.1rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-item .user-info h6 {
    color: #fff;
    margin-bottom: 2px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--p-dark);
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--p-green);
}

