/* ========================================
   Main Content Container
   ======================================== */
.main-content {
    /* margin-top: 80px; */
}

/* ========================================
   Hero Section
   ======================================== */
.hero {
    position: relative;
    /* min-height: 600px; */
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #2D313D 100%);
}

.hero-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1200&q=80') center/cover no-repeat;
}

.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(45, 49, 61, 0.95) 0%, rgba(45, 49, 61, 0.75) 50%, rgba(45, 49, 61, 0.5) 100%);
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

.hero-content {
    max-width: 600px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: #FF5C1A;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 92, 26, 0.4);
}

.hero-cta:hover {
    background: #E65218;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 92, 26, 0.5);
}

.hero-cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.hero-cta:hover svg {
    transform: translateX(4px);
}

/* ========================================
   Steps Section
   ======================================== */
.steps {
    padding: 80px 40px 100px;
    background: #fff;
}

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

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #2D313D;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.3;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.steps-grid::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #FF5C1A 0px, #FF5C1A 8px, transparent 8px, transparent 20px);
    z-index: 0;
}

.step-card {
    position: relative;
    text-align: center;
    padding: 50px 30px 40px;
    background: #fff;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.step-number {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 800;
    color: #F5F5F5;
    opacity: 0.5;
    z-index: 0;
    line-height: 1;
}

.step-icon {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 92, 26, 0.1);
    border-radius: 50%;
    color: #FF5C1A;
}

.step-icon svg {
    width: 36px;
    height: 36px;
}

.step-title {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    color: #2D313D;
    margin-bottom: 16px;
}

.step-description {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #5E626E;
    line-height: 1.6;
}

/* ========================================
   Pricing Section
   ======================================== */
.pricing {
    padding: 80px 40px 100px;
    background: #2D313D;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 35px;
    text-align: center;
    position: relative;
}

.pricing-card.featured {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.pricing-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #2D313D;
    margin-bottom: 20px;
}

.pricing-amount {
    font-size: 48px;
    font-weight: 800;
    color: #FF5C1A;
    margin-bottom: 8px;
}

.pricing-note {
    font-size: 14px;
    color: #999999;
    margin-bottom: 30px;
}

.pricing-features {
    text-align: left;
    margin-bottom: 30px;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: #2D313D;
}

.pricing-features li svg {
    width: 18px;
    height: 18px;
    color: #FF5C1A;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 32px;
    background: #FF5C1A;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    background: #E65218;
}

.pricing-btn svg {
    width: 18px;
    height: 18px;
}

/* ========================================
   Info Banner
   ======================================== */
.info-banner {
    max-width: 100%;
    margin:0 auto;
    padding: 60px 40px;
    background: linear-gradient(135deg, #FF9E67 0%, #FF5C1A 100%);
    border-radius: 10px;
    /* margin-top:60px;
    margin-bottom:60px; */
}

.info-banner-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.info-banner-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.info-banner-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* ========================================
   Why Choose Us Section
   ======================================== */
.why-choose {
    padding: 100px 40px;
    background: #F9FAFB;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-choose-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-choose-item {
    display: flex;
    gap: 20px;
}

.why-choose-icon {
    width: 48px;
    height: 48px;
    background: #FF5C1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.why-choose-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1A1C21;
    margin-bottom: 8px;
}

.why-choose-content p {
    font-size: 16px;
    color: #5E626E;
    line-height: 1.6;
}

.why-choose-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-illustration svg {
    width: 100%;
    max-width: 400px;
    height: auto;
}

/* ========================================
   FAQ Section
   ======================================== */
.faq {
    padding: 100px 40px;
    background: #fff;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.faq-item:first-child {
    border: 1px solid #E5E7EB;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #FF5C1A;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: rgba(93, 95, 239, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #5D5FEF;
    flex-shrink: 0;
}

.faq-text {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #2D313D;
}

.faq-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5E626E;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

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

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

.faq-answer-content {
    padding: 0 24px 20px 80px;
    font-size: 16px;
    color: #5E626E;
    line-height: 1.6;
}

/* ========================================
   CTA Section
   ======================================== */
.cta-section {
    padding: 100px 40px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2D313D 100%);
    text-align: center;
}

.cta-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: #FF5C1A;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 92, 26, 0.4);
}

.cta-btn:hover {
    background: #E65218;
    transform: translateY(-2px);
}

/* ========================================
   Testimonial Section
   ======================================== */
.testimonial {
    padding: 100px 40px;
    background: #F9FAFB;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-content {
    background: #FDF2E9;
    border-radius: 15px;
    padding: 50px;
    position: relative;
}

.testimonial-quote {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 60px;
    height: 60px;
    background: #FF5C1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-quote svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.8;
    color: #1A1C21;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2D313D;
    margin-bottom: 4px;
}

.testimonial-info p {
    font-size: 14px;
    color: #5E626E;
}

.testimonial-image {
    position: relative;
}

.testimonial-image img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 4/5;
}

.testimonial-nav {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    justify-content: center;
}

.testimonial-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #5D5FEF;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-nav-btn:hover {
    background: #4a4cd6;
    transform: scale(1.05);
}

.testimonial-nav-btn svg {
    width: 20px;
    height: 20px;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-bg {
        display: none;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .steps-grid::before {
        display: none;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
        max-width: 450px;
    }

    .pricing-card.featured {
        transform: none;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-illustration {
        order: -1;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-image {
        order: -1;
    }

    .testimonial-nav {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .main-content {
        margin-top: 70px;
    }

    .hero {
        min-height: auto;
        padding: 60px 0;
    }

    .hero-container {
        padding: 50px 20px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-cta {
        width: 100%;
        justify-content: center;
    }

    .section-title {
        font-size: 28px;
    }

    .steps,
    .pricing,
    .why-choose,
    .faq,
    .cta-section,
    .testimonial {
        padding: 60px 20px;
    }

    .info-banner {
        padding: 50px 20px;
        margin: 0 20px;
        border-radius: 10px;
    }

    .pricing {
        background: #2D313D;
    }

    .pricing-amount {
        font-size: 42px;
    }

    .info-banner-title {
        font-size: 24px;
    }

    .why-choose-list {
        gap: 20px;
    }

    .cta-title {
        font-size: 28px;
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
    }

    .testimonial-content {
        padding: 40px 30px;
    }

    .testimonial-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .step-number {
        font-size: 70px;
    }

    .pricing-card {
        padding: 35px 25px;
    }

    .pricing-amount {
        font-size: 36px;
    }

    .faq-text {
        font-size: 15px;
    }

    .testimonial-content {
        padding: 35px 25px;
    }

    .testimonial-nav-btn {
        width: 40px;
        height: 40px;
    }
}
