﻿/* ================= HANA MIGRATION ================= */

.hana-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-family: "Poppins", sans-serif;
}

/* ================= HERO ================= */
.hana-hero {
    background: linear-gradient(135deg, rgba(0,35,75,0.85), rgba(0,120,200,0.55));
    /*    color: #fff;*/
    padding: 110px 0;
    height: 580px;
}

.hana-hero-grid {
    margin-top:30px;
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 80px;
}

.hana-badge {
    background: rgba(255,255,255,0.15);
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 14px;
}

.hana-hero h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 14px;
    margin-top: 140px;
}

.hana-hero p {
    color: white;
    max-width: 600px;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .hana-hero {
        height: auto;
        padding: 90px 0;
    }

    .hana-hero-grid {
        margin-left: 0;
        padding: 0 20px;
    }

    .hana-hero h1 {
        margin-top: 40px;
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hana-hero h1 {
        font-size: 30px;
        margin-top: 20px;
    }

    .hana-hero p {
        font-size: 16px;
    }
}


/* ================= BUTTONS ================= */
.hana-btn-primary,
.hana-btn-secondary {
    display: inline-block;
    margin-top: 28px;
    padding: 14px 34px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
}

.hana-btn-primary {
    background: #fff;
    color: #0f4c81;
}

.hana-btn-secondary {
    background: #0f4c81;
    color: #fff;
}

/* ================= HEADERS ================= */
.hana-section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .hana-section-header h2 {
        font-weight: 700;
        font-size: 35px;
        color: #111827;
    }


/* ================= WHY ================= */
.hana-why {
    padding: 90px 0;
}

.hana-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

.hana-card {
    background: #fff;
    padding: 34px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    text-align: center;
}

    .hana-card i {
        font-size: 34px;
        color: #1e88e5;
        margin-bottom: 12px;
    }

@media (max-width: 600px) {
    .hana-why-grid {
        gap: 20px;
    }

    .hana-card {
        padding: 26px 20px;
    }
}


/* ================= PREPARE ================= */
.hana-prepare {
    padding: 100px 0;
    background: linear-gradient(180deg, #eef9fb 0%, #f7feff 100%);
}

.hana-prepare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.hana-prepare-card {
    background: linear-gradient(135deg, #ffffff, #f4f8ff);
    border-left: 5px solid #1e88e5;
    padding: 28px;
    border-radius: 14px;
}

    .hana-prepare-card span {
        font-weight: 600;
        color: #1e88e5;
    }

@media (max-width: 768px) {
    .hana-prepare-grid,
    .hana-services-grid {
        grid-template-columns: 1fr;
    }
}


/* ================= SERVICES SECTION ================= */
/* ================= FLOW SERVICES ================= */
.hana-services-flow {
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    padding: 110px 20px;
    font-family: "Poppins", sans-serif;
}

.hana-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER */
.hana-section-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 80px;
}

    .hana-section-header h2 {
        font-size: 38px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 14px;
    }

    .hana-section-header p {
        font-size: 17px;
        color: #475569;
    }

/* ================= FLOW SERVICES ================= */
.hana-services-flow {
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    padding: 110px 20px;
    font-family: "Poppins", sans-serif;
}

.hana-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER */
.hana-section-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 80px;
}

    .hana-section-header h2 {
        font-size: 38px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 14px;
    }

    .hana-section-header p {
        font-size: 17px;
        color: #475569;
    }

/* ================= FLOW TRACK ================= */
.hana-flow-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    position: relative;
}

    /* CONNECTING LINE */
    .hana-flow-track::before {
        content: "";
        position: absolute;
        top: 42px;
        left: 6%;
        right: 6%;
        height: 2px;
        background: linear-gradient( 90deg, #38bdf8, #22c55e, #38bdf8 );
        opacity: 0.35;
    }

/* ================= STEP ================= */
.hana-flow-step {
    position: relative;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    transition: transform 0.4s ease;
}

/* ICON */
.flow-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    display: grid;
    place-items: center;
    font-size: 30px;
    color: #0284c7;
    position: relative;
    overflow: hidden;
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

    /* ICON GLOW SWEEP */
    .flow-icon::before {
        content: "";
        position: absolute;
        inset: -40%;
        background: linear-gradient( 120deg, transparent, rgba(56, 189, 248, 0.35), transparent );
        transform: translateX(-100%);
        transition: transform 0.6s ease;
    }

/* TITLE */
.hana-flow-step h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
}

/* ================= HOVER MAGIC ================= */
.hana-flow-step:hover {
    transform: translateY(-10px);
}

    .hana-flow-step:hover .flow-icon {
        border-color: #38bdf8;
        box-shadow: 0 18px 45px rgba(56, 189, 248, 0.35);
        transform: scale(1.08) rotate(6deg);
    }

        .hana-flow-step:hover .flow-icon::before {
            transform: translateX(100%);
        }

    .hana-flow-step:hover h4 {
        color: #0284c7;
    }

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .hana-flow-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

        .hana-flow-track::before {
            display: none;
        }
}

@media (max-width: 600px) {
    .hana-flow-track {
        grid-template-columns: 1fr;
    }
}


/* ================= BUSINESS BENEFITS ================= */
.hana-benefits {
    padding: 90px 0;
}

.hana-benefits-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.hana-benefits-content h2 {
    font-weight: 700;
    font-size: 35px;
    color: #111827;
}

.hana-benefits-content p {
    font-size: 18px;
    color: #555;
    max-width: 480px;
}

.hana-benefits-list {
    display: grid;
    gap: 18px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .benefit-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.08);
    }

    .benefit-item i {
        font-size: 22px;
        color: #1e88e5;
    }

    .benefit-item span {
        font-size: 16px;
        font-weight: 500;
    }

@media (max-width: 768px) {
    .hana-benefits {
        padding: 70px 0;
    }

    .hana-benefits-content p {
        max-width: 100%;
        font-size: 16px;
    }

    .benefit-item {
        padding: 14px 16px;
    }
}
/* ================= BUSINESS BENEFITS – MOBILE IMPROVEMENT ================= */
@media (max-width: 600px) {

    .hana-benefits {
        padding: 60px 16px;
    }

    /* Stack layout */
    .hana-benefits-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }

    /* Content block */
    .hana-benefits-content h2 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .hana-benefits-content p {
        font-size: 15.5px;
        line-height: 1.6;
        max-width: 100%;
        margin: 0 auto;
        color: #4b5563;
    }

    /* Benefits list */
    .hana-benefits-list {
        gap: 14px;
    }

    /* Benefit cards */
    .benefit-item {
        align-items: flex-start;
        gap: 12px;
        padding: 16px 18px;
        border-radius: 16px;
        box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    }

        /* Icon as badge */
        .benefit-item i {
            font-size: 20px;
            min-width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e3f2fd;
            border-radius: 50%;
            color: #1e88e5;
            flex-shrink: 0;
        }

        .benefit-item span {
            font-size: 15px;
            line-height: 1.5;
            text-align: left;
        }

        /* Remove hover lift on mobile */
        .benefit-item:hover {
            transform: none;
            box-shadow: 0 10px 26px rgba(0,0,0,0.08);
        }
}




/* ================= WHY CHOOSE LEXERON ================= */
.hana-why-lexeron {
    margin-top: -80px;
    padding: 100px 0;
}

    .hana-why-lexeron .hana-section-header p {
        color: rgba(255,255,255,0.9);
    }

.hana-lexeron-points {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 36px;
    margin-top: 50px;
}

.lexeron-card {
    background: rgb(183 183 183 / 12%);
    padding: 28px;
    border-radius: 18px;
    text-align: center;
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, background 0.3s ease;
}

    .lexeron-card:hover {
        transform: translateY(-6px);
        background: rgba(255,255,255,0.18);
    }

    .lexeron-card i {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .lexeron-card h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .lexeron-card p {
        font-size: 14.5px;
        line-height: 1.6;
        color: #555;
    }

/* Top row */
.hana-lexeron-points .lexeron-card:nth-child(1) {
    grid-column: 1 / span 2;
}

.hana-lexeron-points .lexeron-card:nth-child(2) {
    grid-column: 3 / span 2;
}

.hana-lexeron-points .lexeron-card:nth-child(3) {
    grid-column: 5 / span 2;
}

/* Bottom row (centered between top cards) */
.hana-lexeron-points .lexeron-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.hana-lexeron-points .lexeron-card:nth-child(5) {
    grid-column: 4 / span 2;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
    .hana-lexeron-points {
        grid-template-columns: repeat(2, 1fr);
    }

        .hana-lexeron-points .lexeron-card {
            grid-column: auto !important;
        }
}

@media (max-width: 600px) {
    .hana-why-lexeron {
        margin-top: 0;
        padding: 70px 0;
    }

    .hana-lexeron-points {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lexeron-card {
        padding: 15px 10px;
    }
}




/* ==================== FAQ STYLE 2 (ISOLATED) ==================== */

.faq2-wrapper {
    background: linear-gradient(180deg, #eef9fb 0%, #f7feff 100%);
    padding: 80px 20px;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.faq2-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq2-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.faq2-list {
    max-width: 1200px;
    margin: 0 auto;
}

.faq2-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    transition: background 0.2s ease;
}

    .faq2-item:hover {
        background: #fafafa;
    }

.faq2-title {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 16px 0;
}

    .faq2-title::before {
        content: "›";
        font-size: 26px;
        font-weight: 600;
        color: #806666;
        transition: transform 0.3s ease;
    }

    .faq2-title h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
    }

/* Expand arrow */
.faq2-item.faq2-expanded .faq2-title::before {
    transform: rotate(90deg);
}

.faq2-content {
    max-height: 0;
    overflow: hidden;
    padding-left: 38px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

    .faq2-content p {
        margin: 15px 0;
        color: #555;
    }

/* Expanded state */
.faq2-item.faq2-expanded .faq2-content {
    padding-top: 8px;
    padding-bottom: 16px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1118px) {
    .faq2-list {
        margin: 0 40px;
    }
}

@media (max-width: 768px) {
    .faq2-list {
        margin: 0 20px;
    }
}

@media (max-width: 300px) {
    .faq2-list {
        margin: 0 10px;
    }

    .faq2-title {
        flex-direction: column;
        align-items: flex-start;
    }

        .faq2-title h3 {
            font-size: 15px;
        }
}


/* ================= CTA SECTION ================= */
.cta-section {
    padding: 0 20px;
    background: #ffffff;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #f8fbfd;
    border-radius: 6px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

/* CTA text */
.cta-text h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1d1b1b;
}

/* CTA button */
.cta-btn {
    background: #1e88e5;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

    .cta-btn:hover {
        background: #1e88e5;
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(255, 77, 79, 0.25);
    }

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 25px;
    }

    .cta-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .hana-container {
        padding: 0 16px;
    }
}
