/* Landing Page Styles - Bikenos Consulting */

/* ============================================
   HERO SECTION
   ============================================ */
.landing-hero {
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
}

.landing-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #fff;
}

.landing-hero h1 span {
    color: var(--accent-color, #6366f1);
}

.landing-hero .subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: rgba(255,255,255,0.7);
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.landing-hero .hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
}

.landing-hero .hero-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.5);
}

.landing-hero .trust-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.landing-hero .trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
}

.landing-hero .trust-badge svg {
    width: 20px;
    height: 20px;
    color: #22c55e;
}

/* ============================================
   SECTIONS COMMON
   ============================================ */
.landing-section {
    padding: 80px 0;
}

.landing-section.alt-bg {
    background: rgba(255,255,255,0.02);
}

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

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.section-header p {
    color: rgba(255,255,255,0.6);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* ============================================
   SERVICES GRID
   ============================================ */
.landing-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.landing-service-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.landing-service-card:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-5px);
}

.landing-service-card .icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.landing-service-card .icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.landing-service-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.landing-service-card p {
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    line-height: 1.6;
}

.landing-service-card .arrow {
    margin-top: 1rem;
    color: #6366f1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ============================================
   BENEFITS / WHY US
   ============================================ */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.benefit-item {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    transition: all 0.2s ease;
}

.benefit-item:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(99, 102, 241, 0.2);
}

.benefit-item .check {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-item .check svg {
    width: 20px;
    height: 20px;
    color: #22c55e;
}

.benefit-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.benefit-item p {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ============================================
   PROBLEMS SECTION
   ============================================ */
.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.problem-item {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.problem-item .x-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    color: #ef4444;
}

.problem-item p {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}

/* ============================================
   FEATURES LIST
   ============================================ */
.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    transition: all 0.2s ease;
}

.feature-item:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(99, 102, 241, 0.2);
}

.feature-item svg {
    width: 22px;
    height: 22px;
    color: #22c55e !important;
    min-width: 22px;
    flex-shrink: 0;
}

.feature-item span {
    color: #fff !important;
    font-size: 0.95rem;
    line-height: 1.5;
}

.feature-item span strong {
    color: #fff !important;
    font-weight: 600;
}

/* ============================================
   PRICE TABLE (div-based)
   ============================================ */
.price-table {
    width: 100%;
    margin: 2rem 0;
}

.price-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    align-items: center;
}

.price-row.header {
    background: rgba(255,255,255,0.03);
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
}

.price-row:not(.header):hover {
    background: rgba(255,255,255,0.02);
}

.price-col {
    color: #fff;
}

.price-col strong {
    font-weight: 600;
}

@media (max-width: 768px) {
    .price-row {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .price-row.header {
        display: none;
    }

    .price-col:first-child {
        grid-column: 1 / -1;
        margin-bottom: 0.5rem;
    }
}

/* ============================================
   PRICING SECTION
   ============================================ */
.pricing-box {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.pricing-box .price {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pricing-box .price span {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
}

.pricing-box .price-note {
    color: rgba(255,255,255,0.6);
    margin-bottom: 1.5rem;
}

.pricing-box .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pricing-box .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.4);
}

/* ============================================
   FAQ SECTION
   ============================================ */
.landing-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.landing-faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.landing-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.landing-faq-question span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    padding-right: 1rem;
}

.landing-faq-question svg {
    width: 24px;
    height: 24px;
    color: rgba(255,255,255,0.5);
    transition: transform 0.3s ease;
    min-width: 24px;
}

.landing-faq-item.active .landing-faq-question svg {
    transform: rotate(180deg);
}

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

.landing-faq-item.active .landing-faq-answer {
    max-height: 500px;
}

.landing-faq-answer-content {
    padding-bottom: 1.5rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
}

/* ============================================
   CTA SECTION
   ============================================ */
.landing-cta-section {
    padding: 80px 0;
    text-align: center;
}

.landing-cta-box {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 24px;
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.landing-cta-box h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.landing-cta-box p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.landing-cta-box .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: #6366f1;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

/* ============================================
   PORTFOLIO GRID
   ============================================ */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.portfolio-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-5px);
    border-color: rgba(99, 102, 241, 0.3);
}

.portfolio-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.portfolio-item .content {
    padding: 1.5rem;
}

.portfolio-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.portfolio-item p {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

/* ============================================
   BREADCRUMB
   ============================================ */
.landing-breadcrumb {
    padding: 100px 0 0;
    background: transparent !important;
}

.landing-breadcrumb .landing-container {
    background: transparent !important;
    border: none !important;
    padding: 0 24px;
}

.landing-breadcrumb nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.landing-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.landing-breadcrumb a:hover {
    color: var(--accent-color, #6366f1);
}

.landing-breadcrumb span {
    color: rgba(255,255,255,0.4);
}

.landing-breadcrumb .current {
    color: rgba(255,255,255,0.9);
    font-weight: 500;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .landing-hero {
        padding: 100px 0 60px;
    }

    .landing-section {
        padding: 60px 0;
    }

    .landing-hero .trust-badges {
        flex-direction: column;
        gap: 1rem;
    }

    .pricing-box {
        padding: 2rem;
    }

    .landing-cta-box {
        padding: 3rem 1.5rem;
    }
}
