/* Coming Soon Page Styles */

.coming-soon-wrapper {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
}

.coming-soon-icon {
    font-size: 4rem;
    color: #1B4F29;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.coming-soon-icon i:first-child {
    margin-right: 15px;
}

.coming-soon-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.coming-soon-subtitle {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
}

.coming-soon-actions .btn-primary {
    background-color: #1B4F29;
    color: #ffffff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.coming-soon-actions .btn-primary i {
    margin-right: 8px;
}

.coming-soon-actions a:hover {
    background-color: #12371c !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27, 79, 41, 0.2);
}
