/* Landing.css - dagang.id Landing Page Specific Styles (Light Mode Premium) */

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ── Premium Logo Redesign ── */
.nav-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0;
}

.logo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
    flex-shrink: 0;
    margin-right: 8px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nav-logo:hover .logo-mark {
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.5);
    transform: rotate(-4deg) scale(1.08);
}

.logo-mark svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.logo-wordmark {
    display: flex;
    align-items: baseline;
    gap: 0;
    line-height: 1;
}

.logo-name {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #0f172a;
    font-family: var(--font-main);
    transition: color 0.2s ease;
}

.nav-logo:hover .logo-name {
    color: #059669;
}

.logo-tld {
    display: inline-flex;
    align-items: center;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 5px;
    padding: 1px 5px;
    margin-left: 4px;
    margin-bottom: 2px;
    vertical-align: middle;
    transition: background 0.2s ease;
}

.nav-logo:hover .logo-tld {
    background: rgba(16, 185, 129, 0.18);
}

/* Legacy support for other pages (dashboard, auth, footer) */
.nav-logo .logo-text,
.logo-text {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -1px;
    color: #0f172a;
}

.nav-toggle {
    background: none;
    border: none;
    color: #0f172a;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--primary-light);
}

.nav-btn {
    padding: 0.5rem 1.25rem !important;
    font-size: 0.9rem !important;
}

/* Hero Section */
.hero {
    padding: 9rem 1.5rem 6rem 1.5rem;
    position: relative;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
}

.hero-title {
    font-size: 3.8rem;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -1.5px;
    color: #0f172a;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 600px;
}

.hero-actions {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.hero-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.badge-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.4rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 50px;
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* Phone Mockup (Vibrant Light storefront inside phone) */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mockup-wrapper {
    position: relative;
    z-index: 10;
}

.mockup-phone {
    width: 290px;
    height: 580px;
    background: #ffffff;
    border-radius: 40px;
    border: 12px solid #0f172a;
    box-shadow: 0 25px 50px -12px rgba(16, 185, 129, 0.12), 0 0 40px rgba(16, 185, 129, 0.1);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.phone-notch {
    width: 130px;
    height: 25px;
    background: #0f172a;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    z-index: 20;
}

.phone-bar {
    padding: 10px 24px 6px 24px;
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    z-index: 10;
}

.phone-icons {
    display: flex;
    gap: 4px;
    align-items: center;
}

.phone-url {
    background: #f1f5f9;
    padding: 6px 16px;
    margin: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.phone-url i {
    font-size: 0.65rem;
    color: var(--primary);
}

.phone-screen {
    flex-grow: 1;
    background: #ffffff;
    padding: 16px;
    overflow-y: auto;
}

.store-header {
    text-align: center;
    margin-bottom: 20px;
}

.store-avatar {
    width: 60px;
    height: 60px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.store-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.store-tagline {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-top: 4px;
}

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

.product-card-mock {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.03);
}

.product-img-mock {
    width: 48px;
    height: 48px;
    background: rgba(16, 185, 129, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.product-info-mock {
    flex-grow: 1;
}

.product-title-mock {
    font-size: 0.75rem;
    font-weight: 750;
    color: #0f172a;
}

.product-price-mock {
    font-size: 0.7rem;
    color: var(--primary);
    font-weight: 700;
    margin-top: 2px;
}

.price-strike {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 0.65rem;
    margin-left: 4px;
}

.product-btn-mock {
    padding: 6px 12px;
    background: var(--primary-gradient);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
}

/* Floating Mockup Cards (Premium Light) */
.floating-card {
    position: absolute;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.06);
    animation: floating 6s infinite alternate ease-in-out;
}

.floating-card i {
    font-size: 1.4rem;
    color: var(--primary);
}

.float-title {
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 600;
}

.float-value {
    font-size: 1rem;
    font-weight: 850;
    color: #0f172a;
}

.float-clicks {
    top: 15%;
    left: -70px;
}

.float-sales {
    bottom: 15%;
    right: -70px;
    animation-delay: -3s;
}

/* Social Proof statistics strip */
.social-proof {
    display: flex;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: var(--radius-lg);
    padding: 2rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    box-shadow: 0 4px 24px rgba(16, 185, 129, 0.04);
}

.proof-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.proof-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--primary);
    border: 1px solid rgba(16, 185, 129, 0.15);
}

.proof-details {
    display: flex;
    flex-direction: column;
}

.proof-number {
    font-size: 1.8rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
}

.proof-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
}

.proof-divider {
    height: 40px;
    width: 1px;
    background: rgba(16, 185, 129, 0.2);
}

/* Bento Features Box */
.features {
    max-width: 1200px;
    margin: 0 auto 6rem auto;
    padding: 0 1.5rem;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin: 10px 0;
    color: #0f172a;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.bento-item {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.02);
    transition: var(--transition);
}

.bento-item:hover {
    border-color: rgba(16, 185, 129, 0.45);
    background: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.08);
}

.bento-wide {
    grid-column: span 2;
}

.bento-icon {
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

.bento-item h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.bento-item p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.highlight {
    color: var(--primary-light);
    font-weight: 700;
}

/* Pricing */
.pricing {
    max-width: 1200px;
    margin: 0 auto 6rem auto;
    padding: 0 1.5rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    position: relative;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.02);
    transition: var(--transition);
}

.pricing-card:hover {
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.06);
}

.pricing-card.popular {
    border: 2px solid var(--primary);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.08);
}

.popular-tag {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-gradient);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.plan-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.plan-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.plan-price {
    font-size: 3rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
}

.plan-price span {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 0;
}

.plan-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #334155;
}

.plan-features li i {
    font-size: 1rem;
    color: var(--primary);
}

.plan-features li i.strike {
    color: rgba(239, 68, 68, 0.6);
}

.text-gradient-icon {
    color: var(--primary);
}

/* Footer (Vibrant Light) */
.footer {
    border-top: 1px solid rgba(16, 185, 129, 0.15);
    background: #f1f5f9;
    padding: 5rem 1.5rem 2rem 1.5rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid-nav {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-brand p {
    font-size: 0.9rem;
    max-width: 320px;
    color: var(--text-muted);
}

.footer-brand .logo-text {
    color: #0f172a;
}

.footer-brand .logo-mark {
    box-shadow: 0 3px 8px rgba(16, 185, 129, 0.25);
}

.footer-nav-col h4 {
    font-size: 1.1rem;
    font-weight: 750;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.footer-nav-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-nav-col ul a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 550;
    transition: var(--transition);
}

.footer-nav-col ul a:hover {
    color: var(--primary-light);
}

.footer-bottom {
    border-top: 1px solid rgba(16, 185, 129, 0.1);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Floating Animations */
@keyframes floating {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@keyframes particle-float {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-80px) rotate(360deg); opacity: 0; }
}

/* Responsive design */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        margin: 0 auto 2rem auto;
    }
    
    .hero-actions {
        justify-content: center;
    }
    
    .hero-badges {
        justify-content: center;
    }
    
    .float-clicks {
        left: -10px;
    }
    
    .float-sales {
        right: -10px;
    }
    
    .bento-grid {
        grid-template-columns: 1fr;
    }
    
    .bento-wide {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }
    
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(16px);
        flex-direction: column;
        padding: 2rem;
        border-bottom: 1px solid rgba(16, 185, 129, 0.15);
        display: none;
        gap: 1.5rem;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-btn {
        width: 100%;
        justify-content: center;
    }
    
    .social-proof {
        gap: 2rem;
        flex-direction: column;
    }
    
    .proof-divider {
        display: none;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-grid-nav {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

/* Use Cases Section Styling */
.use-cases {
    max-width: 1200px;
    margin: 0 auto 6rem auto;
    padding: 0 1.5rem;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.case-card {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.02);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.case-card:hover {
    border-color: rgba(16, 185, 129, 0.45);
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(16, 185, 129, 0.08);
}

.case-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-bottom: 1px solid rgba(16, 185, 129, 0.1);
    overflow: hidden;
}

.case-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

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

.case-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.case-badge {
    align-self: flex-start;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-blue {
    background: rgba(59, 130, 246, 0.08);
    color: #2563eb;
    border: 1px solid rgba(59, 130, 246, 0.18);
}

.badge-orange {
    background: rgba(249, 115, 22, 0.08);
    color: #ea580c;
    border: 1px solid rgba(249, 115, 22, 0.18);
}

.badge-gold {
    background: rgba(217, 119, 6, 0.08);
    color: #d97706;
    border: 1px solid rgba(217, 119, 6, 0.18);
}

.badge-green {
    background: rgba(16, 185, 129, 0.08);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.18);
}

.case-content h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.case-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.case-content .btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
}

@media (max-width: 992px) {
    .cases-grid {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .cases-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .case-img-container {
        padding: 0;
    }
    
    .case-content {
        padding: 1.5rem;
        align-items: center;
        text-align: center;
    }
    
    .case-badge {
        align-self: center;
    }
    
    .case-content .btn {
        align-self: stretch;
        width: 100%;
        margin-top: 1rem;
    }
    
    .section-title {
        font-size: 2rem !important;
    }
    
    .section-desc {
        font-size: 0.95rem !important;
    }
}
