/* Process Hero */
.process-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 7rem 2.5rem 4rem;
    color: white;
}

@media (min-width: 768px) {
    .process-hero {
        padding: 8rem 2.5rem 5rem;
    }
}

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

.hero-eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.process-hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
}

@media (min-width: 768px) {
    .process-hero h1 {
        font-size: 3.5rem;
    }
}

.highlight {
    color: var(--green);
}

.hero-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 3rem;
}

.hero-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Timeline Overview */
.timeline-overview {
    padding: 4rem 2.5rem;
    background: white;
}

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

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

.timeline-header h2 {
    margin-bottom: 0.75rem;
}

.timeline-header p {
    color: var(--gray-dark);
    font-size: 1.125rem;
}

.timeline-visual {
    max-width: 100%;
    overflow-x: auto;
}

.timeline-bar {
    display: flex;
    min-width: 600px;
    height: 120px;
    background: var(--gray-light);
    border-radius: 12px;
    overflow: hidden;
}

.timeline-segment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    border-right: 2px solid white;
    position: relative;
}

.timeline-segment:last-child {
    border-right: none;
}

.timeline-segment:nth-child(1) {
    background: linear-gradient(135deg, #f0f4e8 0%, #e8f0dc 100%);
}

.timeline-segment:nth-child(2) {
    background: linear-gradient(135deg, #e8f0dc 0%, #dfecd0 100%);
}

.timeline-segment:nth-child(3) {
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    color: white;
}

.timeline-segment:nth-child(4) {
    background: linear-gradient(135deg, #8b9a5b 0%, #7a8a4b 100%);
    color: white;
}

.segment-label {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.segment-content {
    font-size: 0.9375rem;
    font-weight: 600;
}

/* Process Steps */
.process-steps {
    padding: 4rem 2.5rem;
    background: var(--gray-light);
}

.steps-container {
    max-width: 1400px;
    margin: 0 auto;
}

.process-step {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1024px) {
    .process-step {
        grid-template-columns: 300px 1fr;
    }
}

.step-visual {
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.step-image-placeholder {
    width: 200px;
    height: 200px;
    background: var(--gray-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.placeholder-icon {
    font-size: 4rem;
}

.step-content h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.step-duration {
    color: var(--gray);
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}

.step-intro {
    font-size: 1.125rem;
    color: var(--gray-dark);
    margin-bottom: 2rem;
    font-weight: 500;
}

.step-details h4 {
    font-size: 1.125rem;
    margin: 2rem 0 1rem;
    color: var(--black);
}

.detail-list, .dont-list, .payment-methods {
    margin: 1rem 0 1.5rem 1.5rem;
    line-height: 1.8;
}

.detail-list li, .dont-list li, .payment-methods li {
    margin-bottom: 0.75rem;
    color: var(--gray-dark);
}

.dont-list {
    opacity: 0.7;
}

.step-outcome {
    background: linear-gradient(135deg, #f0f4e8 0%, #e8f0dc 100%);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--green);
    margin: 2rem 0;
}

.pro-tip {
    background: #fffbea;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #f59e0b;
    margin: 2rem 0;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.timeline-item {
    background: var(--gray-light);
    padding: 1rem;
    border-radius: 6px;
    text-align: center;
}

.step-cta {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background: var(--green);
    color: white;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step-cta:hover {
    background: var(--green-dark);
    transform: translateY(-2px);
}

/* Difference Section */
.difference-section {
    padding: 4rem 2.5rem;
    background: white;
}

.difference-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.difference-container h2 {
    margin-bottom: 0.75rem;
}

.section-subtitle {
    color: var(--gray-dark);
    font-size: 1.125rem;
    margin-bottom: 3rem;
}

.differences-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: left;
}

@media (min-width: 768px) {
    .differences-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .differences-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.difference-card {
    background: var(--gray-light);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--green);
    transition: all 0.3s ease;
}

.difference-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.diff-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.difference-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.difference-card p {
    color: var(--gray-dark);
    line-height: 1.7;
}

/* Process FAQ */
.process-faq {
    padding: 4rem 2.5rem;
    background: var(--gray-light);
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-container h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
    width: 100%;
    padding: 1.5rem 2rem;
    background: white;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black);
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: var(--gray-light);
}

.question-text {
    flex: 1;
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--green);
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
    background: var(--gray-light);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    line-height: 1.8;
    color: var(--gray-dark);
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 2rem 2rem 2rem;
}

.faq-answer p {
    margin-bottom: 1rem;
}

.faq-answer strong {
    color: var(--black);
    font-weight: 600;
}

/* Process CTA */
.process-cta {
    padding: 5rem 2.5rem;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    text-align: center;
    color: white;
}

.cta-container h2 {
    color: white;
    margin-bottom: 1rem;
}

.cta-container p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.process-cta .btn-primary {
    background: white;
    color: var(--black);
}

.process-cta .btn-primary:hover {
    background: var(--gray-light);
}

.process-cta .btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.process-cta .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}
